Skip to content

Commit c362e2f

Browse files
committed
Add com.apple.security.get-task-allow to allow pluginval to be debugged
1 parent 50df165 commit c362e2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ juce_add_gui_app(pluginval
3333
COMPANY_NAME Tracktion
3434
ICON_BIG "${CMAKE_CURRENT_SOURCE_DIR}/Source/binarydata/icon.png"
3535
HARDENED_RUNTIME_ENABLED TRUE
36-
HARDENED_RUNTIME_OPTIONS com.apple.security.cs.allow-unsigned-executable-memory com.apple.security.cs.disable-library-validation)
36+
HARDENED_RUNTIME_OPTIONS com.apple.security.cs.allow-unsigned-executable-memory com.apple.security.cs.disable-library-validation com.apple.security.get-task-allow)
3737

3838
juce_generate_juce_header(pluginval)
3939

0 commit comments

Comments
 (0)