facebook集成添加信息

This commit is contained in:
bluesea 2024-04-09 17:52:29 +08:00
parent 58a8d5f8ce
commit 5041ceff67

View File

@ -2,6 +2,8 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>FacebookAutoLogAppEventsEnabled</key>
<false/>
<key>FirebaseAutomaticScreenReportingEnabled</key>
<false/>
<key>NSAppTransportSecurity</key>
@ -41,5 +43,20 @@
</dict>
<key>UIBackgroundModes</key>
<array/>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLSchemes</key>
<array>
<string>com.nsk.tdvideo</string>
</array>
</dict>
</array>
<key>FacebookAppID</key>
<string>349630657543828</string>
<key>FacebookClientToken</key>
<string>14b6cc1b437b5a201663ebd7e1a9b2bb</string>
<key>FacebookDisplayName</key>
<string>VPCamera</string>
</dict>
</plist>