Skip to content

Commit

Permalink
disabled VST3_AUTO_MANIFEST
Browse files Browse the repository at this point in the history
  • Loading branch information
vackva committed May 5, 2024
1 parent 22427e0 commit ba46bd4
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,15 @@ juce_add_plugin(${TARGET_NAME}
# IS_MIDI_EFFECT TRUE/FALSE # Is this plugin a MIDI effect?
# EDITOR_WANTS_KEYBOARD_FOCUS TRUE/FALSE # Does the editor need keyboard focus?
# COPY_PLUGIN_AFTER_BUILD TRUE/FALSE # Should the plugin be installed to a default location after building?
VST3_AUTO_MANIFEST FALSE

PLUGIN_MANUFACTURER_CODE Juce # A four-character manufacturer id with at least one upper-case character
PLUGIN_CODE Dem0 # A unique four-character plugin id with exactly one upper-case character
# GarageBand 10.3 requires the first letter to be upper-case, and the remaining letters to be lower-case
FORMATS ${FORMATS_TO_BUILD} # The formats to build. Other valid formats are: AAX Unity VST AU AUv3
PRODUCT_NAME "Binaural Panner" # The name of the final executable, which can differ from the target name
)

if(APPLE AND CMAKE_OSX_ARCHITECTURES STREQUAL "arm64")
set_target_properties(${TARGET_NAME} PROPERTIES
VST3_AUTO_MANIFEST FALSE
)
endif()

juce_generate_juce_header(${TARGET_NAME})

target_sources(${TARGET_NAME}
Expand Down

0 comments on commit ba46bd4

Please sign in to comment.