Add missing Info.plist strings
These strings were added to the InfoPlist translations in a previous commit, but likely need to be added to the Info.plist file directly as well. Signed-off-by: Christopher Snowhill <kode54@gmail.com>
This commit is contained in:
parent
7ac32284ff
commit
661f047e1b
1 changed files with 6 additions and 0 deletions
|
@ -2063,6 +2063,12 @@
|
|||
<string>MediaKeysApplication</string>
|
||||
<key>NSRemindersUsageDescription</key>
|
||||
<string>Cog has no use for your reminders. Why are you trying to access them with an audio player?</string>
|
||||
<key>NSDownloadsFolderUsageDescription</key>
|
||||
<string>We may request related audio files from this folder for playback purposes. We will only play back files you specifically add, unless you enable the option to add an entire folder. Granting permission either for individual files or for parent folders ensures their contents will remain playable in future sessions.</string>
|
||||
<key>NSDocumentsFolderUsageDescription</key>
|
||||
<string>We may request related audio files from this folder for playback purposes. We will only play back files you specifically add, unless you enable the option to add an entire folder. Granting permission either for individual files or for parent folders ensures their contents will remain playable in future sessions.</string>
|
||||
<key>NSDesktopFolderUsageDescription</key>
|
||||
<string>We may request related audio files from this folder for playback purposes. We will only play back files you specifically add, unless you enable the option to add an entire folder. Granting permission either for individual files or for parent folders ensures their contents will remain playable in future sessions.</string>
|
||||
<key>OSAScriptingDefinition</key>
|
||||
<string>Cog.sdef</string>
|
||||
<key>SUFeedURL</key>
|
||||
|
|
Loading…
Reference in a new issue