istereo2

diff ios/Info.plist @ 0:7841e9365065

new istereo done right
author John Tsiombikas <nuclear@member.fsf.org>
date Wed, 16 Sep 2015 07:10:02 +0300
parents
children dc735bdeeb8a
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/ios/Info.plist	Wed Sep 16 07:10:02 2015 +0300
     1.3 @@ -0,0 +1,45 @@
     1.4 +<?xml version="1.0" encoding="UTF-8"?>
     1.5 +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
     1.6 +<plist version="1.0">
     1.7 +<dict>
     1.8 +	<key>CFBundleDevelopmentRegion</key>
     1.9 +	<string>en</string>
    1.10 +	<key>CFBundleExecutable</key>
    1.11 +	<string>$(EXECUTABLE_NAME)</string>
    1.12 +	<key>CFBundleIdentifier</key>
    1.13 +	<string>com.mutantstargoat.$(PRODUCT_NAME:rfc1034identifier)</string>
    1.14 +	<key>CFBundleInfoDictionaryVersion</key>
    1.15 +	<string>6.0</string>
    1.16 +	<key>CFBundleName</key>
    1.17 +	<string>$(PRODUCT_NAME)</string>
    1.18 +	<key>CFBundlePackageType</key>
    1.19 +	<string>APPL</string>
    1.20 +	<key>CFBundleShortVersionString</key>
    1.21 +	<string>2.0</string>
    1.22 +	<key>CFBundleSignature</key>
    1.23 +	<string>????</string>
    1.24 +	<key>CFBundleVersion</key>
    1.25 +	<string>1</string>
    1.26 +	<key>LSRequiresIPhoneOS</key>
    1.27 +	<true/>
    1.28 +	<key>UIRequiredDeviceCapabilities</key>
    1.29 +	<array>
    1.30 +		<string>armv7</string>
    1.31 +	</array>
    1.32 +	<key>UIStatusBarHidden</key>
    1.33 +	<true/>
    1.34 +	<key>UISupportedInterfaceOrientations</key>
    1.35 +	<array>
    1.36 +		<string>UIInterfaceOrientationPortrait</string>
    1.37 +		<string>UIInterfaceOrientationLandscapeLeft</string>
    1.38 +		<string>UIInterfaceOrientationLandscapeRight</string>
    1.39 +	</array>
    1.40 +	<key>UISupportedInterfaceOrientations~ipad</key>
    1.41 +	<array>
    1.42 +		<string>UIInterfaceOrientationPortrait</string>
    1.43 +		<string>UIInterfaceOrientationPortraitUpsideDown</string>
    1.44 +		<string>UIInterfaceOrientationLandscapeLeft</string>
    1.45 +		<string>UIInterfaceOrientationLandscapeRight</string>
    1.46 +	</array>
    1.47 +</dict>
    1.48 +</plist>