project_files/HedgewarsMobile/Info.plist
author antonc27 <antonc27@mail.ru>
Sat, 05 Sep 2015 23:12:23 +0200
branchios-revival
changeset 11143 8c99fde7a594
parent 11142 737ba45f533a
child 11144 ef246004e33d
permissions -rw-r--r--
- arm64 added as valid arch - 'Skip Install' set to 'YES' for libraries - 'Build libfpc.a' modified - fpc compiling options cleared
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>
3ae3fccb439e add missing controller stubs
koda
parents: 3317
diff changeset
     6
	<string>English</string>
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>CFBundleIconFiles</key>
3ae3fccb439e add missing controller stubs
koda
parents: 3317
diff changeset
    12
	<array>
3ae3fccb439e add missing controller stubs
koda
parents: 3317
diff changeset
    13
		<string>Icon.png</string>
3625
9f1d79e01a60 icons \o/
koda
parents: 3385
diff changeset
    14
		<string>Icon-72.png</string>
9f1d79e01a60 icons \o/
koda
parents: 3385
diff changeset
    15
		<string>Icon@2x.png</string>
9f1d79e01a60 icons \o/
koda
parents: 3385
diff changeset
    16
		<string>Icon-Small.png</string>
9f1d79e01a60 icons \o/
koda
parents: 3385
diff changeset
    17
		<string>Icon-Small-50.png</string>
9f1d79e01a60 icons \o/
koda
parents: 3385
diff changeset
    18
		<string>Icon-Small@2x.png</string>
3356
3ae3fccb439e add missing controller stubs
koda
parents: 3317
diff changeset
    19
	</array>
3ae3fccb439e add missing controller stubs
koda
parents: 3317
diff changeset
    20
	<key>CFBundleIdentifier</key>
11143
8c99fde7a594 - arm64 added as valid arch
antonc27 <antonc27@mail.ru>
parents: 11142
diff changeset
    21
	<string>com.AC27.Hedgewars</string>
3356
3ae3fccb439e add missing controller stubs
koda
parents: 3317
diff changeset
    22
	<key>CFBundleInfoDictionaryVersion</key>
3ae3fccb439e add missing controller stubs
koda
parents: 3317
diff changeset
    23
	<string>6.0</string>
3ae3fccb439e add missing controller stubs
koda
parents: 3317
diff changeset
    24
	<key>CFBundleName</key>
2980
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    25
	<string>${PRODUCT_NAME}</string>
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    26
	<key>CFBundlePackageType</key>
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    27
	<string>APPL</string>
11142
737ba45f533a - Version bump to 2.0
antonc27 <antonc27@mail.ru>
parents: 7968
diff changeset
    28
	<key>CFBundleShortVersionString</key>
737ba45f533a - Version bump to 2.0
antonc27 <antonc27@mail.ru>
parents: 7968
diff changeset
    29
	<string>2.0</string>
2980
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    30
	<key>CFBundleSignature</key>
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    31
	<string>????</string>
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    32
	<key>CFBundleVersion</key>
7968
be4503361ead ios: fill in CFBundleVersion and CFBundleShortVersionString information better
koda
parents: 6612
diff changeset
    33
	<string>${HEDGEWARS_REVISION}</string>
2980
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    34
	<key>LSRequiresIPhoneOS</key>
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    35
	<true/>
11143
8c99fde7a594 - arm64 added as valid arch
antonc27 <antonc27@mail.ru>
parents: 11142
diff changeset
    36
	<key>UILaunchImageFile~ipad</key>
8c99fde7a594 - arm64 added as valid arch
antonc27 <antonc27@mail.ru>
parents: 11142
diff changeset
    37
	<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
    38
	<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
    39
	<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
    40
	<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
    41
	<true/>
6612
8fd6bb239a1e starting to convert the ipad interface to support all ortientations...
koda
parents: 5987
diff changeset
    42
	<key>UISupportedInterfaceOrientations~ipad</key>
8fd6bb239a1e starting to convert the ipad interface to support all ortientations...
koda
parents: 5987
diff changeset
    43
	<array>
8fd6bb239a1e starting to convert the ipad interface to support all ortientations...
koda
parents: 5987
diff changeset
    44
		<string>UIInterfaceOrientationPortrait</string>
8fd6bb239a1e starting to convert the ipad interface to support all ortientations...
koda
parents: 5987
diff changeset
    45
		<string>UIInterfaceOrientationPortraitUpsideDown</string>
8fd6bb239a1e starting to convert the ipad interface to support all ortientations...
koda
parents: 5987
diff changeset
    46
		<string>UIInterfaceOrientationLandscapeLeft</string>
8fd6bb239a1e starting to convert the ipad interface to support all ortientations...
koda
parents: 5987
diff changeset
    47
		<string>UIInterfaceOrientationLandscapeRight</string>
8fd6bb239a1e starting to convert the ipad interface to support all ortientations...
koda
parents: 5987
diff changeset
    48
	</array>
11143
8c99fde7a594 - arm64 added as valid arch
antonc27 <antonc27@mail.ru>
parents: 11142
diff changeset
    49
	<key>UISupportedInterfaceOrientations~iphone</key>
8c99fde7a594 - arm64 added as valid arch
antonc27 <antonc27@mail.ru>
parents: 11142
diff changeset
    50
	<array>
8c99fde7a594 - arm64 added as valid arch
antonc27 <antonc27@mail.ru>
parents: 11142
diff changeset
    51
		<string>UIInterfaceOrientationLandscapeLeft</string>
8c99fde7a594 - arm64 added as valid arch
antonc27 <antonc27@mail.ru>
parents: 11142
diff changeset
    52
		<string>UIInterfaceOrientationLandscapeRight</string>
8c99fde7a594 - arm64 added as valid arch
antonc27 <antonc27@mail.ru>
parents: 11142
diff changeset
    53
	</array>
2980
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    54
</dict>
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    55
</plist>