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

Package SDK as Swift Package #363

Open
kenmorse opened this issue Dec 6, 2022 · 4 comments
Open

Package SDK as Swift Package #363

kenmorse opened this issue Dec 6, 2022 · 4 comments

Comments

@kenmorse
Copy link

kenmorse commented Dec 6, 2022

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.

@greg-db
Copy link
Contributor

greg-db commented Dec 6, 2022

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.

@kenmorse
Copy link
Author

kenmorse commented Dec 6, 2022

Forgot all about that PR from 2020, @greg-db!

@phil1995
Copy link

phil1995 commented Mar 7, 2024

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.

@greg-db
Copy link
Contributor

greg-db commented Mar 7, 2024

@phil1995 Thanks for the note! I'll send this along to the team.

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

No branches or pull requests

3 participants