Type Property
型プロパティ
allBundles
Returns an array of all the application’s non-framework bundles.
アプリケーションの持つ非フレームワークバンドル全てからなる配列を返します。
Return Value
戻り値
An array of all the application’s non-framework bundles.
このアプリケーションの持つ非フレームワークバンドルの全てからなる配列。
Discussion
議論
The returned array includes the main bundle and all bundles that have been dynamically created but doesn’t contain any bundles that represent frameworks.
返される配列は、メインバンドルおよび動的に作成されたすべてのバンドルを含みます、しかしフレームワークに相当するどんなバンドルも含みません。
See Also
参照
Getting Standard Bundle Objects
標準バンドルオブジェクトを取得する
mainBundle
Returns the bundle object that contains the current executable.
現在の実行可能ファイルを含んでいるバンドルオブジェクトを返します。
allFrameworks
Returns an array of all of the application’s bundles that represent frameworks.
アプリケーションの持つバンドルで、フレームワークを表すものの全てを含んでいる配列を返します。