istereo
diff istereo-Info.plist @ 42:6e9e09ec767e
fixed the xcode project, added missing files
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Fri, 31 May 2013 02:08:22 +0300 |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/istereo-Info.plist Fri May 31 02:08:22 2013 +0300 1.3 @@ -0,0 +1,39 @@ 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>English</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>CFBundleIconFile</key> 1.15 + <string></string> 1.16 + <key>CFBundleIconFiles</key> 1.17 + <array> 1.18 + <string>Icon</string> 1.19 + <string>Icon-Small</string> 1.20 + </array> 1.21 + <key>UILaunchImageFile</key> 1.22 + <string>Default</string> 1.23 + <key>CFBundleIdentifier</key> 1.24 + <string>com.yourcompany.${PRODUCT_NAME:rfc1034identifier}</string> 1.25 + <key>CFBundleInfoDictionaryVersion</key> 1.26 + <string>6.0</string> 1.27 + <key>CFBundleName</key> 1.28 + <string>${PRODUCT_NAME}</string> 1.29 + <key>CFBundlePackageType</key> 1.30 + <string>APPL</string> 1.31 + <key>CFBundleSignature</key> 1.32 + <string>????</string> 1.33 + <key>CFBundleVersion</key> 1.34 + <string>1.0</string> 1.35 + <key>LSRequiresIPhoneOS</key> 1.36 + <true/> 1.37 + <key>NSMainNibFile</key> 1.38 + <string>MainWindow</string> 1.39 + <key>UIStatusBarHidden</key> 1.40 + <true/> 1.41 +</dict> 1.42 +</plist>