Commit d91ebda00deb8f6d15e6a285a8184b7f028fa27f
1 parent
420ed2df
no message
Showing
1 changed file
with
5 additions
and
0 deletions
Example/CNLiveBUserAgreement/CNLiveBUserAgreement-Info.plist
| @@ -2,6 +2,11 @@ | @@ -2,6 +2,11 @@ | ||
| 2 | <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | 2 | <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
| 3 | <plist version="1.0"> | 3 | <plist version="1.0"> |
| 4 | <dict> | 4 | <dict> |
| 5 | + <key>NSAppTransportSecurity</key> | ||
| 6 | + <dict> | ||
| 7 | + <key>NSAllowsArbitraryLoads</key> | ||
| 8 | + <true/> | ||
| 9 | + </dict> | ||
| 5 | <key>CFBundleDevelopmentRegion</key> | 10 | <key>CFBundleDevelopmentRegion</key> |
| 6 | <string>en</string> | 11 | <string>en</string> |
| 7 | <key>CFBundleDisplayName</key> | 12 | <key>CFBundleDisplayName</key> |