project_files/HedgewarsMobile/Info.plist
changeset 3625 9f1d79e01a60
parent 3385 361bd29293f4
child 3634 93d260c96635
equal deleted inserted replaced
3624:304c6d32383a 3625:9f1d79e01a60
     9 	<key>CFBundleExecutable</key>
     9 	<key>CFBundleExecutable</key>
    10 	<string>${EXECUTABLE_NAME}</string>
    10 	<string>${EXECUTABLE_NAME}</string>
    11 	<key>CFBundleIconFiles</key>
    11 	<key>CFBundleIconFiles</key>
    12 	<array>
    12 	<array>
    13 		<string>Icon.png</string>
    13 		<string>Icon.png</string>
    14 		<string>Icon-iPad.png</string>
    14 		<string>Icon-72.png</string>
       
    15 		<string>Icon@2x.png</string>
       
    16 		<string>Icon-Small.png</string>
       
    17 		<string>Icon-Small-50.png</string>
       
    18 		<string>Icon-Small@2x.png</string>
    15 	</array>
    19 	</array>
    16 	<key>CFBundleIdentifier</key>
    20 	<key>CFBundleIdentifier</key>
    17 	<string>org.hedgewars.mobile</string>
    21 	<string>org.hedgewars.mobile</string>
    18 	<key>CFBundleInfoDictionaryVersion</key>
    22 	<key>CFBundleInfoDictionaryVersion</key>
    19 	<string>6.0</string>
    23 	<string>6.0</string>
    25 	<string>????</string>
    29 	<string>????</string>
    26 	<key>CFBundleVersion</key>
    30 	<key>CFBundleVersion</key>
    27 	<string>1.0</string>
    31 	<string>1.0</string>
    28 	<key>LSRequiresIPhoneOS</key>
    32 	<key>LSRequiresIPhoneOS</key>
    29 	<true/>
    33 	<true/>
    30 	<key>UIInterfaceOrientation</key>
       
    31 	<string>UIInterfaceOrientationLandscapeRight</string>
       
    32 	<key>UIStatusBarHidden</key>
    34 	<key>UIStatusBarHidden</key>
    33 	<true/>
    35 	<true/>
       
    36 	<key>UISupportedInterfaceOrientations</key>
       
    37 	<array>
       
    38 		<string>UIInterfaceOrientationLandscapeLeft</string>
       
    39 		<string>UIInterfaceOrientationLandscapeRight</string>
       
    40 	</array>
       
    41 	<key>UILaunchImageFile~ipad</key>
       
    42 	<string>LI-ipad</string>
       
    43 	<key>UILaunchImageFile~iphone</key>
       
    44 	<string>LI-iphone</string>
    34 </dict>
    45 </dict>
    35 </plist>
    46 </plist>