sobri909 / ArcMini

GNU Lesser General Public License v3.0
97 stars 18 forks source link

Make CocoaPods set Upsurge SWIFT_VERSION appropriately during `pod install` #110

Closed BrianBatchelder closed 4 years ago

BrianBatchelder commented 4 years ago

I keep forgetting to change the the Swift Language Version to 4.2 for the Upsurge target, as indicated in your README. This automates the change so CocoaPods does it during pod install, and I don't have to remember to do it myself.

sobri909 commented 4 years ago

Heh. The reason why I haven't made this change to the Podfile is because I've been using the compile failure as a reminder that I need to finish up the tasks that allow for moving LocoKit (and thus also Upsurge) to SwiftPM. Most significantly: #80

But granted, the compile fail and manual Swift version change is incredibly annoying. So eh, I give in 😂 Will merge.