Skip to content

Commit 0a29984

Browse files
committed
Run in debug
1 parent 7d1ba80 commit 0a29984

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
"bootstrap": "yarn example && yarn && yarn pods",
2121
"bootstrap-no-pods": "yarn example && yarn",
2222
"docs": "yarn typedoc ./src/index.tsx --out ./docs/api-reference --tsconfig ./tsconfig.json --readme none --sort source-order",
23-
"run-example-ios": "cd example && yarn ios --simulator \"iPhone 16 Pro\"",
24-
"run-example-ios:release": "cd example && yarn build:ios && yarn ios --mode Release --simulator \"iPhone 16 Pro (18.6)\" --no-packager",
23+
"run-example-ios": "cd example && yarn ios --simulator \"iPhone 16 Pro (18.6)\"",
24+
"run-example-ios:release": "cd example && yarn build:ios && yarn ios --mode Debug --simulator \"iPhone 16 Pro (18.6)\" --no-packager",
2525
"run-example-android": "cd example && yarn android",
2626
"run-example-android:release": "cd example && yarn build:android && yarn android --mode=release --no-packager",
2727
"test:e2e:ios": "bash ./scripts/run-maestro-tests ios",
2828
"test:e2e:android": "bash ./scripts/run-maestro-tests android",
29-
"test:unit:ios": "xcodebuild test -workspace example/ios/example.xcworkspace -destination 'platform=iOS Simulator,name=iPhone 16 Pro' -scheme stripe-react-native-Unit-Tests",
29+
"test:unit:ios": "xcodebuild test -workspace example/ios/example.xcworkspace -destination 'platform=iOS Simulator,name=iPhone 16 Pro (18.6)' -scheme stripe-react-native-Unit-Tests",
3030
"test:unit:android": "cd example/android && ./gradlew connectedAndroidTest",
3131
"test-ios": "maestro test -e APP_ID=com.stripe.react.native",
3232
"test-android": "maestro test -e APP_ID=com.stripe.react.native",

0 commit comments

Comments
 (0)