From 36273c872be3e76f5ab6abff7fc4e70ee671acb6 Mon Sep 17 00:00:00 2001 From: Shibo Lyu Date: Wed, 4 Dec 2024 23:48:12 +0800 Subject: [PATCH] fix(macos): Remove unused network.server entitlement. (#174) --- macos/Runner/DebugProfile.entitlements | 2 -- macos/Runner/Release.entitlements | 10 ++++------ 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/macos/Runner/DebugProfile.entitlements b/macos/Runner/DebugProfile.entitlements index a281b2447..3b5b70ef5 100644 --- a/macos/Runner/DebugProfile.entitlements +++ b/macos/Runner/DebugProfile.entitlements @@ -12,7 +12,5 @@ com.apple.security.files.user-selected.read-write - com.apple.security.network.server - diff --git a/macos/Runner/Release.entitlements b/macos/Runner/Release.entitlements index d433cefc8..f924c02af 100644 --- a/macos/Runner/Release.entitlements +++ b/macos/Runner/Release.entitlements @@ -2,12 +2,10 @@ - keychain-access-groups - - com.apple.developer.team-identifier - LG57TUQ726 com.apple.application-identifier LG57TUQ726.ci.not.rune + com.apple.developer.team-identifier + LG57TUQ726 com.apple.security.app-sandbox com.apple.security.automation.apple-events @@ -18,7 +16,7 @@ com.apple.security.files.user-selected.read-write - com.apple.security.network.server - + keychain-access-groups +