From 0ee9c43fd1cbf05aaf8e7513a26ab0620754621a Mon Sep 17 00:00:00 2001 From: Mike Hardy Date: Tue, 13 Sep 2022 13:56:52 -0500 Subject: [PATCH] test: ios 16 simulator finally works for apple auth. Purge ios13 items --- example/package.json | 4 +--- package.json | 1 - 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/example/package.json b/example/package.json index 91dec3b2..be1919b4 100644 --- a/example/package.json +++ b/example/package.json @@ -7,9 +7,7 @@ "prepare": "patch-package", "start": "yarn react-native start --reset-cache", "run:android": "yarn react-native run-android", - "run:ios": "yarn react-native run-ios --simulator=\"iPhone 11\"", - "run:ios:default": "yarn react-native run-ios", - "run:ios13": "yarn react-native run-ios --simulator=\"iPhone 11 ios13\"" + "run:ios": "yarn react-native run-ios" }, "dependencies": { "@invertase/react-native-apple-authentication": "^2.1.5", diff --git a/package.json b/package.json index 722df400..eb2715f2 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,6 @@ "example:build:ios": "cd example && (xcodebuild -workspace ios/testing.xcworkspace -scheme testing -configuration Debug -sdk iphonesimulator -derivedDataPath ios/build -UseModernBuildSystem=YES || true)", "example:start": "cd example && yarn start", "example:ios": "cd example && yarn run:ios", - "example:ios13": "cd example && yarn run:ios13", "example:android": "cd example && yarn run:android", "shipit": "echo no luck running it like this, try ./node_modules/.bin/np" },