Quick / Nimble

A Matcher Framework for Swift and Objective-C
https://quick.github.io/Nimble/documentation/nimble/
Apache License 2.0
4.79k stars 595 forks source link

Build the carthage frameworks in a github action #1107

Closed younata closed 6 months ago

younata commented 6 months ago

Build the Nimble Carthage artifact on Xcode 14, which corresponds to swift 5.7 - the oldest version we currently support.

Remove building the Carthage artifact from the release script, because GitHub actions should be doing this for us.

younata commented 6 months ago

Ok. Finally got this working. See https://github.com/younata/Nimble/releases/tag/test7 for evidence that this release script works as expected. That was built on a tag pointing to b0f49d380be9e9e9632a641d8367d57ffc6d0604. Yay. Finally.