iPhone/Info.plist
author Jens Alfke <jens@mooseyard.com>
Wed Apr 22 16:45:39 2009 -0700 (2009-04-22)
changeset 26 cb9cdf247239
permissions -rwxr-xr-x
* Added MYBonjourBrowser and MYBonjourService.
* Added MYPortMapper.
* Added -[TCPEndpoint setPeerToPeerIdentity:].
* Created a static-library target.
     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>