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 | 33 | </dict> |
34 | 34 | <key>NSMicrophoneUsageDescription</key> |
35 | 35 | <string>需要获取录音完成后续功能</string> |
36 | + <key>NSPhotoLibraryUsageDescription</key> | |
37 | + <string>需要获取相册权限</string> | |
36 | 38 | <key>UIApplicationSupportsIndirectInputEvents</key> |
37 | 39 | <true/> |
38 | 40 | <key>UILaunchStoryboardName</key> | ... | ... |