From 771c629393cc989b6ddedd30c2768923e960e94b Mon Sep 17 00:00:00 2001 From: Emlyn Bolton Date: Mon, 28 Mar 2022 10:32:00 -0700 Subject: [PATCH] Mac: Enable read-write files entitlement for sandbox Adds entitlements to the app under macOS to access the filesystem as needed, via the Load/Save dialogs, to allow Mixer Channel Setup to be saved and loaded. Fixes: #2560 --- mac/Jamulus.entitlements | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mac/Jamulus.entitlements b/mac/Jamulus.entitlements index 9f3c0e8c3c..6a3a486a6f 100644 --- a/mac/Jamulus.entitlements +++ b/mac/Jamulus.entitlements @@ -10,5 +10,7 @@ com.apple.security.network.server + com.apple.security.files.user-selected.read-write +