From a57c9246460cea0f6da60202114c9d0ca437eca2 Mon Sep 17 00:00:00 2001 From: "Dmitry Sorokin (@sorydima)" <43252008+sorydima@users.noreply.github.com> Date: Mon, 16 Dec 2024 22:51:33 +0300 Subject: [PATCH] Add files via upload --- macos/DebugProfile.entitlements | 26 ++++++++++++++++++++++++++ macos/Release.entitlements | 22 ++++++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 macos/DebugProfile.entitlements create mode 100644 macos/Release.entitlements diff --git a/macos/DebugProfile.entitlements b/macos/DebugProfile.entitlements new file mode 100644 index 0000000..a964b6b --- /dev/null +++ b/macos/DebugProfile.entitlements @@ -0,0 +1,26 @@ + + + + + com.apple.security.app-sandbox + + com.apple.security.assets.pictures.read-only + + com.apple.security.cs.allow-jit + + com.apple.security.device.audio-input + + 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.personal-information.location + + keychain-access-groups + + + diff --git a/macos/Release.entitlements b/macos/Release.entitlements new file mode 100644 index 0000000..cfeb4e7 --- /dev/null +++ b/macos/Release.entitlements @@ -0,0 +1,22 @@ + + + + + com.apple.security.app-sandbox + + com.apple.security.assets.pictures.read-only + + com.apple.security.device.audio-input + + com.apple.security.device.camera + + com.apple.security.files.user-selected.read-write + + com.apple.security.network.client + + com.apple.security.personal-information.location + + keychain-access-groups + + +