Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SwiftyDropbox switched to Swift Package Manager #274

Merged
merged 12 commits into from
Oct 3, 2020

Conversation

dive
Copy link
Member

@dive dive commented Oct 3, 2020

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
Copy link
Member

webframp commented Oct 3, 2020

Great work updating these bits, much appreciated.

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

@webframp webframp merged commit 30e3cae into MobileOrg:develop Oct 3, 2020
Copy link
Member

@webframp webframp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Switch SwiftyDropbox dependency to Swift Package Manager
2 participants