istereo2

diff ios/Info.plist @ 16:1b7776cb800b

ios version done
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 01 Oct 2015 07:54:57 +0300
parents dc735bdeeb8a
children 25d821ab1ca2
line diff
     1.1 --- a/ios/Info.plist	Wed Sep 30 04:41:21 2015 +0300
     1.2 +++ b/ios/Info.plist	Thu Oct 01 07:54:57 2015 +0300
     1.3 @@ -7,7 +7,7 @@
     1.4  	<key>CFBundleExecutable</key>
     1.5  	<string>$(EXECUTABLE_NAME)</string>
     1.6  	<key>CFBundleIdentifier</key>
     1.7 -	<string>com.mutantstargoat.$(PRODUCT_NAME:rfc1034identifier)</string>
     1.8 +	<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
     1.9  	<key>CFBundleInfoDictionaryVersion</key>
    1.10  	<string>6.0</string>
    1.11  	<key>CFBundleName</key>
    1.12 @@ -26,13 +26,14 @@
    1.13  	<array>
    1.14  		<string>armv7</string>
    1.15  	</array>
    1.16 +	<key>UIRequiresFullScreen</key>
    1.17 +	<true/>
    1.18  	<key>UIStatusBarHidden</key>
    1.19  	<true/>
    1.20  	<key>UISupportedInterfaceOrientations</key>
    1.21  	<array>
    1.22  		<string>UIInterfaceOrientationLandscapeLeft</string>
    1.23  		<string>UIInterfaceOrientationLandscapeRight</string>
    1.24 -		<string>UIInterfaceOrientationPortrait</string>
    1.25  	</array>
    1.26  	<key>UISupportedInterfaceOrientations~ipad</key>
    1.27  	<array>