Updated core
[LibreOffice.git] / lo.xcent.in
blob8e9451c09ec033a88b772e4311198781e278ea70
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.user-selected.read-write</key>
10 <true/>
11 <key>com.apple.security.network.client</key>
12 <true/>
13 <key>com.apple.security.network.server</key>
14 <true/>
15 <key>com.apple.security.device.bluetooth</key>
16 <true/>
17 <!-- usb needed for the apple_remote thingie... -->
18 <key>com.apple.security.device.usb</key>
19 <true/>
20 <key>com.apple.security.temporary-exception.apple-events</key>
21 <array>
22 <string>mac.remotecontrols</string>
23 </array>
24 <key>com.apple.security.print</key>
25 <true/>
26 </dict>
27 </plist>