Open kenmorse opened 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.
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.