---
title: privateFrameworksURL
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/bundle/privateframeworksurl
---

# privateFrameworksURL

The file URL of the bundle’s subdirectory containing private frameworks.

## Declaration

```swift
var privateFrameworksURL: URL? { get }
```

## Discussion

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.

## See Also

### Getting the standard bundle directories

- [resourceURL](foundation/bundle/resourceurl.md)
- [executableURL](foundation/bundle/executableurl.md)
- [sharedFrameworksURL](foundation/bundle/sharedframeworksurl.md)
- [builtInPlugInsURL](foundation/bundle/builtinpluginsurl.md)
- [url(forAuxiliaryExecutable:)](foundation/bundle/url(forauxiliaryexecutable:).md)
- [sharedSupportURL](foundation/bundle/sharedsupporturl.md)
- [appStoreReceiptURL](foundation/bundle/appstorereceipturl.md)
- [resourcePath](foundation/bundle/resourcepath.md)
- [executablePath](foundation/bundle/executablepath.md)
- [privateFrameworksPath](foundation/bundle/privateframeworkspath.md)
- [sharedFrameworksPath](foundation/bundle/sharedframeworkspath.md)
- [builtInPlugInsPath](foundation/bundle/builtinpluginspath.md)
- [path(forAuxiliaryExecutable:)](foundation/bundle/path(forauxiliaryexecutable:).md)
- [sharedSupportPath](foundation/bundle/sharedsupportpath.md)
