launchdarkly / ios-client-sdk

LaunchDarkly Client-side SDK for iOS (Swift and Obj-C)
https://docs.launchdarkly.com/sdk/client-side/ios
Other
70 stars 84 forks source link

Swift Package Manager support #191

Closed fchauvin closed 4 years ago

fchauvin commented 5 years ago

Describe the solution you'd like Now that Xcode 11 includes first-class support for SPM dependencies, it would be great to add support for that. Once Xcode 11 is no longer in beta, I believe that many Carthage/Cocoapod users are going to want to migrate to it, myself included!

bwoskow-ld commented 5 years ago

Thanks for the suggestion, @fchauvin. We'll keep this under consideration for the future.

claudiogomezGL commented 4 years ago

Hi @bwoskow-ld, is there any change this can be included in a near future?

bwoskow-ld commented 4 years ago

Hi @claudiogomezGL -- while this improvement is on our backlog, we can't commit to a specific timeframe at this time.

MadsBogeskov commented 4 years ago

I need this as well. Would be awesome to add :)

jboisjo commented 4 years ago

Any updates?

kemalenver commented 4 years ago

+1 for this. 2/10 libs we use don't support the package manager. Would be great to knock you off the list :)

allanscofield commented 4 years ago

Any news?

tomjcohen commented 4 years ago

Evaluating LD right now (on the 30d trial) — really hope SPM support is on the roadmap soon.

john-crossley commented 4 years ago

Any news on this? 🤔

gwhelanLD commented 4 years ago

Hi everyone,

I'm happy to announce that the 5.0.1 release of the iOS SDK has support for the Swift Package Manager. Some resources on this release's changes are available in:

Thank you all for your patience and support on this issue, @gwhelanLD