diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index d29a99ab..e97522e7 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -1779,14 +1779,14 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: boost: 1dca942403ed9342f98334bf4c3621f011aa7946 - DoubleConversion: f16ae600a246532c4020132d54af21d0ddb2a385 + DoubleConversion: 76ab83afb40bddeeee456813d9c04f67f78771b5 FBLazyVector: 7075bb12898bc3998fd60f4b7ca422496cc2cdf7 - fmt: 10c6e61f4be25dc963c36bd73fc7b1705fe975be + fmt: 4c2741a687cc09f0634a2e2c72a838b99f1ff120 GCDWebServer: 2c156a56c8226e2d5c0c3f208a3621ccffbe3ce4 - glog: 08b301085f15bcbb6ff8632a8ebaf239aae04e6a + glog: c5d68082e772fa1c511173d6b30a9de2c05a69a2 hermes-engine: 46f1ffbf0297f4298862068dd4c274d4ac17a1fd op-sqlite: 09176c1312198acd6da5847bc0003ce641b4c8f0 - RCT-Folly: bf5c0376ffe4dd2cf438dcf86db385df9fdce648 + RCT-Folly: 045d6ecaa59d826c5736dfba0b2f4083ff8d79df RCTDeprecation: fde92935b3caa6cb65cbff9fbb7d3a9867ffb259 RCTRequired: 75c6cee42d21c1530a6f204ba32ff57335d19007 RCTTypeSafety: 7e6fe47bfb693c50d4669db1a480ca5331795f5b diff --git a/example/package.json b/example/package.json index 4c20633b..e3a9e2c0 100644 --- a/example/package.json +++ b/example/package.json @@ -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", diff --git a/scripts/test-ios.sh b/scripts/test-ios.sh index 913744f0..7d1b2933 100755 --- a/scripts/test-ios.sh +++ b/scripts/test-ios.sh @@ -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 \ No newline at end of file