summaryrefslogtreecommitdiff
path: root/lo.xcent.in
diff options
context:
space:
mode:
Diffstat (limited to 'lo.xcent.in')
-rw-r--r--lo.xcent.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/lo.xcent.in b/lo.xcent.in
new file mode 100644
index 000000000000..5ed76f186d16
--- /dev/null
+++ b/lo.xcent.in
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>com.apple.application-identifier</key>
+ <string>@MACOSX_BUNDLE_IDENTIFIER@</string>
+ <key>com.apple.security.app-sandbox</key>
+ <true/>
+ <key>com.apple.security.files.user-selected.read-write</key>
+ <true/>
+ <!-- usb needed for the apple_remote thingie... -->
+ <key>com.apple.security.device.usb</key>
+ <true/>
+</dict>
+</plist>