avoid exceeding commandline limits
[LibreOffice.git] / lo.xcent.in
blobca636d791fbcc687647445c9bf555467dca2b6ba
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0">
4 <dict>
5 <key>com.apple.application-identifier</key>
6 <string>@MACOSX_BUNDLE_IDENTIFIER@</string>
7 <key>com.apple.security.app-sandbox</key>
8 <true/>
9 <key>com.apple.security.files.bookmarks.app-scope</key>
10 <true/>
11 <key>com.apple.security.files.bookmarks.document-scope</key>
12 <true/>
13 <key>com.apple.security.files.bookmarks.collection-scope</key>
14 <true/>
15 <key>com.apple.security.files.user-selected.read-write</key>
16 <true/>
17 <key>com.apple.security.network.client</key>
18 <true/>
19 <key>com.apple.security.network.server</key>
20 <true/>
21 <key>com.apple.security.device.bluetooth</key>
22 <true/>
23 <!-- usb needed for the apple_remote thingie... -->
24 <key>com.apple.security.device.usb</key>
25 <true/>
26 <key>com.apple.security.temporary-exception.apple-events</key>
27 <array>
28 <string>mac.remotecontrols</string>
29 </array>
30 <key>com.apple.security.print</key>
31 <true/>
32 </dict>
33 </plist>