From cdfd9c1a0b8d8860b542edea45cb452f3eea5269 Mon Sep 17 00:00:00 2001 From: Szymon Dziedzic Date: Fri, 5 Apr 2024 21:06:38 +0200 Subject: [PATCH] [docs] add Xcode 15.3 image (#28036) # Why Add new Xcode 15.3 image docs # How Add new Xcode 15.3 image docs # Test Plan Preview # Checklist - [ ] Documentation is up to date to reflect these changes (eg: https://docs.expo.dev and README.md). - [ ] Conforms with the [Documentation Writing Style Guide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md) - [ ] This diff will work correctly for `npx expo prebuild` & EAS Build (eg: updated a module plugin). --- docs/pages/build-reference/infrastructure.mdx | 20 ++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/docs/pages/build-reference/infrastructure.mdx b/docs/pages/build-reference/infrastructure.mdx index cff6f258a8446..8b0683e3f7e7b 100644 --- a/docs/pages/build-reference/infrastructure.mdx +++ b/docs/pages/build-reference/infrastructure.mdx @@ -208,7 +208,25 @@ iOS builder VMs run on Mac mini hosts in an isolated environment. Every build ge ### iOS server images -#### `macos-ventura-13.6-xcode-15.2` (`latest`) +#### `macos-sonoma-14.4-xcode-15.3` (`latest`) + + + +- macOS Sonoma 14.4.1 +- Xcode 15.3 (15E204a) +- Node.js 18.18.0 +- Bun 1.0.35 +- Yarn 1.22.21 +- pnpm 8.14.1 +- npm 9.8.1 +- fastlane 2.219.0 +- CocoaPods 1.14.3 +- Ruby 2.7 +- node-gyp 10.0.1 + + + +#### `macos-ventura-13.6-xcode-15.2`