MobileOrg / mobileorg

MobileOrg iPhone App
http://mobileorg.github.io
GNU General Public License v2.0
557 stars 70 forks source link

SwiftyDropbox switched to Swift Package Manager #274

Closed dive closed 3 years ago

dive commented 3 years ago

Hello there,

This PR resolves #273 and add support for Swift Package Manager with the following consequences:

  1. Xcode 12 is required to build the project
  2. When you open the project for the first time, Xcode will fetch all the required dependencies and prebuild them
  3. SwiftyDropbox was updated from v5.1.0 to v6.3.0 to be able to use SPM

I have tested the new version of the SwiftyDropbox, everything looks good. The only concern is the Xcode 12 requirement. In general, I think that it is okay to support only the latest stable Xcode version for such projects, but the question is open and I need your opinion.

Cheers, Artem

webframp commented 3 years ago

Great work updating these bits, much appreciated.

I agree about the Xcode requirement as well, only latest available should be supported