Skip to content

Commit da28801

Browse files
committed
Change ios simulator version
1 parent f34ea17 commit da28801

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@
5454
},
5555
"ios.sim.release": {
5656
"binaryPath": "ios/build/Build/Products/Release-iphonesimulator/ReactNativeSvgE2E.app",
57-
"build": "set -o pipefail && export CODE_SIGNING_REQUIRED=NO && xcodebuild -workspace ios/ReactNativeSvgE2E.xcworkspace -scheme ReactNativeSvgE2E -configuration Release -destination 'platform=iOS Simulator,OS=13.4,name=iPhone 11 Pro Max' -derivedDataPath ios/build | xcpretty",
57+
"build": "set -o pipefail && export CODE_SIGNING_REQUIRED=NO && xcodebuild -workspace ios/ReactNativeSvgE2E.xcworkspace -scheme ReactNativeSvgE2E -configuration Release -destination 'platform=iOS Simulator,OS=12.2,name=iPhone X' -derivedDataPath ios/build | xcpretty",
5858
"type": "ios.simulator",
59-
"name": "iPhone 11 Pro Max"
59+
"name": "iPhone X"
6060
},
6161
"android.emu.debug": {
6262
"binaryPath": "android/app/build/outputs/apk/debug/app-debug.apk",

0 commit comments

Comments
 (0)