Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
URL's passed to closures should be file URL's
If the URL's for unzipped files don't start with "file://" they can cause problems if they are passed into other parts of iOS (eg share sheets). Changing the URL constructor to generate file type URL's also correctly handles paths with spaces. This eliminates the manual handling of these that's currently done.
- Loading branch information