Add MarsEdit (MAS) to sandbox exceptions (fix #631)

This commit is contained in:
1024jp 2016-11-04 19:37:19 +09:00
parent cab211c9c3
commit 306107107a
3 changed files with 7 additions and 0 deletions

View File

@ -10,6 +10,11 @@ develop
- On macOS Sierra, add an option to set window tabbing behavior (in Window pane).
### Fixes
- Fix an issue where MarsEdit via the App Store didn't update its contents after closing the document in CotEditor.
3.0.4 (167)
--------------------------

View File

@ -13,6 +13,7 @@
<key>com.apple.security.temporary-exception.apple-events</key>
<array>
<string>com.red-sweater.marsedit</string>
<string>com.red-sweater.marsedit.macappstore</string>
</array>
</dict>
</plist>

View File

@ -15,6 +15,7 @@
<key>com.apple.security.temporary-exception.apple-events</key>
<array>
<string>com.red-sweater.marsedit</string>
<string>com.red-sweater.marsedit.macappstore</string>
</array>
</dict>
</plist>