* Fixed: Responses still pending when a connection closed were not calling their onComplete targets.
* Fixed: BLIPTestClient target failed to build because it didn't link against zlib.
* If TCPListener.bonjourServiceName is changed while the listener is open, it now re-publishes the service with the new name.
* Added a TCPListener.bonjourService property.
* Added a BLIPMessage.representedObject property.
* Fixed a memory leak.
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">
5 <key>CFBundleDevelopmentRegion</key>
6 <string>English</string>
7 <key>CFBundleExecutable</key>
8 <string>${EXECUTABLE_NAME}</string>
9 <key>CFBundleIdentifier</key>
10 <string>com.yourcompany.${PRODUCT_NAME:identifier}</string>
11 <key>CFBundleInfoDictionaryVersion</key>
13 <key>CFBundlePackageType</key>
15 <key>CFBundleSignature</key>
17 <key>CFBundleVersion</key>
19 <key>NSMainNibFile</key>
20 <string>BLIPEchoClient</string>
21 <key>NSPrincipalClass</key>
22 <string>NSApplication</string>