Add MarsEdit to scriptable apps

This commit is contained in:
Nate Weaver 2020-01-12 02:52:19 -06:00
parent 971abee39d
commit 8b07924693
1 changed files with 6 additions and 2 deletions

View File

@ -2,8 +2,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.app-sandbox</key>
<true/>
<key>com.apple.developer.icloud-container-identifiers</key>
<array/>
<key>com.apple.security.automation.apple-events</key>
@ -12,5 +12,9 @@
<true/>
<key>com.apple.security.network.client</key>
<true/>
<key>com.apple.security.temporary-exception.apple-events</key>
<array>
<string>com.red-sweater.marsedit4</string>
</array>
</dict>
</plist>