MobileOrg / mobileorg

MobileOrg iPhone App
http://mobileorg.github.io
GNU General Public License v2.0
557 stars 70 forks source link

Investigate switch from CocoaPods to Carthage. #247

Closed webframp closed 4 years ago

webframp commented 4 years ago

Determine if switching to Carthage and removing the dependency on CocoaPods to allow using xcconfig files is worth the effort (probably, yes).

This should also enable removing the multiple plist config with various build settings (adhoc,debug,release).

Using the latest BuildSettingExtractor release could help with migration:

jdek commented 4 years ago

I started working on this, I have a WIP in my fork. Though I will only be able to finish it in January when I get my mac back from repair.

webframp commented 4 years ago

Thanks @jdek feel free to open a draft PR anytime you want input!