adium 3027:d5d3cfb8feda: Add com.apple.package to the chatlist U...
commits at adium.im
commits at adium.im
Sat Dec 5 20:11:15 UTC 2009
details: http://hg.adium.im/adium/rev/d5d3cfb8feda
revision: 3027:d5d3cfb8feda
author: Zachary West <zacw at adium.im>
date: Sat Dec 05 15:11:10 2009 -0500
Add com.apple.package to the chatlist UTI declaration. Fixes #11106.
I guess comparing it to the other UTI and realizing package *and* bundle are both required is helpful.
diffs (14 lines):
diff -r fddc1210eb2d -r d5d3cfb8feda Plists/Info.plist
--- a/Plists/Info.plist Sat Dec 05 14:41:23 2009 -0500
+++ b/Plists/Info.plist Sat Dec 05 15:11:10 2009 -0500
@@ -794,8 +794,9 @@
<dict>
<key>UTTypeConformsTo</key>
<array>
+ <string>com.apple.bundle</string>
+ <string>com.apple.package</string>
<string>public.data</string>
- <string>com.apple.bundle</string>
<string>public.content</string>
<string>public.text</string>
<string>public.message</string>
More information about the commits
mailing list