adium-1.4 2880:92076b762cc6: Add com.apple.package to the chatli...

commits at adium.im commits at adium.im
Sat Dec 5 20:11:29 UTC 2009


details:	http://hg.adium.im/adium-1.4/rev/92076b762cc6
revision:	2880:92076b762cc6
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.
(transplanted from d5d3cfb8fedadf03e300e51a1097ce22ce2d7f6f)

diffs (14 lines):

diff -r 717bf3714cea -r 92076b762cc6 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