expo-apple-authentication 6.1.1 → 6.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -10,6 +10,10 @@
10
10
 
11
11
  ### 💡 Others
12
12
 
13
+ ## 6.1.2 — 2023-09-04
14
+
15
+ _This version does not introduce any user-facing changes._
16
+
13
17
  ## 6.1.1 — 2023-08-02
14
18
 
15
19
  _This version does not introduce any user-facing changes._
package/README.md CHANGED
@@ -27,7 +27,7 @@ Run `npx pod-install` after installing the npm package.
27
27
 
28
28
  # Setup iOS project
29
29
 
30
- 1. Enable the "Sign In with Apple" capability in your app. For bare projects, enable the capability in Xcode under "Signing & Capabilities" -- you'll need to be on Xcode 11 or later. For managed projects, set `ios.usesAppleSignIn` to `true` in app.json.
30
+ 1. Enable the "Sign In with Apple" capability in your app. For bare projects, enable the capability in Xcode under "Signing & Capabilities" -- you'll need to be on Xcode 11 or later.
31
31
  2. Log into the Apple Developer Console, go to "Certificates, Identifiers, & Profiles" and then "Identifiers".
32
32
  3. You need to choose a primary app for the Apple Sign In configuration. This is the app whose icon will show up in the Apple Sign In system UI. If you have a set of related apps you might choose the "main" app as the primary, but most likely you'll want to just use the app you're working on now as the primary.
33
33
  4. In the list of identifiers, click on the one corresponding to your primary app. Enable the "Sign In with Apple" capability, click "Edit", and choose the "Enable as a primary App ID" option. Save the new configuration.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-apple-authentication",
3
- "version": "6.1.1",
3
+ "version": "6.1.2",
4
4
  "description": "A package that provides 'Sign in with Apple' capability for Expo and React Native apps.",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
@@ -38,5 +38,5 @@
38
38
  "peerDependencies": {
39
39
  "expo": "*"
40
40
  },
41
- "gitHead": "2240630a92eb79a4e4bf73e1439916c394876478"
41
+ "gitHead": "79607a7325f47aa17c36d266100d09a4ff2cc544"
42
42
  }