Bumping to version 1.0.1, which uses the latest ITKit. This resolves GrowlITTSW bug #4.
[GrowlITTSW.git] / Info.plist
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple//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>ITTSW</string>
9         <key>CFBundleIdentifier</key>
10         <string>com.ithinksw.growl-ittsw</string>
11         <key>CFBundleInfoDictionaryVersion</key>
12         <string>6.0</string>
13         <key>CFBundleName</key>
14         <string>ITTSW</string>
15         <key>CFBundlePackageType</key>
16         <string>DISP</string>
17         <key>CFBundleSignature</key>
18         <string>GRRR</string>
19         <key>CFBundleVersion</key>
20         <string>1.0.1</string>
21         <key>CSResourcesFileMapped</key>
22         <string>yes</string>
23         <key>GrowlDisplayUsesQueue</key>
24         <true/>
25         <key>GrowlPluginAuthor</key>
26         <string>iThink Software</string>
27         <key>GrowlPluginDescription</key>
28         <string>ITTSW uses the ITTransientStatusWindow class from ITKit</string>
29         <key>NSPrincipalClass</key>
30         <string>GrowlITTSWDisplay</string>
31 </dict>
32 </plist>