Instance Property インスタンスプロパティ

privateFrameworksPath

The full pathname of the bundle’s subdirectory containing private frameworks. プライベートフレームワークを含んでいる、バンドルの持つ下位ディレクトリの完全パス名。

Declaration 宣言

var privateFrameworksPath: String? { get }

Discussion 議論

This property contains the appropriate path for modern application and framework bundles. This property may not contain a path for non-standard bundle formats or for some older bundle formats. このプロパティは、モダンなアプリケーションおよびフレームワークのバンドルに対する適切なパスを含みます。このプロパティは、非標準バンドル形式に対するまたはいくつかのより古いバンドル形式に対するパスを含まないかもしれません。

See Also 参照

Getting the Standard Bundle Directories 標準バンドルディレクトリを取得する