Skip to content

Commit 30dfb47

Browse files
authored
Merge pull request #329 from jwalgran/feature/jcw/add-photo-access-messages
Add camera and photo library usage messages
2 parents 9d0b923 + a9a6ff4 commit 30dfb47

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

OpenTreeMap/OpenTreeMap-Info.plist.template

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5-
<key>NSLocationWhenInUseUsageDescription</key>
6-
<string>OpenTreeMap uses your location to find trees near you.</string>
5+
<key>NSPhotoLibraryUsageDescription</key>
6+
<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>
711
<key>CFBundleDevelopmentRegion</key>
812
<string>en</string>
913
<key>CFBundleDisplayName</key>

0 commit comments

Comments
 (0)