Instance Property
インスタンスプロパティ
infoDictionary
A dictionary, constructed from the bundle’s Info.plist
file, that contains information about the receiver.
ある辞書、バンドルのもつInfo.plist
ファイルから組み立てられます、それはレシーバについての情報を含みます。
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
クラスは、追加のキーをこの辞書に対してそれ自身の利用のために加えるかもしれません。辞書の値にアクセスするための通常のキーは、CFBundleIdentifier
、NSMainNibFile
、そしてNSPrincipalClass
です。
See Also
参照
Getting Bundle Information
バンドル情報を取得する
bundleURL
The full URL of the receiver’s bundle directory.
レシーバの持つバンドルディレクトリの完全URL。
bundlePath
The full pathname of the receiver’s bundle directory.
レシーバの持つバンドルディレクトリの完全パス名。
- objectForInfoDictionaryKey:
Returns the value associated with the specified key in the receiver's information property list.
レシーバの持つ情報プロパティリストの中の指定されたキーと結びつけられた値を返します。
Related Documentation
関連文書
+ dictionaryWithContentsOfFile:
Creates a dictionary using the keys and values found in a file specified by a given path.
与えられたパスによって指定されるファイルで見つけられるキーと値を使って辞書を作成します。