From cadb5ac558db64f461d540041c3a8227020435ea Mon Sep 17 00:00:00 2001 From: AryanJumani Date: Fri, 4 Apr 2025 03:30:26 -0400 Subject: [PATCH] Fix: added entitlements in Release.entitlements for networking and file access to work for macOS --- macos/Runner/Release.entitlements | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/macos/Runner/Release.entitlements b/macos/Runner/Release.entitlements index 852fa1a4..b9a9183c 100644 --- a/macos/Runner/Release.entitlements +++ b/macos/Runner/Release.entitlements @@ -2,7 +2,13 @@ - com.apple.security.app-sandbox - + com.apple.security.network.client + + com.apple.security.app-sandbox + + com.apple.security.network.server + + com.apple.security.files.user-selected.read-write +