Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add build configuration parameter to enable
Debug
or Release
buil…
…ds (#45) # Add build configuration parameter to enable `Debug` or `Release` builds ## ♻️ Current situation & Problem As of now, there is no option to adjust the build configuration of the `xcodebuild-or-fastlane.yml` GitHub Action. This functionality would be very useful, especially for important production builds or repos that rely on low-layer Swift functionality. ## ⚙️ Release Notes - Add build configuration parameter to `xcodebuild-or-fastlane.yml` to enable `Debug` or `Release` builds ## 📚 Documentation Proper documentation of parameter ## ✅ Testing Tested with the `SpeziLLM` action: https://github.com/StanfordSpezi/SpeziLLM/actions/runs/7607351909 ## 📝 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