From 60c4959b73f49a49e259ce79875ad08b16c5c0c1 Mon Sep 17 00:00:00 2001 From: Thomas Pearson <119269574+thomas-pearson-mattr@users.noreply.github.com> Date: Sun, 8 Dec 2024 22:46:39 +1300 Subject: [PATCH] ci(detox-ios): remove entry file from detox settings --- wrappers/react-native/example/.detoxrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrappers/react-native/example/.detoxrc.json b/wrappers/react-native/example/.detoxrc.json index bfb337d9..afcceb4c 100644 --- a/wrappers/react-native/example/.detoxrc.json +++ b/wrappers/react-native/example/.detoxrc.json @@ -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",