We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50df165 commit c362e2fCopy full SHA for c362e2f
CMakeLists.txt
@@ -33,7 +33,7 @@ juce_add_gui_app(pluginval
33
COMPANY_NAME Tracktion
34
ICON_BIG "${CMAKE_CURRENT_SOURCE_DIR}/Source/binarydata/icon.png"
35
HARDENED_RUNTIME_ENABLED TRUE
36
- HARDENED_RUNTIME_OPTIONS com.apple.security.cs.allow-unsigned-executable-memory com.apple.security.cs.disable-library-validation)
+ HARDENED_RUNTIME_OPTIONS com.apple.security.cs.allow-unsigned-executable-memory com.apple.security.cs.disable-library-validation com.apple.security.get-task-allow)
37
38
juce_generate_juce_header(pluginval)
39
0 commit comments