Skip to content

Commit 0ee9c43

Browse files
committed
test: ios 16 simulator finally works for apple auth. Purge ios13 items
1 parent 6b75ff8 commit 0ee9c43

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

example/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
"prepare": "patch-package",
88
"start": "yarn react-native start --reset-cache",
99
"run:android": "yarn react-native run-android",
10-
"run:ios": "yarn react-native run-ios --simulator=\"iPhone 11\"",
11-
"run:ios:default": "yarn react-native run-ios",
12-
"run:ios13": "yarn react-native run-ios --simulator=\"iPhone 11 ios13\""
10+
"run:ios": "yarn react-native run-ios"
1311
},
1412
"dependencies": {
1513
"@invertase/react-native-apple-authentication": "^2.1.5",

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"example:build:ios": "cd example && (xcodebuild -workspace ios/testing.xcworkspace -scheme testing -configuration Debug -sdk iphonesimulator -derivedDataPath ios/build -UseModernBuildSystem=YES || true)",
2020
"example:start": "cd example && yarn start",
2121
"example:ios": "cd example && yarn run:ios",
22-
"example:ios13": "cd example && yarn run:ios13",
2322
"example:android": "cd example && yarn run:android",
2423
"shipit": "echo no luck running it like this, try ./node_modules/.bin/np"
2524
},

0 commit comments

Comments
 (0)