Skip to content

Commit 7d23b2c

Browse files
example app -disable swizzling for app delegate and add entitlement
1 parent 4341794 commit 7d23b2c

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

samples/swiftui/FirebaseSwiftUIExample/FirebaseSwiftUIExample/FirebaseSwiftUIExample.entitlements

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5+
<key>aps-environment</key>
6+
<string>development</string>
57
<key>com.apple.developer.associated-domains</key>
68
<array>
79
<string>applinks:flutterfire-e2e-tests.firebaseapp.com</string>

samples/swiftui/FirebaseSwiftUIExample/FirebaseSwiftUIExample/Info.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,7 @@
3939
<string>fetch</string>
4040
<string>remote-notification</string>
4141
</array>
42+
<key>FirebaseAppDelegateProxyEnabled</key>
43+
<false/>
4244
</dict>
4345
</plist>

0 commit comments

Comments
 (0)