exponea / exponea-ios-sdk

MIT License
19 stars 27 forks source link

SPM support #11

Closed zdnk closed 2 years ago

zdnk commented 4 years ago

Hello, do you have any plans to support Swift Package Manager?

Igi4 commented 4 years ago

@zdnk We haven't so far but would you prefer it to Cocoapods or Carthage? Based on a very quick analysis it should be pretty straightforward implementation so we could consider it if people would like to use it :)

zdnk commented 4 years ago

Since SPM is now supported natively by Xcode I would prefer it as we already have most of our dependencies resolved by SPM :)

Igi4 commented 4 years ago

Thanks for the info :) I have added it to our internal backlog and we will integrate it in the future.

sjavora commented 4 years ago

@Igi4 hey, any progress on this? We'd also like to switch to SPM wherever possible.

wassil commented 4 years ago

Hi, we've already done some exploration here and it's not as straight-forward as we hoped, but it seems doable. We already support cocoapods and carthage which doesn't make this any easier. Currently our pipeline is full for ~ next 2 months, so it might take a while, but we are interested in supporting spm in the future

adameen commented 3 years ago

Bump. Hi :) any updates about SPM support? We would also appreciate it.

michaela-dev commented 3 years ago

Hi guys, we added SPM support in the 2.11.0 release. Thanks for the patience :)

username0x0a commented 3 years ago

@michaela-dev

It still needs some minor polishing 👀 this has to be handled in the Package.swift file mostly.

Screenshot 2021-06-04 at 15 41 39

Looking forward to seeing a quickfix. 🙌

michaela-dev commented 2 years ago

@username0x0a On version 2.11.1 warnings are no longer appearing, hence closing the issue. If you are still facing this, please create a new one regarding warnings. Thanks

username0x0a commented 2 years ago

Added a follow-up issue. 👍