Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Properly access security scoped resource in
IOSFileManager
Since the URLs we receive from document picker are security scoped, we need to call `startAccessingSecurityScopeResource` and once the action is done we release it by calling `stopAccessingSecurityScopedResource`
- Loading branch information