Skip to content

Commit 5747ca9

Browse files
committed
Fix Detox iOS builds
Update the definitions; there is no longer an offering of 12.2 on the default GitHub Actions environment. Signed-off-by: Kristofer Rye <[email protected]>
1 parent ef2f1ad commit 5747ca9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@
5353
"configurations": {
5454
"ios.sim.debug": {
5555
"binaryPath": "ios/build/Build/Products/Debug-iphonesimulator/AllAboutOlaf.app",
56-
"build": "xcodebuild -project ios/AllAboutOlaf.xcodeproj -scheme AllAboutOlaf -configuration Debug -destination 'platform=iOS Simulator,name=iPhone 7,OS=12.2' -derivedDataPath ios/build build",
56+
"build": "xcodebuild -project ios/AllAboutOlaf.xcodeproj -scheme AllAboutOlaf -configuration Debug -destination 'platform=iOS Simulator,name=iPhone 7,OS=12.4' -derivedDataPath ios/build build",
5757
"type": "ios.simulator",
5858
"name": "iPhone 7"
5959
},
6060
"ios.sim.release": {
6161
"binaryPath": "ios/build/Build/Products/Release-iphonesimulator/AllAboutOlaf.app",
62-
"build": "xcodebuild -project ios/AllAboutOlaf.xcodeproj -scheme AllAboutOlaf -configuration Release -destination 'platform=iOS Simulator,name=iPhone 7,OS=12.2' -derivedDataPath ios/build build",
62+
"build": "xcodebuild -project ios/AllAboutOlaf.xcodeproj -scheme AllAboutOlaf -configuration Release -destination 'platform=iOS Simulator,name=iPhone 7,OS=12.4' -derivedDataPath ios/build build",
6363
"type": "ios.simulator",
6464
"name": "iPhone 7"
6565
}

0 commit comments

Comments
 (0)