From 285f831e77da8c5c653f95cbe257c4b08b609927 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Fri, 17 Jun 2022 11:27:48 +0200 Subject: [PATCH] Potentially correct value for CFBundleExecutable Some plugins would load, others didn't, and I think the ones with spaces didn't so this might be why. --- nih_plug_xtask/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nih_plug_xtask/src/lib.rs b/nih_plug_xtask/src/lib.rs index 8cdbc2bb..726801ec 100644 --- a/nih_plug_xtask/src/lib.rs +++ b/nih_plug_xtask/src/lib.rs @@ -575,7 +575,7 @@ pub fn maybe_create_macos_bundle_metadata( CFBundleExecutable - {package} + {display_name} CFBundleIconFile CFBundleIdentifier