From a54ab1e652c281aad4b529959a039235fb3f560f Mon Sep 17 00:00:00 2001 From: Jose Diaz Date: Sun, 1 Sep 2024 23:05:47 +0200 Subject: [PATCH] temporarily give it another plugin code so both versions show up --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cf5f33eb..b42250c5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -74,7 +74,7 @@ juce_add_plugin("${PROJECT_NAME}" # EDITOR_WANTS_KEYBOARD_FOCUS FALSE # Does the editor need keyboard focus? COPY_PLUGIN_AFTER_BUILD TRUE # On MacOS, plugin will be copied to /Users/you/Library/Audio/Plug-Ins/ PLUGIN_MANUFACTURER_CODE Valn # This has to be one uppercase, rest lower for AU formats - PLUGIN_CODE V001 # A unique four-character plugin id with at least one upper-case character + PLUGIN_CODE V091 # A unique four-character plugin id with at least one upper-case character FORMATS "${FORMATS}" PRODUCT_NAME "${PROJECT_NAME}") # The name of the final executable, which can differ from the target name