|
Revision 231, 497 bytes
(checked in by jppavao, 5 years ago)
|
|
Changed the bundled Growl framework to the version featuring an auto-install prompt if the user doesn't have growl installed yet. Closes #193.
|
| Rev | Line | |
|---|
| [231] | 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>390 78 356 240 0 0 1280 1002 </string> |
|---|
| 7 | <key>IBFramework Version</key> |
|---|
| 8 | <string>437.0</string> |
|---|
| 9 | <key>IBOldestOS</key> |
|---|
| 10 | <integer>3</integer> |
|---|
| 11 | <key>IBOpenObjects</key> |
|---|
| 12 | <array> |
|---|
| 13 | <integer>6</integer> |
|---|
| 14 | </array> |
|---|
| 15 | <key>IBSystem Version</key> |
|---|
| 16 | <string>8B15</string> |
|---|
| 17 | </dict> |
|---|
| 18 | </plist> |
|---|