Skip to content

Commit b428c8b

Browse files
committed
fix: Add parent.plist for manual builds of internals
1 parent 499faab commit b428c8b

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ electron/img/
2323
!electron/img/taskbar.overlay.png
2424
resources
2525
!resources/macos/entitlements/child.plist
26+
!resources/macos/entitlements/parent.plist
+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>com.apple.security.app-sandbox</key>
6+
<true/>
7+
<key>com.apple.security.network.server</key>
8+
<true/>
9+
<key>com.apple.security.network.client</key>
10+
<true/>
11+
<key>com.apple.security.device.camera</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/>
17+
<key>com.apple.security.application-groups</key>
18+
<string>EDF3JCE8BC.com.wearezeta.zclient.mac</string>
19+
</dict>
20+
</plist>

0 commit comments

Comments
 (0)