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