Skip to content

Commit a5ccc2c

Browse files
Update testing device used in e2e_ios job
1 parent 948801e commit a5ccc2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

InstabugSample/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@
3737
"binaryPath": "ios/build/Build/Products/Debug-iphonesimulator/InstabugSample.app",
3838
"build": "xcodebuild -workspace ios/InstabugSample.xcworkspace -scheme InstabugSample -configuration Debug -sdk iphonesimulator -derivedDataPath ios/build",
3939
"type": "ios.simulator",
40-
"name": "iPhone X"
40+
"name": "iPhone 12"
4141
},
4242
"ios.sim.release": {
4343
"binaryPath": "ios/build/Build/Products/Release-iphonesimulator/InstabugSample.app",
4444
"build": "xcodebuild -workspace ios/InstabugSample.xcworkspace -scheme InstabugSample -configuration Release -sdk iphonesimulator -derivedDataPath ios/build",
4545
"type": "ios.simulator",
46-
"name": "iPhone X"
46+
"name": "iPhone 12"
4747
},
4848
"android.emu.debug": {
4949
"binaryPath": "android/app/build/outputs/apk/debug/app-debug.apk",

0 commit comments

Comments
 (0)