demux: avi: replace off_t (fix #19249)
[vlc.git] / extras / package / macosx / VLC.entitlements
blob2a63086079b9833485a0f36a6b3244f431221e70
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.security.app-sandbox</key>
6 <true/>
7 <key>com.apple.security.assets.movies.read-write</key>
8 <true/>
9 <key>com.apple.security.assets.music.read-write</key>
10 <true/>
11 <key>com.apple.security.assets.pictures.read-write</key>
12 <true/>
13 <key>com.apple.security.device.camera</key>
14 <true/>
15 <key>com.apple.security.device.microphone</key>
16 <true/>
17 <key>com.apple.security.device.usb</key>
18 <true/>
19 <key>com.apple.security.device.serial</key>
20 <true/>
21 <key>com.apple.security.files.downloads.read-write</key>
22 <true/>
23 <key>com.apple.security.files.user-selected.read-write</key>
24 <true/>
25 <key>com.apple.security.network.client</key>
26 <true/>
27 <key>com.apple.security.network.server</key>
28 <true/>
29 <key>com.apple.security.temporary-exception.files.home-relative-path.read-only</key>
30 <string>/</string>
31 <key>com.apple.security.temporary-exception.files.absolute-path.read-only</key>
32 <string>/tmp/</string>
33 <key>com.apple.security.temporary-exception.apple-events</key>
34 <string>com.Growl.GrowlHelperApp</string>
35 <key>com.apple.security.temporary-exception.mach-lookup.global-name</key>
36 <string>GrowlApplicationBridgePathway</string>
37 </dict>
38 </plist>