| Line | |
|---|
| 1 | <?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 | <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
|---|
| 3 | <plist version="1.0"> |
|---|
| 4 | <dict> |
|---|
| 5 | <key>nodeAttributes</key> |
|---|
| 6 | <dict> |
|---|
| 7 | <key>category</key> |
|---|
| 8 | <string>Generator</string> |
|---|
| 9 | <key>copyright</key> |
|---|
| 10 | <string>Copyright 2007 __MyCompanyName__. All rights reserved.</string> |
|---|
| 11 | <key>description</key> |
|---|
| 12 | <string>read from a socket</string> |
|---|
| 13 | <key>name</key> |
|---|
| 14 | <string>SocketReader</string> |
|---|
| 15 | </dict> |
|---|
| 16 | </dict> |
|---|
| 17 | </plist> |
|---|