From fa791849e93c94b0e6a524c87ba87993a545d45b Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 14 Jun 2010 13:19:09 +0000 Subject: set up Spotlight Importer build so it builds for the platform its on svn path=/trunk/; revision=13647 --- .../spotlight_importer/PureData.xcodeproj/project.pbxproj | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'packages/darwin_app/spotlight_importer') diff --git a/packages/darwin_app/spotlight_importer/PureData.xcodeproj/project.pbxproj b/packages/darwin_app/spotlight_importer/PureData.xcodeproj/project.pbxproj index fdfc57f7..8cb1c68b 100644 --- a/packages/darwin_app/spotlight_importer/PureData.xcodeproj/project.pbxproj +++ b/packages/darwin_app/spotlight_importer/PureData.xcodeproj/project.pbxproj @@ -197,11 +197,14 @@ 70138C850896BE9A00968C2F /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { + ARCHS = "$(NATIVE_ARCH)"; COPY_PHASE_STRIP = NO; GCC_PRECOMPILE_PREFIX_HEADER = NO; INFOPLIST_FILE = Info.plist; INSTALL_PATH = /Library/Spotlight; + ONLY_ACTIVE_ARCH = YES; PRODUCT_NAME = PureData; + SDKROOT = ""; WRAPPER_EXTENSION = mdimporter; }; name = Debug; @@ -209,9 +212,11 @@ 70138C860896BE9A00968C2F /* Release */ = { isa = XCBuildConfiguration; buildSettings = { + ARCHS = "$(NATIVE_ARCH)"; GCC_PRECOMPILE_PREFIX_HEADER = NO; INFOPLIST_FILE = Info.plist; INSTALL_PATH = /Library/Spotlight; + ONLY_ACTIVE_ARCH = YES; PRODUCT_NAME = PureData; WRAPPER_EXTENSION = mdimporter; }; @@ -227,7 +232,7 @@ GCC_OPTIMIZATION_LEVEL = 0; GCC_WARN_ABOUT_RETURN_TYPE = YES; GCC_WARN_UNUSED_VARIABLE = YES; - SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; + SDKROOT = ""; }; name = Debug; }; @@ -240,7 +245,7 @@ ); GCC_WARN_ABOUT_RETURN_TYPE = YES; GCC_WARN_UNUSED_VARIABLE = YES; - SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; + SDKROOT = ""; }; name = Release; }; -- cgit v1.2.1