Skip to content

Commit

Permalink
fix: remove camera permission and update photo usage description
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasXu0 committed Sep 4, 2024
1 parent e9b2cbb commit 4a34458
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions frontend/appflowy_flutter/ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,8 @@
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>NSCameraUsageDescription</key>
<string>AppFlowy requires access to the camera.</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>AppFlowy requires access to the photo library.</string>
<string>Allow access to photos to upload photos from your library.</string>
<key>UIApplicationSupportsIndirectInputEvents</key>
<true/>
<key>UILaunchStoryboardName</key>
Expand Down

0 comments on commit 4a34458

Please sign in to comment.