Skip to content

Commit

Permalink
test: ios 16 simulator finally works for apple auth. Purge ios13 items
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed Sep 13, 2022
1 parent 6b75ff8 commit 0ee9c43
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 0ee9c43

Please sign in to comment.