Browse Source

调整ios权限设置

gjh 1 week ago
parent
commit
9c57b2bb7b
1 changed files with 3 additions and 4 deletions
  1. 3 4
      ios/Runner/Info.plist

+ 3 - 4
ios/Runner/Info.plist

@@ -62,13 +62,12 @@
62
 	<true/>
62
 	<true/>
63
 	<key>NSAllowsArbitraryLoadsInWebContent</key>
63
 	<key>NSAllowsArbitraryLoadsInWebContent</key>
64
 	<true/>
64
 	<true/>
65
-	<key>NSMicrophoneUsageDescription</key>
66
-	<string>录制视频需要访问您的麦克风</string>
67
-	<key>NSCameraUsageDescription</key>
68
-	<string>拍摄照片需要访问您的摄像头</string>
69
 	<key>ITSAppUsesNonExemptEncryption</key>
65
 	<key>ITSAppUsesNonExemptEncryption</key>
70
 	<false/>
66
 	<false/>
71
 	<key>LSMinimumSystemVersion</key>
67
 	<key>LSMinimumSystemVersion</key>
72
 	<string>12.0</string>
68
 	<string>12.0</string>
69
+	<key>NSLocalNetworkUsageDescription
70
+</key>
71
+	<string>需要使用本地网络与您的设备进行通信</string>
73
 </dict>
72
 </dict>
74
 </plist>
73
 </plist>