var bundleURL : URL
The full URL of the receiver’s bundle directory.
レシーバの持つバンドルディレクトリの完全URL。
var bundlePath : String
The full pathname of the receiver’s bundle directory.
レシーバの持つバンドルディレクトリの完全パス名。
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
ファイルから組み立てられます、それはレシーバについての情報を含みます。