Skip to content

Commit

Permalink
temporarily give it another plugin code so both versions show up
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseDiazRohena committed Sep 1, 2024
1 parent d629947 commit a54ab1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a54ab1e

Please sign in to comment.