Skip to content

Commit

Permalink
Merge release/1.96.0 into main
Browse files Browse the repository at this point in the history
  • Loading branch information
daxmobile authored Jul 11, 2024
2 parents 9cd2900 + 5349b00 commit a0fc2b5
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Configuration/BuildNumber.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
CURRENT_PROJECT_VERSION = 218
CURRENT_PROJECT_VERSION = 219
6 changes: 6 additions & 0 deletions DuckDuckGo/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,12 @@
<string>Allows you to share your location</string>
<key>NSMicrophoneUsageDescription</key>
<string>Allows you to share recordings</string>
<key>NSDownloadsFolderUsageDescription</key>
<string>Allows you to save downloaded files to this folder.</string>
<key>NSDesktopFolderUsageDescription</key>
<string>Allows you to save downloaded files to this folder.</string>
<key>NSDocumentsFolderUsageDescription</key>
<string>Allows you to save downloaded files to this folder.</string>
<key>NSPrincipalClass</key>
<string>$(INFOPLIST_KEY_NSPrincipalClass)</string>
<key>NSSupportsAutomaticTermination</key>
Expand Down
36 changes: 36 additions & 0 deletions DuckDuckGo/InfoPlist.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,42 @@
}
}
},
"NSDesktopFolderUsageDescription" : {
"comment" : "Privacy - Desktop Folder Usage Description",
"extractionState" : "extracted_with_value",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "new",
"value" : "Allows you to save downloaded files to this folder."
}
}
}
},
"NSDocumentsFolderUsageDescription" : {
"comment" : "Privacy - Documents Folder Usage Description",
"extractionState" : "extracted_with_value",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "new",
"value" : "Allows you to save downloaded files to this folder."
}
}
}
},
"NSDownloadsFolderUsageDescription" : {
"comment" : "Privacy - Downloads Folder Usage Description",
"extractionState" : "extracted_with_value",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "new",
"value" : "Allows you to save downloaded files to this folder."
}
}
}
},
"NSHumanReadableCopyright" : {
"comment" : "Copyright (human-readable)",
"extractionState" : "extracted_with_value",
Expand Down

0 comments on commit a0fc2b5

Please sign in to comment.