From 565df305693e05f2b71434da37399f788fc2678d Mon Sep 17 00:00:00 2001 From: Arda Erturk Date: Tue, 10 Jun 2025 20:53:08 -0400 Subject: [PATCH] Enable Apple sign-in --- app.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/app.json b/app.json index 1822e88..6848289 100644 --- a/app.json +++ b/app.json @@ -15,6 +15,7 @@ "ios": { "supportsTablet": true, "bundleIdentifier": "com.interspace.app", + "usesAppleSignIn": true, "associatedDomains": [ "webcredentials:interspace.app", "applinks:interspace.app" @@ -55,9 +56,10 @@ "output": "static", "favicon": "./assets/images/favicon.png" }, - "plugins": [ - "expo-router", - [ + "plugins": [ + "expo-router", + "expo-apple-authentication", + [ "expo-build-properties", { "android": {