Commit b428c8b 1 parent 499faab commit b428c8b Copy full SHA for b428c8b
File tree 2 files changed +21
-0
lines changed
resources/macos/entitlements
2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -23,3 +23,4 @@ electron/img/
23
23
! electron /img /taskbar.overlay.png
24
24
resources
25
25
! resources /macos /entitlements /child.plist
26
+ ! resources /macos /entitlements /parent.plist
Original file line number Diff line number Diff line change
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 >
You can’t perform that action at this time.
0 commit comments