-
Notifications
You must be signed in to change notification settings - Fork 117
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
Package SDK as Swift Package #363
Comments
Thanks for the note! I see the team previously considered this and decided not to support this, but I will send this along to the team again. |
Forgot all about that PR from 2020, @greg-db! |
If someone is interested there is actually a way more elegant solution to my initial PR from 2020. Just creating a Swift Package with the binary for macOS and iOS from this repository. If anyone is interested in this I can create a repository which just observe this one and automatically creates a new release with the binary each time a new release gets created here. I already did this with a fork but I've added there some minor patches in addition to extend the API so it's not 1:1 the same API. |
@phil1995 Thanks for the note! I'll send this along to the team. |
Please consider packaging the Dropbox for Objective-C SDK as a Swift Package. Although "Swift" is in the name, Swift Packages can include Objective-C code, and can be consumed by Xcode's built-in Swift Package Manager, without the need for additional packaging tools.
The text was updated successfully, but these errors were encountered: