Skip to content

Commit

Permalink
temp use iphone 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis Naranjo committed Sep 9, 2018
1 parent 9de21e5 commit c11308d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions detox/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@
"binaryPath": "ios/build/Build/Products/Debug-iphonesimulator/example.app",
"build": "set -o pipefail && xcodebuild -project ios/example.xcodeproj -scheme example_ci -configuration Debug -sdk iphonesimulator -derivedDataPath ios/build | xcpretty",
"type": "ios.simulator",
"name": "iPhone X"
"name": "iPhone 6"
},
"ios.sim.release": {
"binaryPath": "ios/build/Build/Products/Release-iphonesimulator/example.app",
"build": "set -o pipefail && export CODE_SIGNING_REQUIRED=NO && export RCT_NO_LAUNCH_PACKAGER=true && xcodebuild -project ios/example.xcodeproj -scheme example_ci -configuration Release -sdk iphonesimulator -derivedDataPath ios/build | xcpretty",
"type": "ios.simulator",
"name": "iPhone X"
"name": "iPhone 6"
},
"ios.none": {
"binaryPath": "ios",
Expand Down

0 comments on commit c11308d

Please sign in to comment.