Type Property
型プロパティ
allFrameworks
Returns an array of all of the application’s bundles that represent frameworks.
アプリケーションの持つバンドルで、フレームワークを表すものの全てを含んでいる配列を返します。
Declaration
宣言
class var allFrameworks: [Bundle
] { get }
Return Value
戻り値
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クラスを持つフレームワークだけが含められます。
Discussion
議論
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.
返される配列は、アプリケーションがビルドされる時にアプリケーションへとリンクされるフレームワーク、そして動的に作成されるフレームワークのためのバンドルを含みます。
See Also
参照
Getting Standard Bundle Objects
標準バンドルオブジェクトを取得する
class var main: Bundle
Returns the bundle object that contains the current executable.
現在の実行可能ファイルを含んでいるバンドルオブジェクトを返します。