dropbox / dropbox-sdk-obj-c

Official Objective-C SDK for the Dropbox API v2.
MIT License
183 stars 117 forks source link

Package SDK as Swift Package #363

Open kenmorse opened 1 year ago

kenmorse commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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

phil1995 commented 6 months ago

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 commented 6 months ago

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