Skip to content

Commit bee2add

Browse files
update example project for phone auth
1 parent c7e73a4 commit bee2add

2 files changed

Lines changed: 42 additions & 29 deletions

File tree

samples/swiftui/FirebaseSwiftUIExample/FirebaseSwiftUIExample.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,7 @@
447447
ENABLE_PREVIEWS = YES;
448448
GENERATE_INFOPLIST_FILE = YES;
449449
INFOPLIST_FILE = FirebaseSwiftUIExample/Info.plist;
450+
INFOPLIST_KEY_NSUserTrackingUsageDescription = "Testing - need to authorize User tracking for Facebook classic login.";
450451
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
451452
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
452453
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
@@ -479,6 +480,7 @@
479480
ENABLE_PREVIEWS = YES;
480481
GENERATE_INFOPLIST_FILE = YES;
481482
INFOPLIST_FILE = FirebaseSwiftUIExample/Info.plist;
483+
INFOPLIST_KEY_NSUserTrackingUsageDescription = "Testing - need to authorize User tracking for Facebook classic login.";
482484
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
483485
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
484486
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
Lines changed: 40 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,43 @@
11
<?xml version="1.0" encoding="UTF-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">
4-
<dict>
5-
<key>CFBundleURLTypes</key>
6-
<array>
7-
<dict>
8-
<key>CFBundleTypeRole</key>
9-
<string>Editor</string>
10-
<key>CFBundleURLSchemes</key>
11-
<array>
12-
<string>com.googleusercontent.apps.406099696497-134k3722m01rtrsklhf3b7k8sqa5r7in</string>
13-
<string>fb128693022464535</string>
14-
</array>
15-
</dict>
16-
<dict />
17-
</array>
18-
<key>FacebookAppID</key>
19-
<string>128693022464535</string>
20-
<key>FacebookClientToken</key>
21-
<string>16dbbdf0cfb309034a6ad98ac2a21688</string>
22-
<key>FacebookDisplayName</key>
23-
<string>Firebase Swift UI App</string>
24-
<key>LSApplicationQueriesSchemes</key>
25-
<array>
26-
<string>fbapi</string>
27-
<string>fb-messenger-share-api</string>
28-
</array>
29-
<key>NSUserTrackingUsageDescription</key>
30-
<string>Testing - need to authorize User tracking for Facebook classic login.</string>
31-
</dict>
32-
</plist>
4+
<dict>
5+
<key>CFBundleURLTypes</key>
6+
<array>
7+
<dict>
8+
<key>CFBundleTypeRole</key>
9+
<string>Editor</string>
10+
<key>CFBundleURLSchemes</key>
11+
<array>
12+
<string>com.googleusercontent.apps.406099696497-134k3722m01rtrsklhf3b7k8sqa5r7in</string>
13+
<string>fb128693022464535</string>
14+
</array>
15+
</dict>
16+
<dict>
17+
<key>CFBundleTypeRole</key>
18+
<string>Editor</string>
19+
<key>CFBundleURLSchemes</key>
20+
<array>
21+
<string>app-1-406099696497-ios-58cbc26aca8e5cf83574d0
22+
</string>
23+
</array>
24+
</dict>
25+
</array>
26+
<key>FacebookAppID</key>
27+
<string>128693022464535</string>
28+
<key>FacebookClientToken</key>
29+
<string>16dbbdf0cfb309034a6ad98ac2a21688</string>
30+
<key>FacebookDisplayName</key>
31+
<string>Firebase Swift UI App</string>
32+
<key>LSApplicationQueriesSchemes</key>
33+
<array>
34+
<string>fbapi</string>
35+
<string>fb-messenger-share-api</string>
36+
</array>
37+
<key>UIBackgroundModes</key>
38+
<array>
39+
<string>fetch</string>
40+
<string>remote-notification</string>
41+
</array>
42+
</dict>
43+
</plist>

0 commit comments

Comments
 (0)