author | nemo |
Thu, 01 Jul 2010 18:29:57 -0400 | |
changeset 3606 | dec996dd7d02 |
parent 3385 | 361bd29293f4 |
child 3625 | 9f1d79e01a60 |
permissions | -rw-r--r-- |
2980 | 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> |
|
3356 | 5 |
<key>CFBundleDevelopmentRegion</key> |
6 |
<string>English</string> |
|
7 |
<key>CFBundleDisplayName</key> |
|
2980 | 8 |
<string>${PRODUCT_NAME}</string> |
3356 | 9 |
<key>CFBundleExecutable</key> |
10 |
<string>${EXECUTABLE_NAME}</string> |
|
11 |
<key>CFBundleIconFiles</key> |
|
12 |
<array> |
|
13 |
<string>Icon.png</string> |
|
14 |
<string>Icon-iPad.png</string> |
|
15 |
</array> |
|
16 |
<key>CFBundleIdentifier</key> |
|
3374
0d522416d97f
lazy loading for all the tables with images (might affect performance but ui feels much more responsive)
koda
parents:
3356
diff
changeset
|
17 |
<string>org.hedgewars.mobile</string> |
3356 | 18 |
<key>CFBundleInfoDictionaryVersion</key> |
19 |
<string>6.0</string> |
|
20 |
<key>CFBundleName</key> |
|
2980 | 21 |
<string>${PRODUCT_NAME}</string> |
22 |
<key>CFBundlePackageType</key> |
|
23 |
<string>APPL</string> |
|
24 |
<key>CFBundleSignature</key> |
|
25 |
<string>????</string> |
|
26 |
<key>CFBundleVersion</key> |
|
27 |
<string>1.0</string> |
|
28 |
<key>LSRequiresIPhoneOS</key> |
|
29 |
<true/> |
|
30 |
<key>UIInterfaceOrientation</key> |
|
3385 | 31 |
<string>UIInterfaceOrientationLandscapeRight</string> |
3356 | 32 |
<key>UIStatusBarHidden</key> |
33 |
<true/> |
|
2980 | 34 |
</dict> |
35 |
</plist> |