Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow to specify Swift version with xcodebuild (#57)
# Allow to specify Swift version with xcodebuild ## ♻️ Current situation & Problem This PR adds a new input to specify the swift version when running with xcodebuild. ## ⚙️ Release Notes * Add new `swiftVersion` input to the xcodebuild-or-fastlane action. * Specify more clearly that the `test` input only has an effect when using xcodebuild. ## 📚 Documentation -- ## ✅ Testing Verified in StanfordSpezi/Spezi#108 (both with not specifying swift version and with specifying a swift version). ## 📝 Code of Conduct & Contributing Guidelines By submitting creating this pull request, you agree to follow our [Code of Conduct](https://github.com/StanfordSpezi/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/StanfordSpezi/.github/blob/main/CONTRIBUTING.md): - [x] I agree to follow the [Code of Conduct](https://github.com/StanfordSpezi/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/StanfordSpezi/.github/blob/main/CONTRIBUTING.md).
- Loading branch information