Skip to content

Commit b8129b7

Browse files
committed
Remove support for PPC
1 parent 33e4521 commit b8129b7

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

QLColorCode.xcodeproj/project.pbxproj

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@
343343
);
344344
runOnlyForDeploymentPostprocessing = 0;
345345
shellPath = "/bin/zsh -x";
346-
shellScript = "set err_exit\ncd $PROJECT_DIR/highlight\nX='-arch ppc -arch i386 -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5'\nexport CFLAGS=$X\nexport LDFLAGS=$X\nmake -j 2\n# Make sure it was built universal\nlipo -info src/highlight | grep -q ppc || exit 1\nlipo -info src/highlight | grep -q i386 || exit 1\nlipo -info src/highlight | grep -q x86_64 || exit 1\nmake \\\n\tDESTDIR=$BUILT_PRODUCTS_DIR/$UNLOCALIZED_RESOURCES_FOLDER_PATH \\\n\tPREFIX=/highlight/ \\\n\tinstall\n\n";
346+
shellScript = "set err_exit\ncd $PROJECT_DIR/highlight\nX='-arch i386 -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5'\nexport CFLAGS=$X\nexport LDFLAGS=$X\nmake -j 2\n# Make sure it was built universal\nlipo -info src/highlight | grep -q i386 || exit 1\nlipo -info src/highlight | grep -q x86_64 || exit 1\nmake \\\n\tDESTDIR=$BUILT_PRODUCTS_DIR/$UNLOCALIZED_RESOURCES_FOLDER_PATH \\\n\tPREFIX=/highlight/ \\\n\tinstall\n\n";
347347
showEnvVarsInLog = 0;
348348
};
349349
/* End PBXShellScriptBuildPhase section */
@@ -455,11 +455,8 @@
455455
2CA326240896AD4900168862 /* Release */ = {
456456
isa = XCBuildConfiguration;
457457
buildSettings = {
458-
ARCHS = (
459-
ppc,
460-
i386,
461-
x86_64,
462-
);
458+
ARCHS = "$(ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1)";
459+
ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1 = "x86_64 i386 ppc";
463460
CURRENT_PROJECT_VERSION = 2.0.2;
464461
GCC_WARN_ABOUT_RETURN_TYPE = YES;
465462
GCC_WARN_UNUSED_VARIABLE = YES;

0 commit comments

Comments
 (0)