|
@@ -2,19 +2,33 @@
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<dict>
|
|
- <key>com.apple.developer.applesignin</key>
|
|
|
|
- <array>
|
|
|
|
- <string>Default</string>
|
|
|
|
- </array>
|
|
|
|
<key>com.apple.security.app-sandbox</key>
|
|
<key>com.apple.security.app-sandbox</key>
|
|
<true/>
|
|
<true/>
|
|
- <key>com.apple.security.files.downloads.read-write</key>
|
|
|
|
- <true/>
|
|
|
|
<key>com.apple.security.files.user-selected.read-write</key>
|
|
<key>com.apple.security.files.user-selected.read-write</key>
|
|
<true/>
|
|
<true/>
|
|
<key>com.apple.security.network.client</key>
|
|
<key>com.apple.security.network.client</key>
|
|
<true/>
|
|
<true/>
|
|
<key>com.apple.security.print</key>
|
|
<key>com.apple.security.print</key>
|
|
<true/>
|
|
<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>
|
|
</dict>
|
|
</plist>
|
|
</plist>
|