adium-1.4 2647:328d09cb37e8: Compile the Spotlight Importer also...

commits at adium.im commits at adium.im
Tue Oct 27 16:56:12 UTC 2009


details:	http://hg.adium.im/adium-1.4/rev/328d09cb37e8
revision:	2647:328d09cb37e8
author:		Zachary West <zacw at adium.im>
date:		Tue Oct 27 12:56:07 2009 -0400

Compile the Spotlight Importer also for x86_64, since SL tries to load the plugin as x86_64 but fails.

diffs (27 lines):

diff -r e6cf2d4672e5 -r 328d09cb37e8 Adium.xcodeproj/project.pbxproj
--- a/Adium.xcodeproj/project.pbxproj	Sun Oct 25 21:21:42 2009 -0400
+++ b/Adium.xcodeproj/project.pbxproj	Tue Oct 27 12:56:07 2009 -0400
@@ -12530,6 +12530,11 @@
 			isa = XCBuildConfiguration;
 			baseConfigurationReference = 63C7E2080FAFAA4700B310AC /* Spotlight Importer.xcconfig */;
 			buildSettings = {
+				ARCHS = (
+					ppc,
+					i386,
+					x86_64,
+				);
 			};
 			name = Release;
 		};
@@ -12537,6 +12542,11 @@
 			isa = XCBuildConfiguration;
 			baseConfigurationReference = 63C7E2080FAFAA4700B310AC /* Spotlight Importer.xcconfig */;
 			buildSettings = {
+				ARCHS = (
+					ppc,
+					i386,
+					x86_64,
+				);
 			};
 			name = "Release-Debug";
 		};




More information about the commits mailing list