BLIP/Demo/BLIP Echo Client-Info.plist
author Jens Alfke <jens@mooseyard.com>
Mon Jul 20 13:26:29 2009 -0700 (2009-07-20)
changeset 59 46c7844cb592
parent 3 76f302097a75
permissions -rw-r--r--
* MYBonjourBrowser: Added delegate (no methods for it yet, just for client use.)
* MYBonjourRegistration: Added +canonicalFormOfTXTRecordDictionary:.
* MYBonjourService: Added back-reference to browser.
* IPAddress: Added conversions to/from struct sockaddr.
jens@3
     1
<?xml version="1.0" encoding="UTF-8"?>
jens@3
     2
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
jens@3
     3
<plist version="1.0">
jens@3
     4
<dict>
jens@3
     5
	<key>CFBundleDevelopmentRegion</key>
jens@3
     6
	<string>English</string>
jens@3
     7
	<key>CFBundleExecutable</key>
jens@3
     8
	<string>${EXECUTABLE_NAME}</string>
jens@3
     9
	<key>CFBundleIdentifier</key>
jens@26
    10
	<string>com.mooseyard.BLIPEchoClient</string>
jens@3
    11
	<key>CFBundleInfoDictionaryVersion</key>
jens@3
    12
	<string>6.0</string>
jens@3
    13
	<key>CFBundlePackageType</key>
jens@3
    14
	<string>APPL</string>
jens@3
    15
	<key>CFBundleSignature</key>
jens@3
    16
	<string>????</string>
jens@3
    17
	<key>CFBundleVersion</key>
jens@3
    18
	<string>1.0</string>
jens@3
    19
	<key>NSMainNibFile</key>
jens@3
    20
	<string>BLIPEchoClient</string>
jens@3
    21
	<key>NSPrincipalClass</key>
jens@3
    22
	<string>NSApplication</string>
jens@3
    23
</dict>
jens@3
    24
</plist>