var resourceURL : URL?
The file URL of the bundle’s subdirectory containing resource files.
リソースファイルを含んでいる、バンドルの持つ下位ディレクトリのファイルURL。
var executableURL : URL?
The file URL of the receiver's executable file.
レシーバの持つ実行ファイルのファイルURL。
var privateFrameworksURL : URL?
The file URL of the bundle’s subdirectory containing private frameworks.
プライベートフレームワークを含んでいる、バンドルの持つ下位ディレクトリのファイルURL。
var sharedFrameworksURL : URL?
The file URL of the receiver's subdirectory containing shared frameworks.
共有フレームワークを含んでいる、レシーバの持つ下位ディレクトリのファイルURL。
var builtInPlugInsURL : URL?
The file URL of the receiver's subdirectory containing plug-ins.
プラグインを含んでいる、レシーバの持つ下位ディレクトリのファイルURL。
func url(forAuxiliaryExecutable : String) -> URL?
Returns the file URL of the executable with the specified name in the receiver’s bundle.
レシーバの持つバンドルの中の、指定された名前を持つ実行可能ファイルのファイルURLを返します。
var sharedSupportURL : URL?
The file URL of the bundle’s subdirectory containing shared support files.
共有サポートファイルを含んでいる、バンドルの持つ下位ディレクトリのファイルURL。
var appStoreReceiptURL : URL?
The file URL for the bundle’s App Store receipt.
バンドルの持つApp Storeレシートに対するファイルURL。
var resourcePath : String?
The full pathname of the bundle’s subdirectory containing resources.
リソースを含んでいる、バンドルの持つ下位ディレクトリの完全パス名。
var executablePath : String?
The full pathname of the receiver's executable file.
レシーバの持つ実行ファイルの完全パス名。
var privateFrameworksPath : String?
The full pathname of the bundle’s subdirectory containing private frameworks.
プライベートフレームワークを含んでいる、バンドルの持つ下位ディレクトリの完全パス名。
var sharedFrameworksPath : String?
The full pathname of the bundle’s subdirectory containing shared frameworks.
共有フレームワークを含んでいる、バンドルの持つ下位ディレクトリの完全パス名。
var builtInPlugInsPath : String?
The full pathname of the receiver's subdirectory containing plug-ins.
このレシーバの、プラグインを含んでいる下位ディレクトリの完全パス名。
func path(forAuxiliaryExecutable : String) -> String?
Returns the full pathname of the executable with the specified name in the receiver’s bundle.
レシーバの持つバンドルの中の、指定された名前を持つ実行可能ファイルの完全パス名を返します。