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

infoDictionary

A dictionary, constructed from the bundle’s Info.plist file, that contains information about the receiver. ある辞書、バンドルのもつInfo.plistファイルから組み立てられます、それはレシーバについての情報を含みます。

Declaration 宣言

@property(nullable, readonly, copy) NSDictionary<NSString *,id> *infoDictionary;

Discussion 議論

If the bundle does not contain an Info.plist file, this dictionary contains only private keys that are used internally by the NSBundle class. The NSBundle class may add extra keys to this dictionary for its own use. Common keys for accessing the values of the dictionary are CFBundleIdentifier, NSMainNibFile, and NSPrincipalClass. バンドルがInfo.plistファイルを含まないならば、この辞書はただプライベートキーだけを含みます、それはNSBundleクラスによって内部的に使われます。NSBundleクラスは、追加のキーをこの辞書に対してそれ自身の利用のために加えるかもしれません。辞書の値にアクセスするための通常のキーは、CFBundleIdentifierNSMainNibFile、そしてNSPrincipalClassです。

See Also 参照

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

Related Documentation 関連文書