[osx/ios] fixed. resolve special://frameworks for all three osx cases (xbmc.app,...
[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>UIRequiredDeviceCapabilities</key>
40         <array>
41                 <string>armv7</string>
42                 <string>opengles-2</string>
43                 <string>wifi</string>
44         </array>
45         <key>UIRequiresPersistentWiFi</key>
46         <string>YES</string>
47         <key>UIStatusBarHidden</key>
48         <true/>
49         <key>UISupportedInterfaceOrientations</key>
50         <array>
51                 <string>UIInterfaceOrientationLandscapeLeft</string>
52                 <string>UIInterfaceOrientationLandscapeRight</string>
53         </array>
54 </dict>
55 </plist>