# HG changeset patch # User Jaroslav Tulach # Date 1407267484 -7200 # Node ID 5d4452c6ae1a79f9ac284bea08068ae6b4037139 # Parent be4b4c93c1ea40f41c93c81d26dc444eac636a4b Adding plist and getting ready for AppStore publishing diff -r be4b4c93c1ea -r 5d4452c6ae1a minesweeper/Info.plist.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/minesweeper/Info.plist.xml Tue Aug 05 21:38:04 2014 +0200 @@ -0,0 +1,46 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleDisplayName + Fair Mines + CFBundleExecutable + MineSweeper + CFBundleIdentifier + org.apidesign.demo.minesweeper + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + Fair Mines + CFBundlePackageType + APPL + CFBundleShortVersionString + 2.4 + 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 5d4452c6ae1a minesweeper/pom.xml --- a/minesweeper/pom.xml Tue Aug 05 09:45:07 2014 +0200 +++ b/minesweeper/pom.xml Tue Aug 05 21:38:04 2014 +0200 @@ -561,6 +561,7 @@ + Info.plist.xml false