project_files/HedgewarsMobile/Info.plist
author nemo
Tue, 30 Mar 2010 13:33:01 +0000
changeset 3173 909b28b1b61a
parent 2980 3cbd5a39aaee
child 3317 198ec44b6d92
permissions -rw-r--r--
This map has always been broken. This variant makes it slightly less broken (although something changed on the ceiling might prevent hiding on pixels on the slope). What will finally fix it is either moving nets closer together or adding angle bounce to hedgehogs or some other layout that prevents hiding.
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>
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
     5
	<key>CFBundleName</key>
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
     6
	<string>${PRODUCT_NAME}</string>
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
     7
	<key>CFBundleDisplayName</key>
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
     8
	<string>${PRODUCT_NAME}</string>
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
     9
	<key>CFBundlePackageType</key>
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    10
	<string>APPL</string>
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    11
	<key>CFBundleSignature</key>
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    12
	<string>????</string>
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    13
	<key>CFBundleVersion</key>
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    14
	<string>1.0</string>
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    15
	<key>CFBundleIdentifier</key>
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    16
	<string>com.kodahedge.${PRODUCT_NAME:identifier}</string>
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    17
	<key>CFBundleExecutable</key>
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    18
	<string>${EXECUTABLE_NAME}</string>
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    19
	<key>CFBundleIconFile</key>
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    20
	<string></string>
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    21
	<key>CFBundleDevelopmentRegion</key>
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    22
	<string>English</string>
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    23
	<key>CFBundleInfoDictionaryVersion</key>
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    24
	<string>6.0</string>
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/>
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    27
	<key>UIStatusBarHidden</key>
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    28
	<true/>
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    29
	<key>UIInterfaceOrientation</key>
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    30
	<string>UIInterfaceOrientationLandscapeLeft</string>
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    31
</dict>
3cbd5a39aaee add the HedgewarsMobile project file to source control
koda
parents:
diff changeset
    32
</plist>