istereo2
annotate 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 |
rev | line source |
---|---|
nuclear@0 | 1 <?xml version="1.0" encoding="UTF-8"?> |
nuclear@0 | 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
nuclear@0 | 3 <plist version="1.0"> |
nuclear@0 | 4 <dict> |
nuclear@0 | 5 <key>CFBundleDevelopmentRegion</key> |
nuclear@0 | 6 <string>en</string> |
nuclear@0 | 7 <key>CFBundleExecutable</key> |
nuclear@0 | 8 <string>$(EXECUTABLE_NAME)</string> |
nuclear@0 | 9 <key>CFBundleIdentifier</key> |
nuclear@16 | 10 <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> |
nuclear@0 | 11 <key>CFBundleInfoDictionaryVersion</key> |
nuclear@0 | 12 <string>6.0</string> |
nuclear@0 | 13 <key>CFBundleName</key> |
nuclear@0 | 14 <string>$(PRODUCT_NAME)</string> |
nuclear@0 | 15 <key>CFBundlePackageType</key> |
nuclear@0 | 16 <string>APPL</string> |
nuclear@0 | 17 <key>CFBundleShortVersionString</key> |
nuclear@0 | 18 <string>2.0</string> |
nuclear@0 | 19 <key>CFBundleSignature</key> |
nuclear@0 | 20 <string>????</string> |
nuclear@0 | 21 <key>CFBundleVersion</key> |
nuclear@27 | 22 <string>3</string> |
nuclear@0 | 23 <key>LSRequiresIPhoneOS</key> |
nuclear@0 | 24 <true/> |
nuclear@16 | 25 <key>UIRequiresFullScreen</key> |
nuclear@16 | 26 <true/> |
nuclear@0 | 27 <key>UIStatusBarHidden</key> |
nuclear@0 | 28 <true/> |
nuclear@0 | 29 <key>UISupportedInterfaceOrientations</key> |
nuclear@0 | 30 <array> |
nuclear@0 | 31 <string>UIInterfaceOrientationLandscapeLeft</string> |
nuclear@0 | 32 <string>UIInterfaceOrientationLandscapeRight</string> |
nuclear@0 | 33 </array> |
nuclear@0 | 34 <key>UISupportedInterfaceOrientations~ipad</key> |
nuclear@0 | 35 <array> |
nuclear@0 | 36 <string>UIInterfaceOrientationPortrait</string> |
nuclear@0 | 37 <string>UIInterfaceOrientationPortraitUpsideDown</string> |
nuclear@0 | 38 <string>UIInterfaceOrientationLandscapeLeft</string> |
nuclear@0 | 39 <string>UIInterfaceOrientationLandscapeRight</string> |
nuclear@0 | 40 </array> |
nuclear@0 | 41 </dict> |
nuclear@0 | 42 </plist> |