From 681cd181456ea56328e23f5ad1d987bafd21bdd1 Mon Sep 17 00:00:00 2001 From: Christopher Snowhill Date: Sat, 17 Aug 2024 03:22:34 -0700 Subject: [PATCH] Update PluginController.mm Add missing definitions to the Info.plist template generator. Signed-off-by: Christopher Snowhill --- Audio/PluginController.mm | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Audio/PluginController.mm b/Audio/PluginController.mm index 98d081c03..e4a77728c 100644 --- a/Audio/PluginController.mm +++ b/Audio/PluginController.mm @@ -469,6 +469,14 @@ static NSString *xmlEscapeString(NSString * string) { \tMediaKeysApplication\n\ \tNSRemindersUsageDescription\n\ \tCog has no use for your reminders. Why are you trying to access them with an audio player?\n\ +\tNSDownloadsFolderUsageDescription\n\ +\tWe 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.\n\ +\tNSDocumentsFolderUsageDescription\n\ +\tWe 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.\n\ +\tNSDesktopFolderUsageDescription\n\ +\tWe 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.\n\ +\tNSMotionUsageDescription\n\ +\tCog optionally supports motion tracking headphones for head tracked positional audio, using its own low latency positioning model.\n\ \tOSAScriptingDefinition\n\ \tCog.sdef\n\ \tSUFeedURL\n\