BLIP/Demo/BLIP Echo Client-Info.plist
changeset 8 6f539dd9921c
child 26 cb9cdf247239
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/BLIP/Demo/BLIP Echo Client-Info.plist	Thu May 29 16:40:36 2008 -0700
     1.3 @@ -0,0 +1,24 @@
     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>CFBundleExecutable</key>
    1.11 +	<string>${EXECUTABLE_NAME}</string>
    1.12 +	<key>CFBundleIdentifier</key>
    1.13 +	<string>com.yourcompany.${PRODUCT_NAME:identifier}</string>
    1.14 +	<key>CFBundleInfoDictionaryVersion</key>
    1.15 +	<string>6.0</string>
    1.16 +	<key>CFBundlePackageType</key>
    1.17 +	<string>APPL</string>
    1.18 +	<key>CFBundleSignature</key>
    1.19 +	<string>????</string>
    1.20 +	<key>CFBundleVersion</key>
    1.21 +	<string>1.0</string>
    1.22 +	<key>NSMainNibFile</key>
    1.23 +	<string>BLIPEchoClient</string>
    1.24 +	<key>NSPrincipalClass</key>
    1.25 +	<string>NSApplication</string>
    1.26 +</dict>
    1.27 +</plist>