cristibaluta / Localizable.strings

Mac app to localize your iOS and macOS projects
MIT License
31 stars 8 forks source link

Use Security-Scoped Bookmarks #23

Closed cristibaluta closed 8 years ago

cristibaluta commented 8 years ago

As the app is sandboxed, after a restart of the app the access to the selected folder by the user is no longer valid. This means the project opened last time will be forgotten after restart, but it can be fixed by using Security-Scoped Bookmarks.

cristibaluta commented 8 years ago

Fixed, but please review the code as it relies too much on userDefaults in many places