sgl
diff isimple/isimple-Info.plist @ 40:f7de32814f34
sortof made the ios backend to compile and run ... sortof
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Thu, 28 Jun 2012 03:42:26 +0300 |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/isimple/isimple-Info.plist Thu Jun 28 03:42:26 2012 +0300 1.3 @@ -0,0 +1,47 @@ 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>CFBundleDisplayName</key> 1.11 + <string>${PRODUCT_NAME}</string> 1.12 + <key>CFBundleExecutable</key> 1.13 + <string>${EXECUTABLE_NAME}</string> 1.14 + <key>CFBundleIdentifier</key> 1.15 + <string>Mutant-Stargoat.${PRODUCT_NAME:rfc1034identifier}</string> 1.16 + <key>CFBundleInfoDictionaryVersion</key> 1.17 + <string>6.0</string> 1.18 + <key>CFBundleName</key> 1.19 + <string>${PRODUCT_NAME}</string> 1.20 + <key>CFBundlePackageType</key> 1.21 + <string>APPL</string> 1.22 + <key>CFBundleShortVersionString</key> 1.23 + <string>1.0</string> 1.24 + <key>CFBundleSignature</key> 1.25 + <string>????</string> 1.26 + <key>CFBundleVersion</key> 1.27 + <string>1.0</string> 1.28 + <key>LSRequiresIPhoneOS</key> 1.29 + <true/> 1.30 + <key>UIRequiredDeviceCapabilities</key> 1.31 + <array> 1.32 + <string>armv7</string> 1.33 + </array> 1.34 + <key>UIStatusBarHidden</key> 1.35 + <true/> 1.36 + <key>UISupportedInterfaceOrientations</key> 1.37 + <array> 1.38 + <string>UIInterfaceOrientationPortrait</string> 1.39 + <string>UIInterfaceOrientationLandscapeLeft</string> 1.40 + <string>UIInterfaceOrientationLandscapeRight</string> 1.41 + </array> 1.42 + <key>UISupportedInterfaceOrientations~ipad</key> 1.43 + <array> 1.44 + <string>UIInterfaceOrientationPortrait</string> 1.45 + <string>UIInterfaceOrientationPortraitUpsideDown</string> 1.46 + <string>UIInterfaceOrientationLandscapeLeft</string> 1.47 + <string>UIInterfaceOrientationLandscapeRight</string> 1.48 + </array> 1.49 +</dict> 1.50 +</plist>