project_files/HedgewarsMobile/Info.plist
author Wuzzy <Wuzzy2@mail.ru>
Thu, 25 Apr 2019 23:01:05 +0200
changeset 14844 e239378a9400
parent 13246 fc98ea64e0ef
permissions -rw-r--r--
Prevent entering “/”, “\” and “:” in team and scheme names. The name of teams and schems is saved in the file name itself, so these characters would cause trouble as they are used in path names in Linux and Windows.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2980
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
     2
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
     3
<plist version="1.0">
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
     4
<dict>
3356
3ae3fccb439e add missing controller stubs
koda
parents: 3317
diff changeset
     5
	<key>CFBundleDevelopmentRegion</key>
13243
1f76335d0900 - Use two-letter language descriptor for localisations
antonc27 <antonc27@mail.ru>
parents: 12439
diff changeset
     6
	<string>en</string>
3356
3ae3fccb439e add missing controller stubs
koda
parents: 3317
diff changeset
     7
	<key>CFBundleDisplayName</key>
2980
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
     8
	<string>${PRODUCT_NAME}</string>
3356
3ae3fccb439e add missing controller stubs
koda
parents: 3317
diff changeset
     9
	<key>CFBundleExecutable</key>
3ae3fccb439e add missing controller stubs
koda
parents: 3317
diff changeset
    10
	<string>${EXECUTABLE_NAME}</string>
3ae3fccb439e add missing controller stubs
koda
parents: 3317
diff changeset
    11
	<key>CFBundleIdentifier</key>
11313
4701700276f5 - 'iOS Deployment Target' bump to 8.0
antonc27 <antonc27@mail.ru>
parents: 11264
diff changeset
    12
	<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
3356
3ae3fccb439e add missing controller stubs
koda
parents: 3317
diff changeset
    13
	<key>CFBundleInfoDictionaryVersion</key>
3ae3fccb439e add missing controller stubs
koda
parents: 3317
diff changeset
    14
	<string>6.0</string>
3ae3fccb439e add missing controller stubs
koda
parents: 3317
diff changeset
    15
	<key>CFBundleName</key>
2980
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    16
	<string>${PRODUCT_NAME}</string>
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    17
	<key>CFBundlePackageType</key>
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    18
	<string>APPL</string>
11142
737ba45f533a - Version bump to 2.0
antonc27 <antonc27@mail.ru>
parents: 7968
diff changeset
    19
	<key>CFBundleShortVersionString</key>
12439
14f6ce8fa8a7 - Bump iOS version
antonc27 <antonc27@mail.ru>
parents: 11313
diff changeset
    20
	<string>2.1</string>
2980
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    21
	<key>CFBundleSignature</key>
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    22
	<string>????</string>
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    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
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    25
	<key>LSRequiresIPhoneOS</key>
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    26
	<true/>
13246
fc98ea64e0ef - Migrate AppIcons to xcassets
antonc27 <antonc27@mail.ru>
parents: 13243
diff changeset
    27
	<key>UILaunchStoryboardName</key>
fc98ea64e0ef - Migrate AppIcons to xcassets
antonc27 <antonc27@mail.ru>
parents: 13243
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/>
11264
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
8c99fde7a594 - arm64 added as valid arch
antonc27 <antonc27@mail.ru>
parents: 11142
diff changeset
    42
	<key>UISupportedInterfaceOrientations~iphone</key>
8c99fde7a594 - arm64 added as valid arch
antonc27 <antonc27@mail.ru>
parents: 11142
diff changeset
    43
	<array>
8c99fde7a594 - arm64 added as valid arch
antonc27 <antonc27@mail.ru>
parents: 11142
diff changeset
    44
		<string>UIInterfaceOrientationLandscapeLeft</string>
8c99fde7a594 - arm64 added as valid arch
antonc27 <antonc27@mail.ru>
parents: 11142
diff changeset
    45
		<string>UIInterfaceOrientationLandscapeRight</string>
8c99fde7a594 - arm64 added as valid arch
antonc27 <antonc27@mail.ru>
parents: 11142
diff changeset
    46
	</array>
2980
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    47
</dict>
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    48
</plist>