JohnSundell / Files

A nicer way to handle files & folders in Swift
MIT License
2.53k stars 182 forks source link

Extend build-in support for Documents and Library folders to more platforms #122

Closed JohnSundell closed 3 years ago

JohnSundell commented 3 years ago

This change makes the built-in APIs for retrieving the system-provided Documents and Library folders available on iOS and tvOS, as well as macOS (which was already supported).

JohnSundell commented 3 years ago

Fixes https://github.com/JohnSundell/Files/issues/114