Skip to content

Commit

Permalink
[FIX] Xcode 3.2 apparently now needs ARCHS set explicitly for 10.3 …
Browse files Browse the repository at this point in the history
…targets.
  • Loading branch information
rentzsch committed May 31, 2009
1 parent 2f677d0 commit 4478faa
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions JRSwizzleTest/JRSwizzleTest.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,14 @@
isa = PBXContainerItemProxy;
containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
proxyType = 1;
remoteGlobalIDString = 7926093E0CF3F98E00A93D12 /* 10.3 Test */;
remoteGlobalIDString = 7926093E0CF3F98E00A93D12;
remoteInfo = "10.3 Test";
};
7926094A0CF3FA5300A93D12 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
proxyType = 1;
remoteGlobalIDString = 792608A20CF3F88400A93D12 /* 10.3 */;
remoteGlobalIDString = 792608A20CF3F88400A93D12;
remoteInfo = 10.3;
};
79F3DC1F0CF3417200733703 /* PBXContainerItemProxy */ = {
Expand Down Expand Up @@ -798,6 +798,7 @@
792608A50CF3F88500A93D12 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = ppc;
COPY_PHASE_STRIP = NO;
GCC_DYNAMIC_NO_PIC = NO;
GCC_ENABLE_FIX_AND_CONTINUE = YES;
Expand All @@ -817,6 +818,7 @@
792608A60CF3F88500A93D12 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = ppc;
COPY_PHASE_STRIP = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
GCC_ENABLE_FIX_AND_CONTINUE = NO;
Expand All @@ -835,6 +837,7 @@
792609410CF3F98E00A93D12 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = ppc;
BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/JRSwizzleTest_1030";
COPY_PHASE_STRIP = NO;
FRAMEWORK_SEARCH_PATHS = "$(DEVELOPER_LIBRARY_DIR)/Frameworks";
Expand Down Expand Up @@ -865,6 +868,7 @@
792609420CF3F98E00A93D12 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = ppc;
BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/JRSwizzleTest_1030";
COPY_PHASE_STRIP = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
Expand Down

0 comments on commit 4478faa

Please sign in to comment.