var bundleURL : URL
The full URL of the receiver’s bundle directory.
レシーバの持つバンドルディレクトリの完全URL。
var bundleIdentifier : String?
The receiver’s bundle identifier.
レシーバの持つバンドル識別子。
var infoDictionary : [String : Any]?
A dictionary, constructed from the bundle’s
Info.plist
file, that contains information about the receiver.
ある辞書、バンドルのもつInfo.plist
ファイルから組み立てられます、それはレシーバについての情報を含みます。
func object(forInfoDictionaryKey : String) -> Any?
Returns the value associated with the specified key in the receiver's information property list.
レシーバの持つ情報プロパティリストの中の指定されたキーと結びつけられた値を返します。