project_files/HedgewarsMobile/Info.plist
author koda
Fri, 13 Aug 2010 02:13:18 +0200
changeset 3737 2ba6ac8a114b
parent 3634 93d260c96635
child 3885 296ec09490d9
permissions -rw-r--r--
reworked the initialization functions, now it should be safe to update and no more need of spinning wheel at first launch adjusted default zoom value polished lobby interface updated ammosets to new weapons
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>
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
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>
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    28
	<key>CFBundleSignature</key>
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    29
	<string>????</string>
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    30
	<key>CFBundleVersion</key>
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    31
	<string>1.0</string>
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    32
	<key>LSRequiresIPhoneOS</key>
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    33
	<true/>
3356
3ae3fccb439e add missing controller stubs
koda
parents: 3317
diff changeset
    34
	<key>UIStatusBarHidden</key>
3ae3fccb439e add missing controller stubs
koda
parents: 3317
diff changeset
    35
	<true/>
3625
9f1d79e01a60 icons \o/
koda
parents: 3385
diff changeset
    36
	<key>UISupportedInterfaceOrientations</key>
9f1d79e01a60 icons \o/
koda
parents: 3385
diff changeset
    37
	<array>
9f1d79e01a60 icons \o/
koda
parents: 3385
diff changeset
    38
		<string>UIInterfaceOrientationLandscapeLeft</string>
9f1d79e01a60 icons \o/
koda
parents: 3385
diff changeset
    39
		<string>UIInterfaceOrientationLandscapeRight</string>
9f1d79e01a60 icons \o/
koda
parents: 3385
diff changeset
    40
	</array>
9f1d79e01a60 icons \o/
koda
parents: 3385
diff changeset
    41
	<key>UILaunchImageFile~ipad</key>
9f1d79e01a60 icons \o/
koda
parents: 3385
diff changeset
    42
	<string>LI-ipad</string>
3634
93d260c96635 cWeaponTooltips -> rqTooltipsOff
koda
parents: 3625
diff changeset
    43
	<key>UIApplicationExitsOnSuspend</key>
93d260c96635 cWeaponTooltips -> rqTooltipsOff
koda
parents: 3625
diff changeset
    44
	<true/>
2980
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    45
</dict>
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    46
</plist>