fix:修复引入Permission_Handler库引起iOS的Missing Purpose String in Info.plist

This commit is contained in:
hackycy
2020-06-24 16:52:03 +08:00
parent 5d150bf7ff
commit fecb303a83

View File

@@ -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>