forked from lxm_tools/flutter-picgo
fix:修复引入Permission_Handler库引起iOS的Missing Purpose String in Info.plist
This commit is contained in:
@@ -24,6 +24,20 @@
|
||||
<true/>
|
||||
<key>NSPhotoLibraryUsageDescription</key>
|
||||
<string>这使我们能够访问您的相册为您提供图片上传服务</string>
|
||||
<key>NSContactsUsageDescription</key>
|
||||
<string>Contacts access needed for a better experience.</string>
|
||||
<key>NSCalendarsUsageDescription</key>
|
||||
<string>Calendars access needed for a better experience.</string>
|
||||
<key>NSAppleMusicUsageDescription</key>
|
||||
<string>Media access needed for a better experience.</string>
|
||||
<key>NSMotionUsageDescription</key>
|
||||
<string>Motion access needed for a better experience.</string>
|
||||
<key>NSSpeechRecognitionUsageDescription</key>
|
||||
<string>Speech access needed for a better experience.</string>
|
||||
<key>NSLocationAlwaysUsageDescription</key>
|
||||
<string>Location access needed for a better experience.</string>
|
||||
<key>NSLocationWhenInUseUsageDescription</key>
|
||||
<string>Location access needed for a better experience.</string>
|
||||
<key>UILaunchStoryboardName</key>
|
||||
<string>LaunchScreen</string>
|
||||
<key>UIMainStoryboardFile</key>
|
||||
|
||||
Reference in New Issue
Block a user