[ios] Correct FB SDK permissions in plist.

This commit is contained in:
Alex Zolotarev 2016-02-06 15:32:16 +03:00
parent 85b9c404c6
commit 515136b976

View file

@ -78,6 +78,13 @@
<string>MapsWithMe, offline maps</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>fbapi</string>
<string>fb-messenger-api</string>
<string>fbauth2</string>
<string>fbshareextension</string>
</array>
<key>LocalNotificationsFileName</key>
<string>LocalNotifications</string>
<key>NSAppTransportSecurity</key>
@ -100,6 +107,27 @@
<key>NSIncludesSubdomains</key>
<true/>
</dict>
<key>facebook.com</key>
<dict>
<key>NSIncludesSubdomains</key>
<true/>
<key>NSThirdPartyExceptionRequiresForwardSecrecy</key>
<false/>
</dict>
<key>fbcdn.net</key>
<dict>
<key>NSIncludesSubdomains</key>
<true/>
<key>NSThirdPartyExceptionRequiresForwardSecrecy</key>
<false/>
</dict>
<key>akamaihd.net</key>
<dict>
<key>NSIncludesSubdomains</key>
<true/>
<key>NSThirdPartyExceptionRequiresForwardSecrecy</key>
<false/>
</dict>
</dict>
</dict>
<key>NSLocationAlwaysUsageDescription</key>