From 08f2dabc81ac0e26091fff20379d933a395362e6 Mon Sep 17 00:00:00 2001 From: Christopher Snowhill Date: Sat, 5 Nov 2022 00:42:12 -0700 Subject: [PATCH] Info plist: Add newly required keys For some reason, Xcode isn't adding these now. No idea what Apple has done to cause this. Signed-off-by: Christopher Snowhill --- Audio/PluginController.mm | 4 ++++ Info.plist.template | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/Audio/PluginController.mm b/Audio/PluginController.mm index 9251dfefa..55e694fb7 100644 --- a/Audio/PluginController.mm +++ b/Audio/PluginController.mm @@ -423,6 +423,10 @@ static NSString *xmlEscapeString(NSString * string) { \t$(PRODUCT_BUNDLE_IDENTIFIER)\n\ \tCFBundleInfoDictionaryVersion\n\ \t6.0\n\ +\tCFBundleName\n\ +\t$(PRODUCT_NAME)\n\ +\tCFBundleDisplayName\n\ +\t$(PRODUCT_NAME)\n\ \tCFBundlePackageType\n\ \tAPPL\n\ \tCFBundleShortVersionString\n\ diff --git a/Info.plist.template b/Info.plist.template index 70fa143d6..e82d2ccef 100644 --- a/Info.plist.template +++ b/Info.plist.template @@ -1984,6 +1984,10 @@ $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleInfoDictionaryVersion 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundleDisplayName + $(PRODUCT_NAME) CFBundlePackageType APPL CFBundleShortVersionString