Skip to content

Commit

Permalink
[eas-json] update eas.schema.json (#2606)
Browse files Browse the repository at this point in the history
# Why

add new image to eas.schema.json

# How

add new image to eas.schema.json
  • Loading branch information
szdziedzic authored Oct 3, 2024
1 parent 3f83276 commit 7699573
Showing 1 changed file with 2 additions and 1 deletion.
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 @@ -378,6 +378,7 @@
"sdk-51",
"sdk-50",
"sdk-49",
"macos-sonoma-14.6-xcode-16.0",
"macos-sonoma-14.5-xcode-15.4",
"macos-sonoma-14.4-xcode-15.3",
"macos-ventura-13.6-xcode-15.2",
Expand All @@ -386,7 +387,7 @@
],
"markdownEnumDescriptions": [
"When using this option the build image is selected automatically based on the project configuration, detected Expo SDK and React Native versions.",
"The latest iOS image currently available. It is resolved to `macos-sonoma-14.5-xcode-15.4`. The `latest` to image mapping will be updated as new images are released.",
"The latest iOS image currently available. It is resolved to `macos-sonoma-14.6-xcode-16.0`. The `latest` to image mapping will be updated as new images are released.",
"The recommended image for SDK 51 builds",
"The recommended image for SDK 50 builds",
"The recommended image for SDK 49 builds"
Expand Down

0 comments on commit 7699573

Please sign in to comment.