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 + + +