Skip to content

Commit

Permalink
Hardened runtime (#69)
Browse files Browse the repository at this point in the history
* Bumped to v0.1.0

* Enabled hardened runtime
  • Loading branch information
DamRsn authored Sep 10, 2023
1 parent 370c39c commit c3e3bea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ juce_add_plugin("${BaseTargetName}"
COPY_PLUGIN_AFTER_BUILD ${COPY_PLUGIN_AFTER_BUILD}
MICROPHONE_PERMISSION_ENABLED TRUE
MICROPHONE_PERMISSION_TEXT "Need access to Microphone"
HARDENED_RUNTIME_ENABLED TRUE
PLUGIN_MANUFACTURER_CODE DrAu
PLUGIN_CODE NRNT
FORMATS AU VST3 Standalone
Expand Down

0 comments on commit c3e3bea

Please sign in to comment.