Commit 04a4bdb5c0f82bca89ee6ac7190a1b02145d8edb

Authored by 王军波
1 parent b291c7af

设置ATS以及开启相机,话筒权限

LiveVideoCloud/LiveVideoCloud/Info.plist
@@ -2,6 +2,15 @@ @@ -2,6 +2,15 @@
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>
  10 + <key>NSCameraUsageDescription</key>
  11 + <string></string>
  12 + <key>NSMicrophoneUsageDescription</key>
  13 + <string></string>
5 <key>CFBundleDevelopmentRegion</key> 14 <key>CFBundleDevelopmentRegion</key>
6 <string>en</string> 15 <string>en</string>
7 <key>CFBundleExecutable</key> 16 <key>CFBundleExecutable</key>