mainBundle
Returns the bundle object that contains the current executable.
現在の実行可能ファイルを含んでいるバンドルオブジェクトを返します。
allBundles
Returns an array of all the application’s non-framework bundles.
アプリケーションの持つ非フレームワークバンドル全てからなる配列を返します。
Availability 有効性
Technology
An array of all of the application’s bundles that represent frameworks. Only frameworks with one or more Objective-C classes in them are included. アプリケーションの持つバンドルで、フレームワークを表すもの全てからなる配列。1つ以上のObjective-Cクラスを持つフレームワークだけが含められます。
The returned array includes frameworks that are linked into an application when the application is built and bundles for frameworks that have been dynamically created. 返される配列は、アプリケーションがビルドされる時にアプリケーションへとリンクされるフレームワーク、そして動的に作成されるフレームワークのためのバンドルを含みます。
mainBundle
allBundles