|
@@ -4,13 +4,31 @@
|
|
|
<dict>
|
|
|
<key>com.apple.security.app-sandbox</key>
|
|
|
<true/>
|
|
|
- <key>com.apple.security.files.downloads.read-write</key>
|
|
|
- <true/>
|
|
|
<key>com.apple.security.files.user-selected.read-write</key>
|
|
|
<true/>
|
|
|
<key>com.apple.security.network.client</key>
|
|
|
<true/>
|
|
|
<key>com.apple.security.print</key>
|
|
|
<true/>
|
|
|
+ <key>com.apple.security.scripting-targets</key>
|
|
|
+ <dict>
|
|
|
+ <key>com.apple.mail</key>
|
|
|
+ <array>
|
|
|
+ <string>com.apple.mail.compose</string>
|
|
|
+ </array>
|
|
|
+ </dict>
|
|
|
+ <key>com.apple.security.temporary-exception.apple-events</key>
|
|
|
+ <array>
|
|
|
+ <string>com.apple.iwork.pages</string>
|
|
|
+ <string>com.apple.iwork.numbers</string>
|
|
|
+ <string>com.apple.iwork.keynote</string>
|
|
|
+ <string>com.microsoft.outlook</string>
|
|
|
+ <string>com.microsoft.word</string>
|
|
|
+ <string>com.microsoft.excel</string>
|
|
|
+ <string>com.microsoft.powerpoint</string>
|
|
|
+ <string>com.apple.photos</string>
|
|
|
+ </array>
|
|
|
+ <key>com.apple.security.temporary-exception.apple-events:before:10.8</key>
|
|
|
+ <string>com.apple.mail</string>
|
|
|
</dict>
|
|
|
</plist>
|