Skip to content

Commit

Permalink
Update bitrise file
Browse files Browse the repository at this point in the history
  • Loading branch information
gusgard committed Dec 26, 2020
1 parent 61ed617 commit 5c7acdc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
2 changes: 0 additions & 2 deletions bitrise.yml
Expand Up @@ -5,8 +5,6 @@ project_type: react-native
trigger_map:
- push_branch: master
workflow: primary
- push_branch: test/add-more-detox-tests
workflow: primary
- push_branch: "*"
workflow: primary
- pull_request_target_branch: master
Expand Down
18 changes: 0 additions & 18 deletions example/package.json
Expand Up @@ -42,23 +42,5 @@
},
"jest": {
"preset": "react-native"
},
"detox2": {
"configurations": {
"ios.sim.debug": {
"binaryPath": "ios/build/Build/Products/Debug-iphonesimulator/SwiperFlatListExample.app",
"build": "xcodebuild -workspace ios/SwiperFlatListExample.xcworkspace -scheme SwiperFlatListExample -configuration Debug -sdk iphonesimulator -derivedDataPath ios/build",
"type": "ios.simulator",
"name": "iPhone 11"
},
"ios.sim.release": {
"binaryPath": "ios/build/Build/Products/Release-iphonesimulator/SwiperFlatListExample.app",
"build": "set -o pipefail && export CODE_SIGNING_REQUIRED=NO && export RCT_NO_LAUNCH_PACKAGER=true && xcodebuild -workspace ios/SwiperFlatListExample.xcworkspace -scheme SwiperFlatListExample -configuration Release -sdk iphonesimulator -derivedDataPath ios/build -UseNewBuildSystem=NO",
"type": "ios.simulator",
"name": "iPhone 11"
}
},
"runnerConfig": "e2e/config.json",
"test-runner": "jest"
}
}

0 comments on commit 5c7acdc

Please sign in to comment.