We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9d0b923 + a9a6ff4 commit 30dfb47Copy full SHA for 30dfb47
1 file changed
OpenTreeMap/OpenTreeMap-Info.plist.template
@@ -2,8 +2,12 @@
2
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
<plist version="1.0">
4
<dict>
5
- <key>NSLocationWhenInUseUsageDescription</key>
6
- <string>OpenTreeMap uses your location to find trees near you.</string>
+ <key>NSPhotoLibraryUsageDescription</key>
+ <string>Select and upload photos of trees you have already taken.</string>
7
+ <key>NSCameraUsageDescription</key>
8
+ <string>Use the camera to take photos of trees.</string>
9
+ <key>NSLocationWhenInUseUsageDescription</key>
10
+ <string>OpenTreeMap uses your location to find trees near you.</string>
11
<key>CFBundleDevelopmentRegion</key>
12
<string>en</string>
13
<key>CFBundleDisplayName</key>
0 commit comments