Parrot-Developers/groundsdk-ios

Support Carthage for iOS

Closed this issue · 0 comments

I haven't done this myself, but as far as I can tell from the their docs:
https://github.com/Carthage/Carthage#supporting-carthage-for-your-framework

to support Carthage you would need to open the XCode project that you use to build the framework, then tell it to share the schemes:
https://developer.apple.com/library/archive/documentation/IDEs/Conceptual/xcode_guide-continuous_integration/ConfigureBots.html#//apple_ref/doc/uid/TP40013292-CH9-SW3

That will populate the PROJECT_NAME.xcodeproj/xcshareddata/xcschemes directory with a few scheme files. Commit these to git and push.

If you want to try this in a new branch, I'd be happy to test out the consuming side of things and help work through any issues.