From c362e2f8d7e4ce484cda59f1a51ff5ade79bafe7 Mon Sep 17 00:00:00 2001 From: Roland Rabien Date: Fri, 11 Nov 2022 07:10:06 -0800 Subject: [PATCH] Add com.apple.security.get-task-allow to allow pluginval to be debugged --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6b84fc3..4a30182 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -33,7 +33,7 @@ juce_add_gui_app(pluginval COMPANY_NAME Tracktion ICON_BIG "${CMAKE_CURRENT_SOURCE_DIR}/Source/binarydata/icon.png" HARDENED_RUNTIME_ENABLED TRUE - 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) juce_generate_juce_header(pluginval)