# HG changeset patch # User Jaroslav Tulach # Date 1407304767 -7200 # Node ID a22630be439e5afe90bf170e2c014c3e37b4c932 # Parent be4b4c93c1ea40f41c93c81d26dc444eac636a4b# Parent 99669e0e8248fc22088b9a1303cadfd5ac12c720 Merging in changes from AppStore publication. Especially the Info.plist.xml file diff -r be4b4c93c1ea -r a22630be439e minesweeper/Info.plist.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/minesweeper/Info.plist.xml Wed Aug 06 07:59:27 2014 +0200 @@ -0,0 +1,46 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleDisplayName + Fair Mines + CFBundleExecutable + MineSweeper + CFBundleIdentifier + jst + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + Fair Mines + CFBundlePackageType + APPL + CFBundleShortVersionString + 2.3 + CFBundleSignature + ???? + CFBundleVersion + 1 + NSHumanReadableCopyright + Copyright © 2014 Jaroslav Tulach. All rights reserved. + LSRequiresIPhoneOS + + UIDeviceFamily + + 1 + 2 + + UIRequiredDeviceCapabilities + + armv7 + + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + UIInterfaceOrientationPortraitUpsideDown + + + diff -r be4b4c93c1ea -r a22630be439e minesweeper/pom.xml --- a/minesweeper/pom.xml Tue Aug 05 09:45:07 2014 +0200 +++ b/minesweeper/pom.xml Wed Aug 06 07:59:27 2014 +0200 @@ -561,8 +561,13 @@ + Info.plist.xml false +