author | unc0rr |
Mon, 06 Feb 2017 18:15:29 +0300 | |
changeset 12149 | 44b06731278b |
parent 11313 | 4701700276f5 |
child 12434 | 14f6ce8fa8a7 |
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> |
|
11144 | 19 |
<string>Icon-60@2x.png</string> |
20 |
<string>Icon-76.png</string> |
|
21 |
<string>Icon-76@2x.png</string> |
|
3356 | 22 |
</array> |
23 |
<key>CFBundleIdentifier</key> |
|
11313
4701700276f5
- 'iOS Deployment Target' bump to 8.0
antonc27 <antonc27@mail.ru>
parents:
11260
diff
changeset
|
24 |
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> |
3356 | 25 |
<key>CFBundleInfoDictionaryVersion</key> |
26 |
<string>6.0</string> |
|
27 |
<key>CFBundleName</key> |
|
2980 | 28 |
<string>${PRODUCT_NAME}</string> |
29 |
<key>CFBundlePackageType</key> |
|
30 |
<string>APPL</string> |
|
11142 | 31 |
<key>CFBundleShortVersionString</key> |
32 |
<string>2.0</string> |
|
2980 | 33 |
<key>CFBundleSignature</key> |
34 |
<string>????</string> |
|
35 |
<key>CFBundleVersion</key> |
|
7968
be4503361ead
ios: fill in CFBundleVersion and CFBundleShortVersionString information better
koda
parents:
6612
diff
changeset
|
36 |
<string>${HEDGEWARS_REVISION}</string> |
2980 | 37 |
<key>LSRequiresIPhoneOS</key> |
38 |
<true/> |
|
11143 | 39 |
<key>UILaunchImageFile~ipad</key> |
40 |
<string>Default-ipad</string> |
|
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
|
41 |
<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
|
42 |
<true/> |
11260
1568f9eff980
- Set iPad version to require fullscreen
antonc27 <antonc27@mail.ru>
parents:
11144
diff
changeset
|
43 |
<key>UIRequiresFullScreen</key> |
1568f9eff980
- Set iPad version to require fullscreen
antonc27 <antonc27@mail.ru>
parents:
11144
diff
changeset
|
44 |
<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
|
45 |
<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
|
46 |
<true/> |
6612
8fd6bb239a1e
starting to convert the ipad interface to support all ortientations...
koda
parents:
5987
diff
changeset
|
47 |
<key>UISupportedInterfaceOrientations~ipad</key> |
8fd6bb239a1e
starting to convert the ipad interface to support all ortientations...
koda
parents:
5987
diff
changeset
|
48 |
<array> |
8fd6bb239a1e
starting to convert the ipad interface to support all ortientations...
koda
parents:
5987
diff
changeset
|
49 |
<string>UIInterfaceOrientationPortrait</string> |
8fd6bb239a1e
starting to convert the ipad interface to support all ortientations...
koda
parents:
5987
diff
changeset
|
50 |
<string>UIInterfaceOrientationPortraitUpsideDown</string> |
8fd6bb239a1e
starting to convert the ipad interface to support all ortientations...
koda
parents:
5987
diff
changeset
|
51 |
<string>UIInterfaceOrientationLandscapeLeft</string> |
8fd6bb239a1e
starting to convert the ipad interface to support all ortientations...
koda
parents:
5987
diff
changeset
|
52 |
<string>UIInterfaceOrientationLandscapeRight</string> |
8fd6bb239a1e
starting to convert the ipad interface to support all ortientations...
koda
parents:
5987
diff
changeset
|
53 |
</array> |
11143 | 54 |
<key>UISupportedInterfaceOrientations~iphone</key> |
55 |
<array> |
|
56 |
<string>UIInterfaceOrientationLandscapeLeft</string> |
|
57 |
<string>UIInterfaceOrientationLandscapeRight</string> |
|
58 |
</array> |
|
2980 | 59 |
</dict> |
60 |
</plist> |