Commit c7fd4bdd22792b1b832a647cac0b7b1247ae8058

Authored by 王军波
1 parent 956cf426

更改ATS,相机,语音权限

LiveVideoCloud/LiveVideoCloud/Info.plist
... ... @@ -6,6 +6,15 @@
6 6 <false/>
7 7 <key>CFBundleDevelopmentRegion</key>
8 8 <string>en</string>
  9 + <key>NSAppTransportSecurity</key>
  10 + <dict>
  11 + <key>NSAllowsArbitraryLoads</key>
  12 + <true/>
  13 + </dict>
  14 + <key>NSCameraUsageDescription</key>
  15 + <string></string>
  16 + <key>NSMicrophoneUsageDescription</key>
  17 + <string></string>
9 18 <key>CFBundleExecutable</key>
10 19 <string>$(EXECUTABLE_NAME)</string>
11 20 <key>CFBundleIdentifier</key>
... ...