-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [CI] Update to macOS 13 / Xcode 15 * Dont pre boot simulator * yarn dedupe * (test) Determine iOS SDK version * Degrade to iOS 16.4 * Test * no boot * macos too * Back to iOS 17.0 * Update to react-native 0.71.14 * Downgrade to Xcode 14.2 * Undo yarn lock and package json changes * more downgrade * Switch back to internal * more slight changes * No android update.. again
- Loading branch information
Showing
12 changed files
with
321 additions
and
300 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 was deleted.
Oops, something went wrong.
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,12 +1,13 @@ | ||
# | ||
# Task Group: Xcode select proper version | ||
# | ||
|
||
parameters: | ||
xcode_path_override: '' # Leaving this blank results in the repo default being applied | ||
xcode_version: '' | ||
xcode_path: '' | ||
|
||
steps: | ||
- bash: .ado/scripts/xcode_select_current_version.sh | ||
displayName: 'Switch to current version of Xcode' | ||
- bash: | | ||
sudo xcode-select --switch '${{ parameters.xcode_path }}' | ||
displayName: Switch Xcode version ${{ parameters.xcode_version }} | ||
failOnStderr: true | ||
env: | ||
XCODE_PATH_OVERRIDE: ${{ parameters.xcode_path_override }} |
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,6 @@ | ||
variables: | ||
VmImageApple: internal-macos12 | ||
xcode_version: 'Xcode 14.2' | ||
xcode_path: '/Applications/Xcode_14.2.app' | ||
ios_version: '16.2.0' | ||
ios_simulator: 'iPhone 14' |
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
Oops, something went wrong.