Skip to content
This repository has been archived by the owner on Oct 24, 2022. It is now read-only.

Commit

Permalink
Changes for iOS9
Browse files Browse the repository at this point in the history
  • Loading branch information
jeduan committed Sep 3, 2015
1 parent 8a53f82 commit 17018b7
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,44 @@
</array>
</config-file>

<config-file target="*-Info.plist" parent="NSAppTransportSecurity">
<dict>
<key>NSExceptionDomains</key>
<dict>
<key>facebook.com</key>
<dict>
<key>NSIncludesSubdomains</key>
<true/>
<key>NSExceptionRequiresForwardSecrecy</key>
<false/>
</dict>
<key>fbcdn.net</key>
<dict>
<key>NSIncludesSubdomains</key>
<true/>
<key>NSExceptionRequiresForwardSecrecy</key>
<false/>
</dict>
<key>akamaihd.net</key>
<dict>
<key>NSIncludesSubdomains</key>
<true/>
<key>NSExceptionRequiresForwardSecrecy</key>
<false/>
</dict>
</dict>
</dict>
</config-file>

<config-file target="*-Info.plist" parent="LSApplicationQueriesSchemes">
<array>
<string>fbapi</string>
<string>fb-messenger-api</string>
<string>fbauth2</string>
<string>fbshareextension</string>
</array>
</config-file>

<!-- Bolts framework -->
<framework src="src/ios/Bolts.framework" custom="true" />

Expand Down

0 comments on commit 17018b7

Please sign in to comment.