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

privateFrameworksURL

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

Declaration 宣言

var privateFrameworksURL: URL? { get }

Discussion 議論

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

See Also 参照

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