JAL-3796 minimal steps for notarization and the entitlements.txt file needed for...
[jalview.git] / utils / osx_signing / entitlements.txt
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         <false/>
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.files.user-selected.read-write</key>
12         <true/>
13         <key>com.apple.security.cs.allow-jit</key>
14         <true/>
15         <key>com.apple.security.cs.allow-unsigned-executable-memory</key>
16         <true/>
17         <key>com.apple.security.cs.disable-executable-page-protection</key>
18         <true/>
19         <key>com.apple.security.cs.disable-library-validation</key>
20         <true/>
21         <key>com.apple.security.cs.allow-dyld-environment-variables</key>
22         <true/>
23     </dict>
24 </plist>