author | Wuzzy <Wuzzy2@mail.ru> |
Sun, 08 Jul 2018 02:46:59 +0200 | |
changeset 13456 | 7a0a56c52fd2 |
parent 13241 | fc98ea64e0ef |
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> |
13238
1f76335d0900
- Use two-letter language descriptor for localisations
antonc27 <antonc27@mail.ru>
parents:
12434
diff
changeset
|
6 |
<string>en</string> |
3356 | 7 |
<key>CFBundleDisplayName</key> |
2980 | 8 |
<string>${PRODUCT_NAME}</string> |
3356 | 9 |
<key>CFBundleExecutable</key> |
10 |
<string>${EXECUTABLE_NAME}</string> |
|
11 |
<key>CFBundleIdentifier</key> |
|
11313
4701700276f5
- 'iOS Deployment Target' bump to 8.0
antonc27 <antonc27@mail.ru>
parents:
11260
diff
changeset
|
12 |
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> |
3356 | 13 |
<key>CFBundleInfoDictionaryVersion</key> |
14 |
<string>6.0</string> |
|
15 |
<key>CFBundleName</key> |
|
2980 | 16 |
<string>${PRODUCT_NAME}</string> |
17 |
<key>CFBundlePackageType</key> |
|
18 |
<string>APPL</string> |
|
11142 | 19 |
<key>CFBundleShortVersionString</key> |
12434 | 20 |
<string>2.1</string> |
2980 | 21 |
<key>CFBundleSignature</key> |
22 |
<string>????</string> |
|
23 |
<key>CFBundleVersion</key> |
|
7968
be4503361ead
ios: fill in CFBundleVersion and CFBundleShortVersionString information better
koda
parents:
6612
diff
changeset
|
24 |
<string>${HEDGEWARS_REVISION}</string> |
2980 | 25 |
<key>LSRequiresIPhoneOS</key> |
26 |
<true/> |
|
13241
fc98ea64e0ef
- Migrate AppIcons to xcassets
antonc27 <antonc27@mail.ru>
parents:
13238
diff
changeset
|
27 |
<key>UILaunchStoryboardName</key> |
fc98ea64e0ef
- Migrate AppIcons to xcassets
antonc27 <antonc27@mail.ru>
parents:
13238
diff
changeset
|
28 |
<string>LaunchScreen</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
|
29 |
<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
|
30 |
<true/> |
11260
1568f9eff980
- Set iPad version to require fullscreen
antonc27 <antonc27@mail.ru>
parents:
11144
diff
changeset
|
31 |
<key>UIRequiresFullScreen</key> |
1568f9eff980
- Set iPad version to require fullscreen
antonc27 <antonc27@mail.ru>
parents:
11144
diff
changeset
|
32 |
<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
|
33 |
<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
|
34 |
<true/> |
6612
8fd6bb239a1e
starting to convert the ipad interface to support all ortientations...
koda
parents:
5987
diff
changeset
|
35 |
<key>UISupportedInterfaceOrientations~ipad</key> |
8fd6bb239a1e
starting to convert the ipad interface to support all ortientations...
koda
parents:
5987
diff
changeset
|
36 |
<array> |
8fd6bb239a1e
starting to convert the ipad interface to support all ortientations...
koda
parents:
5987
diff
changeset
|
37 |
<string>UIInterfaceOrientationPortrait</string> |
8fd6bb239a1e
starting to convert the ipad interface to support all ortientations...
koda
parents:
5987
diff
changeset
|
38 |
<string>UIInterfaceOrientationPortraitUpsideDown</string> |
8fd6bb239a1e
starting to convert the ipad interface to support all ortientations...
koda
parents:
5987
diff
changeset
|
39 |
<string>UIInterfaceOrientationLandscapeLeft</string> |
8fd6bb239a1e
starting to convert the ipad interface to support all ortientations...
koda
parents:
5987
diff
changeset
|
40 |
<string>UIInterfaceOrientationLandscapeRight</string> |
8fd6bb239a1e
starting to convert the ipad interface to support all ortientations...
koda
parents:
5987
diff
changeset
|
41 |
</array> |
11143 | 42 |
<key>UISupportedInterfaceOrientations~iphone</key> |
43 |
<array> |
|
44 |
<string>UIInterfaceOrientationLandscapeLeft</string> |
|
45 |
<string>UIInterfaceOrientationLandscapeRight</string> |
|
46 |
</array> |
|
2980 | 47 |
</dict> |
48 |
</plist> |