Skip to content

Commit

Permalink
Update permission usage description strings in Info.plist (#3518)
Browse files Browse the repository at this point in the history
Task/Issue URL: https://app.asana.com/0/0/1208680818394052/f

Description:
This change updates Info.plist entries with usage description strings for location, camera, microphone
and specific folders on disk, as required by the App Store app.
  • Loading branch information
ayoy authored Nov 5, 2024
1 parent 234b7d4 commit 6d381c5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Configuration/BuildNumber.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
CURRENT_PROJECT_VERSION = 296
CURRENT_PROJECT_VERSION = 299
14 changes: 6 additions & 8 deletions DuckDuckGo/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -521,21 +521,19 @@
<true/>
</dict>
<key>NSCameraUsageDescription</key>
<string>Allows you to upload photographs and videos</string>
<string>Lets websites ask permission to use your camera for video calls, recording and uploading videos, or taking and uploading photos.</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2024 DuckDuckGo. All rights reserved.</string>
<key>NSLocationUsageDescription</key>
<string>Allows you to share your geolocation</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>Allows you to share your location</string>
<string>Lets websites ask permission to use your location to improve search results, provide weather and directions, or show nearby map locations.</string>
<key>NSMicrophoneUsageDescription</key>
<string>Allows you to share recordings</string>
<string>Lets websites ask permission to use your microphone for audio and video calls or for recording and uploading audio.</string>
<key>NSDownloadsFolderUsageDescription</key>
<string>Allows you to save downloaded files to this folder.</string>
<string>Lets you save files to the Downloads folder on your computer.</string>
<key>NSDesktopFolderUsageDescription</key>
<string>Allows you to save downloaded files to this folder.</string>
<string>Lets you save files to the Desktop folder on your computer.</string>
<key>NSDocumentsFolderUsageDescription</key>
<string>Allows you to save downloaded files to this folder.</string>
<string>Lets you save files to the Documents folder on your computer.</string>
<key>NSPrincipalClass</key>
<string>$(INFOPLIST_KEY_NSPrincipalClass)</string>
<key>NSSupportsAutomaticTermination</key>
Expand Down

0 comments on commit 6d381c5

Please sign in to comment.