-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ios): do not provide arch on xcodebuild when running build and ar…
…chive (#353) * feat: add option to opt out of specifying arch on build and archive xcodebuild specifies that when passed, the arch option will be used for every single target within the project / workspace. This can prevent more complex use cases where modifications have been made to the project's build settings. Rather than modifying the default behavior, offer a way to fallback to project configuration for those cases * never add -arch on iOS --------- Co-authored-by: Lucas Nogueira <[email protected]>
- Loading branch information
1 parent
530e7f4
commit b1c2313
Showing
3 changed files
with
22 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"cargo-mobile2": patch | ||
--- | ||
|
||
Do not include the target arch when building and archiving the iOS application. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters