author | nemo |
Sat, 05 Nov 2011 20:09:48 -0400 | |
changeset 6294 | 34aa727d4a25 |
parent 5987 | 3c27859d7d20 |
child 6612 | 8fd6bb239a1e |
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> |
|
3625 | 14 |
<string>Icon-72.png</string> |
15 |
<string>Icon@2x.png</string> |
|
16 |
<string>Icon-Small.png</string> |
|
17 |
<string>Icon-Small-50.png</string> |
|
18 |
<string>Icon-Small@2x.png</string> |
|
3356 | 19 |
</array> |
20 |
<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
|
21 |
<string>org.hedgewars.mobile</string> |
3356 | 22 |
<key>CFBundleInfoDictionaryVersion</key> |
23 |
<string>6.0</string> |
|
24 |
<key>CFBundleName</key> |
|
2980 | 25 |
<string>${PRODUCT_NAME}</string> |
26 |
<key>CFBundlePackageType</key> |
|
27 |
<string>APPL</string> |
|
28 |
<key>CFBundleSignature</key> |
|
29 |
<string>????</string> |
|
30 |
<key>CFBundleVersion</key> |
|
5987 | 31 |
<string>1.3.2</string> |
2980 | 32 |
<key>LSRequiresIPhoneOS</key> |
33 |
<true/> |
|
5976
306cedbeb213
fixed several 'retina display' images and added a bunch more (though just from upscaling the normal ones; might be nice to have 'em redrawn at a real higher resolution)
koda
parents:
5707
diff
changeset
|
34 |
<key>UIPrerenderedIcon</key> |
306cedbeb213
fixed several 'retina display' images and added a bunch more (though just from upscaling the normal ones; might be nice to have 'em redrawn at a real higher resolution)
koda
parents:
5707
diff
changeset
|
35 |
<true/> |
306cedbeb213
fixed several 'retina display' images and added a bunch more (though just from upscaling the normal ones; might be nice to have 'em redrawn at a real higher resolution)
koda
parents:
5707
diff
changeset
|
36 |
<key>UIStatusBarHidden</key> |
306cedbeb213
fixed several 'retina display' images and added a bunch more (though just from upscaling the normal ones; might be nice to have 'em redrawn at a real higher resolution)
koda
parents:
5707
diff
changeset
|
37 |
<true/> |
3982 | 38 |
<key>UILaunchImageFile~ipad</key> |
4244 | 39 |
<string>Default-ipad</string> |
3625 | 40 |
<key>UISupportedInterfaceOrientations</key> |
41 |
<array> |
|
42 |
<string>UIInterfaceOrientationLandscapeLeft</string> |
|
43 |
<string>UIInterfaceOrientationLandscapeRight</string> |
|
44 |
</array> |
|
2980 | 45 |
</dict> |
46 |
</plist> |