4783eea726
Change-Id: If491917069ef7c474c27190c4759dd75f025f032
15 lines
505 B
XML
15 lines
505 B
XML
<?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>
|