Skip to content

Commit 0cbc68e

Browse files
chore: example app has apple sign in capability
1 parent 7f6be55 commit 0cbc68e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

samples/swiftui/FirebaseSwiftUIExample/FirebaseSwiftUIExample/FirebaseSwiftUIExample.entitlements

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
<dict>
55
<key>aps-environment</key>
66
<string>development</string>
7+
<key>com.apple.developer.applesignin</key>
8+
<array>
9+
<string>Default</string>
10+
</array>
711
<key>com.apple.developer.associated-domains</key>
812
<array>
913
<string>applinks:flutterfire-e2e-tests.firebaseapp.com</string>

0 commit comments

Comments
 (0)