Skip to content

Commit

Permalink
ci(detox-ios): remove entry file from detox settings
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-pearson-mattr committed Dec 8, 2024
1 parent daee7f1 commit 60c4959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrappers/react-native/example/.detoxrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"name": "PairingCryptoRnExample",
"type": "ios.app",
"binaryPath": "ios/build/Build/Products/Release-iphonesimulator/PairingCryptoRnExample.app",
"build": "xcodebuild -workspace ios/PairingCryptoRnExample.xcworkspace -scheme PairingCryptoRnExample -configuration Release -sdk iphonesimulator -derivedDataPath ios/build ENTRY_FILE=index.tsx EXCLUDED_ARCHS=arm64 DETOX=1"
"build": "xcodebuild -workspace ios/PairingCryptoRnExample.xcworkspace -scheme PairingCryptoRnExample -configuration Release -sdk iphonesimulator -derivedDataPath ios/build EXCLUDED_ARCHS=arm64 DETOX=1"
},
"android.release": {
"type": "android.apk",
Expand Down

0 comments on commit 60c4959

Please sign in to comment.