|
Revision 2185, 1.0 kB
(checked in by timothy, 4 years ago)
|
Changed copyright dates to be 2003-2005.
|
| 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>CFBundleDevelopmentRegion</key> |
|---|
| 6 |
<string>English</string> |
|---|
| 7 |
<key>CFBundleExecutable</key> |
|---|
| 8 |
<string>ChatCore</string> |
|---|
| 9 |
<key>CFBundleGetInfoString</key> |
|---|
| 10 |
<string>Chat Core Framework 2.0; Copyright © 2003-2005, Timothy Hatcher</string> |
|---|
| 11 |
<key>NSHumanReadableCopyright</key> |
|---|
| 12 |
<string>Copyright © 2003-2005, Timothy Hatcher</string> |
|---|
| 13 |
<key>CFBundleIconFile</key> |
|---|
| 14 |
<string></string> |
|---|
| 15 |
<key>CFBundleIdentifier</key> |
|---|
| 16 |
<string>cc.javelin.chatCore</string> |
|---|
| 17 |
<key>CFBundleInfoDictionaryVersion</key> |
|---|
| 18 |
<string>6.0</string> |
|---|
| 19 |
<key>CFBundleName</key> |
|---|
| 20 |
<string>Chat Core Framework</string> |
|---|
| 21 |
<key>CFBundlePackageType</key> |
|---|
| 22 |
<string>FMWK</string> |
|---|
| 23 |
<key>CFBundleShortVersionString</key> |
|---|
| 24 |
<string>2.0</string> |
|---|
| 25 |
<key>CFBundleSignature</key> |
|---|
| 26 |
<string>jvCC</string> |
|---|
| 27 |
<key>CFBundleVersion</key> |
|---|
| 28 |
<string>2B19</string> |
|---|
| 29 |
<key>NSAppleScriptEnabled</key> |
|---|
| 30 |
<true/> |
|---|
| 31 |
</dict> |
|---|
| 32 |
</plist> |
|---|