root/trunk/Plug-Ins/Ruby Support/Info.plist

Revision 3751, 1.0 kB (checked in by timothy, 11 months ago)

Update the copyright dates.

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>Ruby Support</string>
9         <key>CFBundleIconFile</key>
10         <string></string>
11         <key>CFBundleIdentifier</key>
12         <string>info.colloquy.ruby-support</string>
13         <key>CFBundleInfoDictionaryVersion</key>
14         <string>6.0</string>
15         <key>CFBundlePackageType</key>
16         <string>BNDL</string>
17         <key>CFBundleSignature</key>
18         <string>????</string>
19         <key>CFBundleVersion</key>
20         <string>1.0</string>
21         <key>CFBundleShortVersionString</key>
22         <string>1.0</string>
23         <key>NSPrincipalClass</key>
24         <string>JVRubyPluginLoader</string>
25         <key>CFBundleGetInfoString</key>
26         <string>Ruby Support Plugin 1.0; Copyright © 2003-2007, Timothy Hatcher</string>
27         <key>NSHumanReadableCopyright</key>
28         <string>Copyright © 2003-2007, Timothy Hatcher</string>
29         <key>CFBundleName</key>
30         <string>Ruby Support</string>
31 </dict>
32 </plist>
Note: See TracBrowser for help on using the browser.