[ios] - announce new icons in the info.plist
[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>CFBundleDocumentTypes</key>
10         <array/>
11         <key>CFBundleExecutable</key>
12         <string>XBMC</string>
13         <key>CFBundleIcons</key>
14         <dict>
15                 <key>CFBundlePrimaryIcon</key>
16                 <dict>
17                         <key>CFBundleIconFiles</key>
18                         <array>
19                                 <string>AppIcon29x29</string>
20                                 <string>AppIcon40x40</string>
21                                 <string>AppIcon57x57</string>
22                                 <string>AppIcon60x60</string>
23                         </array>
24                 </dict>
25         </dict>
26         <key>CFBundleIcons~ipad</key>
27         <dict>
28                 <key>CFBundlePrimaryIcon</key>
29                 <dict>
30                         <key>CFBundleIconFiles</key>
31                         <array>
32                                 <string>AppIcon29x29</string>
33                                 <string>AppIcon40x40</string>
34                                 <string>AppIcon57x57</string>
35                                 <string>AppIcon60x60</string>
36                                 <string>AppIcon50x50</string>
37                                 <string>AppIcon72x72</string>
38                                 <string>AppIcon76x76</string>
39                         </array>
40                 </dict>
41         </dict>
42         <key>CFBundleIdentifier</key>
43         <string>org.xbmc.xbmc-ios</string>
44         <key>CFBundleInfoDictionaryVersion</key>
45         <string>6.0</string>
46         <key>CFBundleName</key>
47         <string>XBMC</string>
48         <key>CFBundlePackageType</key>
49         <string>APPL</string>
50         <key>CFBundleShortVersionString</key>
51         <string></string>
52         <key>CFBundleSignature</key>
53         <string>????</string>
54         <key>CFBundleVersion</key>
55         <string>1.0</string>
56         <key>LSRequiresIPhoneOS</key>
57         <true/>
58         <key>UIBackgroundModes</key>
59         <array>
60                 <string>audio</string>
61         </array>
62         <key>UIFileSharingEnabled</key>
63         <string>YES</string>
64         <key>UIInterfaceOrientation</key>
65         <string>UIInterfaceOrientationLandscapeLeft</string>
66         <key>UIPrerenderedIcon</key>
67         <true/>
68         <key>UIRequiredDeviceCapabilities</key>
69         <array>
70                 <string>armv7</string>
71                 <string>opengles-2</string>
72                 <string>wifi</string>
73         </array>
74         <key>UIRequiresPersistentWiFi</key>
75         <string>YES</string>
76         <key>UIStatusBarHidden</key>
77         <true/>
78         <key>UISupportedInterfaceOrientations</key>
79         <array>
80                 <string>UIInterfaceOrientationLandscapeLeft</string>
81                 <string>UIInterfaceOrientationLandscapeRight</string>
82         </array>
83         <key>UIViewControllerBasedStatusBarAppearance</key>
84         <false/>
85 </dict>
86 </plist>