iPhone/Info.plist
author Jens Alfke <jens@mooseyard.com>
Sun Apr 26 18:12:44 2009 -0700 (2009-04-26)
changeset 30 096cf03b65d4
permissions -rwxr-xr-x
* Fixed path type of MYUtilities folder ref; this fixes issue #2.
* Added MYDNSService.h/m to iPhone project.
* Changed base SDK of iPhone project to 2.2.1 (from 2.0)
     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>en</string>
     7 	<key>CFBundleDisplayName</key>
     8 	<string>BLIP Echo</string>
     9 	<key>LSRequiresIPhoneOS</key>
    10 	<true/>
    11 	<key>CFBundleExecutable</key>
    12 	<string>${EXECUTABLE_NAME}</string>
    13 	<key>CFBundleIconFile</key>
    14 	<string>icon.png</string>
    15 	<key>CFBundleIdentifier</key>
    16 	<string>com.yourcompany.${PRODUCT_NAME:identifier}</string>
    17 	<key>CFBundleInfoDictionaryVersion</key>
    18 	<string>6.0</string>
    19 	<key>CFBundleName</key>
    20 	<string>${PRODUCT_NAME}</string>
    21 	<key>CFBundlePackageType</key>
    22 	<string>APPL</string>
    23 	<key>CFBundleSignature</key>
    24 	<string>????</string>
    25 	<key>CFBundleVersion</key>
    26 	<string>1.7</string>
    27 	<key>NSMainNibFile</key>
    28 	<string>MainWindow</string>
    29 </dict>
    30 </plist>