commit 9150f906218ac176dba626ddeeb65d18e475fe08
parent 660c736c772ba902e49ed5bd8165c3f1038d171c
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date: Sat, 8 Feb 2025 15:41:15 +0100
set bundle id for plugin tester to silence warning about bundle id having spaces
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/source/pluginTester/CMakeLists.txt b/source/pluginTester/CMakeLists.txt
@@ -15,6 +15,7 @@ juce_add_console_app(pluginTester
COMPANY_WEBSITE "https://dsp56300.com"
FORMATS VST VST3 AU LV2 CLAP # The formats to build. Other valid formats are: AAX Unity VST AU AUv3 LV2
PRODUCT_NAME "pluginTester" # The name of the final executable, which can differ from the target name
+ BUNDLE_ID "com.theusualsuspects.plugintester"
)
juce_generate_juce_header(pluginTester)