Merge pull request #3198 from sraue/dvdread-config-fix
[vuplus_xbmc] / xbmc / osx / ios / XBMCIOS-Info.plist
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>UIFileSharingEnabled</key>
6         <string>YES</string>
7         <key>CFBundleDevelopmentRegion</key>
8         <string>English</string>
9         <key>CFBundleDisplayName</key>
10         <string>${PRODUCT_NAME}</string>
11         <key>CFBundleExecutable</key>
12         <string>XBMC</string>
13         <key>CFBundleIconFile</key>
14         <string>XBMC.png</string>
15         <key>CFBundleIconFiles</key>
16         <array>
17                 <string>XBMC.png</string>
18                 <string>XBMC.png</string>
19                 <string>XBMC.png</string>
20         </array>
21         <key>CFBundleIdentifier</key>
22         <string>org.xbmc.xbmc-ios</string>
23         <key>CFBundleInfoDictionaryVersion</key>
24         <string>6.0</string>
25         <key>CFBundleName</key>
26         <string>XBMC</string>
27         <key>CFBundlePackageType</key>
28         <string>APPL</string>
29         <key>CFBundleShortVersionString</key>
30         <string></string>
31         <key>CFBundleSignature</key>
32         <string>????</string>
33         <key>CFBundleVersion</key>
34         <string>1.0</string>
35         <key>LSRequiresIPhoneOS</key>
36         <true/>
37         <key>UIInterfaceOrientation</key>
38         <string>UIInterfaceOrientationLandscapeLeft</string>
39         <key>UIPrerenderedIcon</key>
40         <true/>
41         <key>UIBackgroundModes</key>
42         <array>
43                 <string>audio</string>
44         </array>
45         <key>UIRequiredDeviceCapabilities</key>
46         <array>
47                 <string>armv7</string>
48                 <string>opengles-2</string>
49                 <string>wifi</string>
50         </array>
51         <key>UIRequiresPersistentWiFi</key>
52         <string>YES</string>
53         <key>UIStatusBarHidden</key>
54         <true/>
55         <key>UIViewControllerBasedStatusBarAppearance</key>
56         <false/>
57         <key>UISupportedInterfaceOrientations</key>
58         <array>
59                 <string>UIInterfaceOrientationLandscapeLeft</string>
60                 <string>UIInterfaceOrientationLandscapeRight</string>
61         </array>
62 </dict>
63 </plist>