Skip to content

Commit 4d4f15a

Browse files
committed
WIP: remove macOS app sandbox entitlement
1 parent 00a8b44 commit 4d4f15a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

TemplateProject/projects/TemplateProject-macOS.entitlements

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,9 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5-
<key>com.apple.security.app-sandbox</key>
6-
<true/>
75
<key>com.apple.security.application-groups</key>
86
<array>
97
<string>group.io.github.iplug2</string>
108
</array>
11-
<key>com.apple.security.assets.music.read-write</key>
12-
<true/>
13-
<key>com.apple.security.device.microphone</key>
14-
<true/>
15-
<key>com.apple.security.files.user-selected.read-write</key>
16-
<true/>
179
</dict>
1810
</plist>

0 commit comments

Comments
 (0)