Skip to content

Commit 9c683f7

Browse files
committed
Add permission labels.
1 parent d102043 commit 9c683f7

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

macos/Runner/DebugProfile.entitlements

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
<true/>
77
<key>com.apple.security.cs.allow-jit</key>
88
<true/>
9+
<key>com.apple.security.device.camera</key>
10+
<true/>
11+
<key>com.apple.security.device.microphone</key>
12+
<true/>
13+
<key>com.apple.security.network.client</key>
14+
<true/>
915
<key>com.apple.security.network.server</key>
1016
<true/>
1117
</dict>

macos/Runner/Release.entitlements

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,13 @@
44
<dict>
55
<key>com.apple.security.app-sandbox</key>
66
<true/>
7+
<key>com.apple.security.device.camera</key>
8+
<true/>
9+
<key>com.apple.security.device.microphone</key>
10+
<true/>
11+
<key>com.apple.security.network.client</key>
12+
<true/>
13+
<key>com.apple.security.network.server</key>
14+
<true/>
715
</dict>
816
</plist>

0 commit comments

Comments
 (0)