forked from facebook/react-native
-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Downgrade to Xcode 15, don't run
pod install
with `react-native…
…-macos-init` (#2271) * Revert "chore(ci): Update to Xcode 16 (#2207)" This reverts commit 9bf6051. * Update generate-macos.js * Update index.js * Update test-react-native-macos-init.yml * Update index.js
- Loading branch information
Showing
4 changed files
with
6 additions
and
19 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
variables: | ||
VmImageApple: macos-latest-internal | ||
xcode_friendly_name: 'Xcode 16.0' | ||
xcode_version: '/Applications/Xcode_16.0.app' | ||
ios_version: '18.0' | ||
ios_simulator: 'iPhone 16' | ||
xcode_friendly_name: 'Xcode 15.2' | ||
xcode_version: '/Applications/Xcode_15.2.app' | ||
ios_version: '17.2' | ||
ios_simulator: 'iPhone 15' |
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