Commit 04a4bdb5c0f82bca89ee6ac7190a1b02145d8edb
1 parent
b291c7af
设置ATS以及开启相机,话筒权限
Showing
1 changed file
with
9 additions
and
0 deletions
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> |