From 6c758b8bc14e2e949e0dab9ebaf2bf60425a066f Mon Sep 17 00:00:00 2001
From: Alexandra Talalaieva <25621530+sashatalalasha@users.noreply.github.com>
Date: Fri, 3 Nov 2023 14:58:20 +0100
Subject: [PATCH] chore: add Info.plist snippet to readme
---
flutter-ory-network/README.md | 19 +++++++++++++++++--
1 file changed, 17 insertions(+), 2 deletions(-)
diff --git a/flutter-ory-network/README.md b/flutter-ory-network/README.md
index 7b9f3c2..fc2c97c 100644
--- a/flutter-ory-network/README.md
+++ b/flutter-ory-network/README.md
@@ -35,8 +35,23 @@ If you use Google Sign In on iOS, add following variable to .env file
IOS_CLIENT_ID={ios-client-id}.apps.googleusercontent.com
```
-Additionally, add reversed Client ID com.googleusercontent.apps.{ios-client.id}
-as iOS URL scheme to Info.plist.\
+Additionally, add iOS URL scheme to Info.plist. It can be found in additional information of your iOS Client ID.
+
+```xml
+CFBundleURLTypes
+
+
+ CFBundleTypeRole
+ Editor
+ CFBundleURLSchemes
+
+
+ IOS_URL_SCHEME
+
+
+
+```
+
For more information, see [Google Integration Docs](https://www.ory.sh/docs/kratos/social-signin/google).
### Apple Sign In