|
2 | 2 | <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
3 | 3 | <plist version="1.0"> |
4 | 4 | <dict> |
5 | | - <key>com.apple.security.temporary-exception.mach-lookup.global-name</key> |
| 5 | + <key>com.apple.security.app-sandbox</key> |
| 6 | + <true/> |
| 7 | + <key>com.apple.security.application-groups</key> |
6 | 8 | <array> |
7 | | - <string>$(PRODUCT_BUNDLE_IDENTIFIER)-spki</string> |
8 | | - <string>$(PRODUCT_BUNDLE_IDENTIFIER)-spks</string> |
| 9 | + <string>group.org.sbarex.syntaxhighlight</string> |
9 | 10 | </array> |
| 11 | + <key>com.apple.security.automation.apple-events</key> |
| 12 | + <true/> |
| 13 | + <key>com.apple.security.cs.disable-library-validation</key> |
| 14 | + <true/> |
| 15 | + <key>com.apple.security.files.user-selected.read-write</key> |
| 16 | + <true/> |
| 17 | + <key>com.apple.security.get-task-allow</key> |
| 18 | + <true/> |
| 19 | + <key>com.apple.security.inherit</key> |
| 20 | + <true/> |
| 21 | + <key>com.apple.security.network.client</key> |
| 22 | + <true/> |
10 | 23 | <key>com.apple.security.temporary-exception.files.absolute-path.read-write</key> |
11 | 24 | <array> |
12 | 25 | <string>/usr/local/bin</string> |
|
22 | 35 | <string>/Desktop/colorize.rtf</string> |
23 | 36 | <string>/Library/Application Support/Syntax Highlight/Themes/</string> |
24 | 37 | </array> |
25 | | - <key>com.apple.security.app-sandbox</key> |
26 | | - <true/> |
27 | | - <key>com.apple.security.automation.apple-events</key> |
28 | | - <true/> |
29 | | - <key>com.apple.security.cs.disable-library-validation</key> |
30 | | - <true/> |
31 | | - <key>com.apple.security.files.user-selected.read-write</key> |
32 | | - <true/> |
33 | | - <key>com.apple.security.get-task-allow</key> |
34 | | - <true/> |
35 | | - <key>com.apple.security.inherit</key> |
36 | | - <true/> |
37 | | - <key>com.apple.security.network.client</key> |
38 | | - <true/> |
| 38 | + <key>com.apple.security.temporary-exception.mach-lookup.global-name</key> |
| 39 | + <array> |
| 40 | + <string>$(PRODUCT_BUNDLE_IDENTIFIER)-spki</string> |
| 41 | + <string>$(PRODUCT_BUNDLE_IDENTIFIER)-spks</string> |
| 42 | + </array> |
39 | 43 | </dict> |
40 | 44 | </plist> |
0 commit comments