Zip
Zip copied to clipboard
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.