Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions tealeaf/TeaLeafIOS-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@
<true/>
<key>UIAppFonts</key>
<array/>
<key>UIApplicationExitsOnSuspend</key>
<false/>
<key>UIPrerenderedIcon</key>
<true/>
<key>UIStatusBarHidden</key>
Expand All @@ -77,5 +75,11 @@
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<key>NSPhotoLibraryUsageDescription</key>
<string>This app requires access to the photo library.</string>
<key>NSLocationAlwaysUsageDescription</key>
<string>This app requires access to your location.</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>This app requires access to your location.</string>
Comment on lines +78 to +83
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is better to move it to the plugin that requires these permissions

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will have to find the app which uses this permissions, Do we need to do now? Also I guess we dont need location permission.. right?

</dict>
</plist>