Pārlūkot izejas kodu

ComPDFKit(flutter) - 更新iOS plist文件

dinglingui 9 mēneši atpakaļ
vecāks
revīzija
4d738bc7cc
1 mainītis faili ar 16 papildinājumiem un 0 dzēšanām
  1. 16 0
      example/ios/Runner/Info.plist

+ 16 - 0
example/ios/Runner/Info.plist

@@ -62,5 +62,21 @@
 	</array>
 	<key>UIViewControllerBasedStatusBarAppearance</key>
 	<false/>
+	<key>NSBluetoothPeripheralUsageDescription</key>
+	<string>Your consent is required before you could access the function.</string>
+	<key>NSMicrophoneUsageDescription</key>
+	<string>Your consent is required before you could access the function.</string>
+	<key>NSCameraUsageDescription</key>
+	<string>Your consent is required before you could access the function.</string>
+	<key>NSPhotoLibraryAddUsageDescription</key>
+	<string>Enable camera access so that you can create scans with your camera.</string>
+	<key>NSContactsUsageDescription</key>
+	<string>Your consent is required before you could access the function.</string>
+	<key>NSLocationAlwaysUsageDescription</key>
+	<string>Your consent is required before you could access the function.</string>
+	<key>NSPhotoLibraryUsageDescription</key>
+	<string>Your consent is required before you could access the function.</string>
+	<key>NSLocationWhenInUseUsageDescription</key>
+	<string>Your consent is required before you could access the function.</string>
 </dict>
 </plist>