Estimote / iOS-Fleet-Management-SDK

Estimote Fleet Management SDK for iOS
https://developer.estimote.com
MIT License
1.18k stars 398 forks source link

Carthage support #240

Closed NSCabezon closed 4 years ago

NSCabezon commented 7 years ago

Hi! I was wondering If you could integrate carthage support :)

beseder42 commented 7 years ago

I would also appreciate that since I don't want to commit 70MB to our repository just for the SDK.

NSCabezon commented 7 years ago

If you're using pods @beseder42 you shouldn't commit the Pods folder (:

beseder42 commented 7 years ago

True for Pods! But we are using Carthage ;) So right now we would need to commit the Framework-Directory to have it on each machine on checkout. With Carthage everybody could build or download it with the same workflow.

NSCabezon commented 7 years ago

I guess It's not an option :(

sebastianvarela commented 7 years ago

yes, please!

ferologics commented 7 years ago

Sadly, this is not a priority at the moment.

Once enough people demand support we will add it to the backlog. 🔜

In meantime, share and promote the issue on Product Pains to hit the critical mass 💪😊 !

thebarndog commented 6 years ago

Why isn't this a priority? It should be dead easy to add Carthage support, just make the scheme that generates the framework "Shared". Although it might be more complicated for objective-c generated frameworks, that I'm not sure about.