project_files/HedgewarsMobile/Info.plist
changeset 3356 3ae3fccb439e
parent 3317 198ec44b6d92
child 3374 0d522416d97f
equal deleted inserted replaced
3355:dc9e61e67484 3356:3ae3fccb439e
     1 <?xml version="1.0" encoding="UTF-8"?>
     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">
     2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
     3 <plist version="1.0">
     3 <plist version="1.0">
     4 <dict>
     4 <dict>
       
     5 	<key>CFBundleDevelopmentRegion</key>
       
     6 	<string>English</string>
       
     7 	<key>CFBundleDisplayName</key>
       
     8 	<string>${PRODUCT_NAME}</string>
       
     9 	<key>CFBundleDocumentTypes</key>
       
    10 	<array/>
       
    11 	<key>CFBundleExecutable</key>
       
    12 	<string>${EXECUTABLE_NAME}</string>
       
    13 	<key>CFBundleIconFiles</key>
       
    14 	<array>
       
    15 		<string>Icon.png</string>
       
    16 		<string>Icon-iPad.png</string>
       
    17 	</array>
       
    18 	<key>CFBundleIdentifier</key>
       
    19 	<string>org.hedgewars.${PRODUCT_NAME:identifier}</string>
       
    20 	<key>CFBundleInfoDictionaryVersion</key>
       
    21 	<string>6.0</string>
     5 	<key>CFBundleName</key>
    22 	<key>CFBundleName</key>
     6 	<string>${PRODUCT_NAME}</string>
       
     7 	<key>CFBundleDisplayName</key>
       
     8 	<string>${PRODUCT_NAME}</string>
    23 	<string>${PRODUCT_NAME}</string>
     9 	<key>CFBundlePackageType</key>
    24 	<key>CFBundlePackageType</key>
    10 	<string>APPL</string>
    25 	<string>APPL</string>
    11 	<key>CFBundleSignature</key>
    26 	<key>CFBundleSignature</key>
    12 	<string>????</string>
    27 	<string>????</string>
    13 	<key>CFBundleVersion</key>
    28 	<key>CFBundleVersion</key>
    14 	<string>1.0</string>
    29 	<string>1.0</string>
    15 	<key>CFBundleIdentifier</key>
       
    16 	<string>com.kodahedge.${PRODUCT_NAME:identifier}</string>
       
    17 	<key>CFBundleExecutable</key>
       
    18 	<string>${EXECUTABLE_NAME}</string>
       
    19 	<key>CFBundleIconFiles</key>
       
    20 	<array>
       
    21 		<string>Icon.png</string>
       
    22 		<string>Icon-iPad.png</string>
       
    23 	</array>
       
    24 	<key>CFBundleDevelopmentRegion</key>
       
    25 	<string>English</string>
       
    26 	<key>CFBundleInfoDictionaryVersion</key>
       
    27 	<string>6.0</string>
       
    28 	<key>LSRequiresIPhoneOS</key>
    30 	<key>LSRequiresIPhoneOS</key>
    29 	<true/>
       
    30 	<key>UIStatusBarHidden</key>
       
    31 	<true/>
    31 	<true/>
    32 	<key>UIInterfaceOrientation</key>
    32 	<key>UIInterfaceOrientation</key>
    33 	<string>UIInterfaceOrientationLandscapeLeft</string>
    33 	<string>UIInterfaceOrientationLandscapeLeft</string>
       
    34 	<key>UIStatusBarHidden</key>
       
    35 	<true/>
    34 </dict>
    36 </dict>
    35 </plist>
    37 </plist>