-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: [IOAPPFD0-61] CircleCI iOS build upgraded to use xCode 14.2.0 (#…
…4481) ## Short description This PR updates the CircleCI iOS build to use xCode `14.2.0` and be compliant with Apple App policies, requiring applications to be developed with the latest SDK starting from the 1st of April 2023 ## List of changes proposed in this pull request - xCode version upgraded from `13.4.1` to `14.2.0` (an extra brew command has been added in order to force the MacOS image to have up-to-date gem for cocoapods - otherwise the command is not found and the pod dependencies are not installed) - ruby version upgraded from `2.7.6` to `2.7.7` (since the circleCI MacOS image does not have the `2.7.6`) - Cocoapods version upgraded from `1.11.3` to `1.12.0` (following `2.7.7` ruby) - detox E2E simulator device upgraded form `iPhone 12 Max Pro` to `iPhone 14 Max Pro` (since xCode 14.2 does not come with the iPhone 12 Max Pro) --------- Co-authored-by: Fabio Bombardi <[email protected]>
- Loading branch information
1 parent
3ffb5db
commit 1b10410
Showing
6 changed files
with
20 additions
and
20 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.7.6 | ||
2.7.7 |
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
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