Skip to content

Commit

Permalink
[ENG-11092][eas-json] update eas.schema.json to add support for Xco…
Browse files Browse the repository at this point in the history
…de 15.2 image (#2184)

* [eas-json] update `eas.schema.json` to add support for Xcode 15.2 image

* update CHANGELOG.md
  • Loading branch information
szdziedzic authored Jan 18, 2024
1 parent e9064b7 commit f5a99ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ This is the log of notable changes to EAS CLI and related packages.
- Remove "bare"-specific **eas.json** template. ([#2179](https://github.com/expo/eas-cli/pull/2179) by [@sjchmiela](https://github.com/sjchmiela))
- Prompt users if they want to continue if EAS CLI fails to provision the devices. ([#2181](https://github.com/expo/eas-cli/pull/2181) by [@szdziedzic](https://github.com/szdziedzic))
- Update `eas-cli` and `@expo/eas-json` dependencies. ([#2176](https://github.com/expo/eas-cli/pull/2176) by [@szdziedzic](https://github.com/szdziedzic))
- Update `eas.schema.json` to after adding Xcode 15.2 image. ([#2184](https://github.com/expo/eas-cli/pull/2184) by [@szdziedzic](https://github.com/szdziedzic))

## [6.0.0](https://github.com/expo/eas-cli/releases/tag/v6.0.0) - 2024-01-12

Expand Down
3 changes: 2 additions & 1 deletion packages/eas-json/schema/eas.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@
"enum": [
"default",
"latest",
"macos-ventura-13.6-xcode-15.2",
"macos-ventura-13.6-xcode-15.1",
"macos-ventura-13.6-xcode-15.0",
"macos-ventura-13.4-xcode-14.3.1",
Expand All @@ -367,7 +368,7 @@
],
"markdownEnumDescriptions": [
"`macos-ventura-13.4-xcode-14.3.1`",
"`macos-ventura-13.6-xcode-15.1`"
"`macos-ventura-13.6-xcode-15.2`"
]
},
{
Expand Down

0 comments on commit f5a99ce

Please sign in to comment.