Open
Description
Add a built-in storage provider that is initialized with a fileURL, to accomodate the following use cases:
- a fileURL provided by NSDocument, UIDocument, or SwiftUI document-based APIs that points to a location on disk (for example, .fileImporter that returns a fileURL that then needs to be accessed as a security scoped URL -
.startAccessingSecurityScopedResource()
) - (This might be same as above, but a URL bookmark that was shared - https://developer.apple.com/documentation/security/app_sandbox/accessing_files_from_the_macos_app_sandbox)
- a constant or indicator that the storage provider should use the App's sandboxed Documents location
- an App Group container URL
Activity