aboutsummaryrefslogtreecommitdiff
path: root/packages/darwin_app/spotlight_importer
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-06-14 13:19:09 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-06-14 13:19:09 +0000
commitfa791849e93c94b0e6a524c87ba87993a545d45b (patch)
tree366ae21e448e01bfedd246b615d230ab5845f61b /packages/darwin_app/spotlight_importer
parent0491e21ac43be071a536c01c0bc1c1fe5e45cbad (diff)
set up Spotlight Importer build so it builds for the platform its on
svn path=/trunk/; revision=13647
Diffstat (limited to 'packages/darwin_app/spotlight_importer')
-rw-r--r--packages/darwin_app/spotlight_importer/PureData.xcodeproj/project.pbxproj9
1 files changed, 7 insertions, 2 deletions
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;
};