Commit c7fd4bdd22792b1b832a647cac0b7b1247ae8058
1 parent
956cf426
更改ATS,相机,语音权限
Showing
1 changed file
with
9 additions
and
0 deletions
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> | ... | ... |