source: trunk/Info_iPad.plist @ 26

Revision 26, 1.1 KB checked in by kpoole, 2 years ago (diff)

Episode 5

  • Property svn:executable set to *
Line 
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>UISupportedInterfaceOrientations</key>
6    <array>
7        <string>UIInterfaceOrientationLandscapeRight</string>
8        <string>UIInterfaceOrientationLandscapeLeft</string>
9    </array>
10    <key>CFBundleDevelopmentRegion</key>
11    <string>en</string>
12    <key>CFBundleDisplayName</key>
13    <string>Wesnoth</string>
14    <key>CFBundleExecutable</key>
15    <string>${EXECUTABLE_NAME}</string>
16    <key>CFBundleIconFile</key>
17    <string>Icon.png</string>
18    <key>CFBundleIdentifier</key>
19    <string>com.kylepoole.wesnothHD</string>
20    <key>CFBundleInfoDictionaryVersion</key>
21    <string>6.0</string>
22    <key>CFBundleName</key>
23    <string>${PRODUCT_NAME}</string>
24    <key>CFBundlePackageType</key>
25    <string>APPL</string>
26    <key>CFBundleSignature</key>
27    <string>????</string>
28    <key>CFBundleVersion</key>
29    <string>1.5</string>
30    <key>LSRequiresIPhoneOS</key>
31    <true/>
32    <key>UIPrerenderedIcon</key>
33    <true/>
34    <key>UIStatusBarHidden</key>
35    <true/>
36</dict>
37</plist>
Note: See TracBrowser for help on using the repository browser.