Commit b85c8854822e00765431db68698ac64ba2a99d95
1 parent
997ea0d6
feat:相机权限添加
Showing
1 changed file
with
2 additions
and
0 deletions
ios/Runner/Info.plist
@@ -33,6 +33,8 @@ | @@ -33,6 +33,8 @@ | ||
33 | </dict> | 33 | </dict> |
34 | <key>NSMicrophoneUsageDescription</key> | 34 | <key>NSMicrophoneUsageDescription</key> |
35 | <string>需要获取录音完成后续功能</string> | 35 | <string>需要获取录音完成后续功能</string> |
36 | + <key>NSPhotoLibraryUsageDescription</key> | ||
37 | + <string>需要获取相册权限</string> | ||
36 | <key>UIApplicationSupportsIndirectInputEvents</key> | 38 | <key>UIApplicationSupportsIndirectInputEvents</key> |
37 | <true/> | 39 | <true/> |
38 | <key>UILaunchStoryboardName</key> | 40 | <key>UILaunchStoryboardName</key> |