Add Apple Login => Works only on iPhone for now, will be adding rest later.

This commit is contained in:
Van Leemput Dayron
2025-11-03 01:06:19 +01:00
parent 9cfd9b4ec7
commit 745f2597d9
7 changed files with 160 additions and 47 deletions

View File

@@ -62,5 +62,16 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLName</key>
<string>Apple Sign-In</string>
<key>CFBundleURLSchemes</key>
<array>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
</array>
</dict>
</array>
</dict>
</plist>