From 7f4cf22cc9347c0a99704c6dcfa1717d618fafda Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?lollipopkit=F0=9F=8F=B3=EF=B8=8F=E2=80=8D=E2=9A=A7?=
=?UTF-8?q?=EF=B8=8F?= <10864310+lollipopkit@users.noreply.github.com>
Date: Mon, 8 Sep 2025 12:37:30 +0800
Subject: [PATCH] fix: rm camera perm on mac
---
macos/Runner/DebugProfile.entitlements | 4 +---
macos/Runner/Release.entitlements | 4 +---
2 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/macos/Runner/DebugProfile.entitlements b/macos/Runner/DebugProfile.entitlements
index 1fcf0e54..c8d7e50d 100644
--- a/macos/Runner/DebugProfile.entitlements
+++ b/macos/Runner/DebugProfile.entitlements
@@ -18,14 +18,12 @@
com.apple.security.cs.allow-jit
- com.apple.security.device.camera
+ com.apple.security.files.user-selected.read-write
com.apple.security.network.client
com.apple.security.network.server
- com.apple.security.files.user-selected.read-write
-
keychain-access-groups
diff --git a/macos/Runner/Release.entitlements b/macos/Runner/Release.entitlements
index abd14398..98002a16 100644
--- a/macos/Runner/Release.entitlements
+++ b/macos/Runner/Release.entitlements
@@ -16,14 +16,12 @@
com.apple.security.app-sandbox
- com.apple.security.device.camera
+ com.apple.security.files.user-selected.read-write
com.apple.security.network.client
com.apple.security.network.server
- com.apple.security.files.user-selected.read-write
-
keychain-access-groups