istereo

view 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 source
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0">
4 <dict>
5 <key>CFBundleDevelopmentRegion</key>
6 <string>English</string>
7 <key>CFBundleDisplayName</key>
8 <string>${PRODUCT_NAME}</string>
9 <key>CFBundleExecutable</key>
10 <string>${EXECUTABLE_NAME}</string>
11 <key>CFBundleIconFile</key>
12 <string></string>
13 <key>CFBundleIconFiles</key>
14 <array>
15 <string>Icon</string>
16 <string>Icon-Small</string>
17 </array>
18 <key>UILaunchImageFile</key>
19 <string>Default</string>
20 <key>CFBundleIdentifier</key>
21 <string>com.yourcompany.${PRODUCT_NAME:rfc1034identifier}</string>
22 <key>CFBundleInfoDictionaryVersion</key>
23 <string>6.0</string>
24 <key>CFBundleName</key>
25 <string>${PRODUCT_NAME}</string>
26 <key>CFBundlePackageType</key>
27 <string>APPL</string>
28 <key>CFBundleSignature</key>
29 <string>????</string>
30 <key>CFBundleVersion</key>
31 <string>1.0</string>
32 <key>LSRequiresIPhoneOS</key>
33 <true/>
34 <key>NSMainNibFile</key>
35 <string>MainWindow</string>
36 <key>UIStatusBarHidden</key>
37 <true/>
38 </dict>
39 </plist>