|
Revision 41, 453 bytes
(checked in by ngerakines, 3 years ago)
|
|
* Put into place the real icons that Wiley sent over
* Fixed the prefs on login
* Removed the TypePadSuper class
* General code cleanup
|
| 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>IBDocumentLocation</key> |
|---|
| 6 | <string>106 124 356 240 0 0 1440 938 </string> |
|---|
| 7 | <key>IBFramework Version</key> |
|---|
| 8 | <string>443.0</string> |
|---|
| 9 | <key>IBOpenObjects</key> |
|---|
| 10 | <array> |
|---|
| 11 | <integer>5</integer> |
|---|
| 12 | </array> |
|---|
| 13 | <key>IBSystem Version</key> |
|---|
| 14 | <string>8I127</string> |
|---|
| 15 | </dict> |
|---|
| 16 | </plist> |
|---|