Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Clean up build settings. No need to build universal in Debug or link …
…to Carbon.

Signed-off-by: Jonathan 'Wolf' Rentzsch <jwr.git@redshed.net>
  • Loading branch information
lapcat authored and rentzsch committed Feb 21, 2009
1 parent 8f9673b commit 9a47274
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions ClickToFlash.xcodeproj/project.pbxproj
Expand Up @@ -384,21 +384,14 @@
2B9260580F36854B000F1583 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
COPY_PHASE_STRIP = NO;
GCC_DYNAMIC_NO_PIC = NO;
GCC_OPTIMIZATION_LEVEL = 0;
PRODUCT_NAME = "Install plugin for user";
};
name = Debug;
};
2B9260590F36854B000F1583 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
COPY_PHASE_STRIP = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
GCC_ENABLE_FIX_AND_CONTINUE = NO;
PRODUCT_NAME = "Install plugin for user";
ZERO_LINK = NO;
};
name = Release;
};
Expand All @@ -421,8 +414,6 @@
55EB70450E04A8640016593D /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1)";
ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1 = "ppc i386 ppc64 x86_64";
COPY_PHASE_STRIP = NO;
GCC_DYNAMIC_NO_PIC = NO;
GCC_ENABLE_FIX_AND_CONTINUE = YES;
Expand All @@ -432,10 +423,6 @@
GCC_PREFIX_HEADER = Plugin/ClickToFlash_Prefix.pch;
INFOPLIST_FILE = "Plugin/Info-Plugin.plist";
INSTALL_PATH = "$(HOME)/Library/Bundles";
OTHER_LDFLAGS = (
"-framework",
Carbon,
);
PREBINDING = NO;
PRODUCT_NAME = ClickToFlash;
SDKROOT = /Developer/SDKs/MacOSX10.5.sdk;
Expand All @@ -455,13 +442,8 @@
GCC_MODEL_TUNING = G5;
GCC_PRECOMPILE_PREFIX_HEADER = NO;
GCC_PREFIX_HEADER = "";
GCC_PREPROCESSOR_DEFINITIONS = "";
INFOPLIST_FILE = "Plugin/Info-Plugin.plist";
INSTALL_PATH = "$(HOME)/Library/Bundles";
OTHER_LDFLAGS = (
"-framework",
Carbon,
);
PREBINDING = NO;
PRODUCT_NAME = ClickToFlash;
SDKROOT = /Developer/SDKs/MacOSX10.5.sdk;
Expand Down Expand Up @@ -521,21 +503,14 @@
FADCD4230F421EAE00749805 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
COPY_PHASE_STRIP = NO;
GCC_DYNAMIC_NO_PIC = NO;
GCC_OPTIMIZATION_LEVEL = 0;
PRODUCT_NAME = "Build Package";
};
name = Debug;
};
FADCD4240F421EAE00749805 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
COPY_PHASE_STRIP = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
GCC_ENABLE_FIX_AND_CONTINUE = NO;
PRODUCT_NAME = "Build Package";
ZERO_LINK = NO;
};
name = Release;
};
Expand Down

0 comments on commit 9a47274

Please sign in to comment.