We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20ff48e commit bfc7237Copy full SHA for bfc7237
build.sh
@@ -9,8 +9,8 @@
9
# echo ************* diagnostics end
10
11
# run this on a 2x device until we've updated snapshot images to 3x
12
-PLATFORM="${TEXTURE_BUILD_PLATFORM:-platform=iOS Simulator,OS=17.4,name=iPhone SE (3rd generation)}"
13
-SDK="${TEXTURE_BUILD_SDK:-iphonesimulator17.4}"
+PLATFORM="${TEXTURE_BUILD_PLATFORM:-platform=iOS Simulator,OS=18.5,name=iPhone SE (3rd generation)}"
+SDK="${TEXTURE_BUILD_SDK:-iphonesimulator18.5}"
14
DERIVED_DATA_PATH="~/ASDKDerivedData"
15
16
# It is pitch black.
0 commit comments