BLIP/Demo/BLIP Echo Client-Info.plist
author Jens Alfke <jens@mooseyard.com>
Fri Jul 24 14:06:28 2009 -0700 (2009-07-24)
changeset 63 5e4855a592ee
parent 3 76f302097a75
permissions -rw-r--r--
* The BLIPConnection receivedRequest: delegate method now returns BOOL. If the method returns NO (or if the method isn't implemented in the delegate), that means it didn't handle the message at all; an error will be returned to the sender.
* If the connection closes unexpectedly due to an error, then the auto-generated responses to pending requests will contain that error. This makes it easier to display a meaningful error message in the handler for the request.
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>