We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d102043 commit 9c683f7Copy full SHA for 9c683f7
macos/Runner/DebugProfile.entitlements
@@ -6,6 +6,12 @@
6
<true/>
7
<key>com.apple.security.cs.allow-jit</key>
8
9
+ <key>com.apple.security.device.camera</key>
10
+ <true/>
11
+ <key>com.apple.security.device.microphone</key>
12
13
+ <key>com.apple.security.network.client</key>
14
15
<key>com.apple.security.network.server</key>
16
17
</dict>
macos/Runner/Release.entitlements
@@ -4,5 +4,13 @@
4
<dict>
5
<key>com.apple.security.app-sandbox</key>
+ <key>com.apple.security.network.server</key>
</plist>
0 commit comments