Misc. tweaks made while porting Chatty to use MYNetwork.
* Allow -[BLIPConnection sendRequest:] to re-send an already-sent or received request.
* Allow use of the basic -init method for BLIPConnection.
* Some new convenience factory methods.
* Broke dependencies on Security.framework out into new TCPEndpoint+Certs.m source file, so client apps aren't forced to link against Security.
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>
7 <key>CFBundleDisplayName</key>
8 <string>BLIP Echo</string>
9 <key>LSRequiresIPhoneOS</key>
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>
19 <key>CFBundleName</key>
20 <string>${PRODUCT_NAME}</string>
21 <key>CFBundlePackageType</key>
23 <key>CFBundleSignature</key>
25 <key>CFBundleVersion</key>
27 <key>NSMainNibFile</key>
28 <string>MainWindow</string>