Instance Property インスタンスプロパティ

bundleIdentifier

The receiver’s bundle identifier. レシーバの持つバンドル識別子。

Declaration 宣言

@property(nullable, readonly, copy) NSString *bundleIdentifier;

Discussion 議論

The bundle identifier is defined by the CFBundleIdentifier key in the bundle’s information property list. バンドル識別子は、CFBundleIdentifierキーによってバンドルの持つ情報プロパティリストにおいて定義されます。

See Also 参照

Getting Bundle Information バンドル情報を取得する