MobileNativeFoundation / MobileNativeFoundation/rules_xcodeproj
Feature Request: Pre/Post build phases
Open
@thii is already working on this.
Since Sep 17, 2022.
feature request
- Dominant language
- Swift
- Stars
- 626
- Forks
- 124
- PR merge metrics
- No merged PRs in 30d
Description
This allows integrating linting/formatting tools into your Xcode project to get warnings and errors displayed in the issue navigator.
Unlike pre/post actions, additional build phases don't belong to schemes, but to targets.
- Pre-build with BwB: https://github.com/buildbuddy-io/rules_xcodeproj/pull/1117
- Post-build with BwB: https://github.com/buildbuddy-io/rules_xcodeproj/pull/1129
- Pre-build with BwX
- Post-build with BwX
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.