File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 */
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;
You can’t perform that action at this time.
0 commit comments