From 7699573100e8d18c211734cc3088b74059ebcdc0 Mon Sep 17 00:00:00 2001 From: Szymon Dziedzic Date: Thu, 3 Oct 2024 17:41:16 +0200 Subject: [PATCH] [eas-json] update eas.schema.json (#2606) # Why add new image to eas.schema.json # How add new image to eas.schema.json --- packages/eas-json/schema/eas.schema.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/eas-json/schema/eas.schema.json b/packages/eas-json/schema/eas.schema.json index 3e69db0406..4e080b5273 100644 --- a/packages/eas-json/schema/eas.schema.json +++ b/packages/eas-json/schema/eas.schema.json @@ -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", @@ -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"