-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathentitlements.plist
More file actions
17 lines (17 loc) · 813 Bytes
/
entitlements.plist
File metadata and controls
17 lines (17 loc) · 813 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.security.app-sandbox</key><true/>
<key>com.apple.security.network.client</key><true/>
<key>com.apple.security.network.server</key><true/>
<key>com.apple.security.cs.allow-jit</key><true/>
<key>com.apple.security.files.user-selected.read-write</key><true/>
<key>com.apple.application-identifier</key>
<string>S6482XAL5E.tanin.javaelectron.macos.app</string>
<key>com.apple.developer.team-identifier</key>
<string>S6482XAL5E</string>
<!-- The below is needed for loading the webview lib -->
<key>com.apple.security.cs.allow-dyld-environment-variables</key><true/>
</dict>
</plist>