|
20 | 20 | "bootstrap": "yarn example && yarn && yarn pods", |
21 | 21 | "bootstrap-no-pods": "yarn example && yarn", |
22 | 22 | "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", |
25 | 25 | "run-example-android": "cd example && yarn android", |
26 | 26 | "run-example-android:release": "cd example && yarn build:android && yarn android --mode=release --no-packager", |
27 | 27 | "test:e2e:ios": "bash ./scripts/run-maestro-tests ios", |
28 | 28 | "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", |
30 | 30 | "test:unit:android": "cd example/android && ./gradlew connectedAndroidTest", |
31 | 31 | "test-ios": "maestro test -e APP_ID=com.stripe.react.native", |
32 | 32 | "test-android": "maestro test -e APP_ID=com.stripe.react.native", |
|
0 commit comments