istereo2
annotate 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 |
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@0 | 10 <string>com.mutantstargoat.$(PRODUCT_NAME:rfc1034identifier)</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@0 | 22 <string>1</string> |
nuclear@0 | 23 <key>LSRequiresIPhoneOS</key> |
nuclear@0 | 24 <true/> |
nuclear@0 | 25 <key>UIRequiredDeviceCapabilities</key> |
nuclear@0 | 26 <array> |
nuclear@0 | 27 <string>armv7</string> |
nuclear@0 | 28 </array> |
nuclear@0 | 29 <key>UIStatusBarHidden</key> |
nuclear@0 | 30 <true/> |
nuclear@0 | 31 <key>UISupportedInterfaceOrientations</key> |
nuclear@0 | 32 <array> |
nuclear@0 | 33 <string>UIInterfaceOrientationPortrait</string> |
nuclear@0 | 34 <string>UIInterfaceOrientationLandscapeLeft</string> |
nuclear@0 | 35 <string>UIInterfaceOrientationLandscapeRight</string> |
nuclear@0 | 36 </array> |
nuclear@0 | 37 <key>UISupportedInterfaceOrientations~ipad</key> |
nuclear@0 | 38 <array> |
nuclear@0 | 39 <string>UIInterfaceOrientationPortrait</string> |
nuclear@0 | 40 <string>UIInterfaceOrientationPortraitUpsideDown</string> |
nuclear@0 | 41 <string>UIInterfaceOrientationLandscapeLeft</string> |
nuclear@0 | 42 <string>UIInterfaceOrientationLandscapeRight</string> |
nuclear@0 | 43 </array> |
nuclear@0 | 44 </dict> |
nuclear@0 | 45 </plist> |