istereo2

diff ios/Info.plist @ 27:f0da8b2b61ec

removed iOS cpu restriction and bumped build number to 3 implemented android JNI calls to show/hide ads (untested)
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 05 Oct 2015 17:15:02 +0300
parents 25d821ab1ca2
children
line diff
     1.1 --- a/ios/Info.plist	Mon Oct 05 06:11:54 2015 +0300
     1.2 +++ b/ios/Info.plist	Mon Oct 05 17:15:02 2015 +0300
     1.3 @@ -19,13 +19,9 @@
     1.4  	<key>CFBundleSignature</key>
     1.5  	<string>????</string>
     1.6  	<key>CFBundleVersion</key>
     1.7 -	<string>2</string>
     1.8 +	<string>3</string>
     1.9  	<key>LSRequiresIPhoneOS</key>
    1.10  	<true/>
    1.11 -	<key>UIRequiredDeviceCapabilities</key>
    1.12 -	<array>
    1.13 -		<string>armv7</string>
    1.14 -	</array>
    1.15  	<key>UIRequiresFullScreen</key>
    1.16  	<true/>
    1.17  	<key>UIStatusBarHidden</key>