Skip to content

Commit

Permalink
Do not use a specific simulator to avoid CI breakage
Browse files Browse the repository at this point in the history
  • Loading branch information
ospfranco committed Nov 26, 2024
1 parent 3d90736 commit 5172138
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"android": "react-native run-android",
"ios": "react-native run-ios --scheme='debug' --simulator='iPhone 16 Pro'",
"run:ios:unused": "xcodebuild -workspace ios/OPSQLiteExample.xcworkspace -scheme release -configuration Release -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 16 Pro' clean build",
"run:ios": "react-native run-ios --scheme='release' --simulator='iPhone 16 Pro' --no-packager",
"run:ios": "react-native run-ios --scheme='release' --no-packager",
"start": "react-native start",
"pods": "cd ios && bundle exec pod install",
"pods:nuke": "cd ios && rm -rf Pods && rm -rf Podfile.lock && bundle exec pod install",
Expand Down
3 changes: 2 additions & 1 deletion scripts/test-ios.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# xcrun simctl boot "iPhone 15 Pro"
#!/bin/bash

yarn turbo run run:ios --cache-dir=.turbo/ios
echo "Polling in-app server..."
node ./scripts/poll-in-app-server.js

0 comments on commit 5172138

Please sign in to comment.