aboutsummaryrefslogtreecommitdiff
path: root/XcodeConfig/subconfig/General.xcconfig
diff options
context:
space:
mode:
Diffstat (limited to 'XcodeConfig/subconfig/General.xcconfig')
-rw-r--r--XcodeConfig/subconfig/General.xcconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/XcodeConfig/subconfig/General.xcconfig b/XcodeConfig/subconfig/General.xcconfig
index b9f7313..b6a9a02 100644
--- a/XcodeConfig/subconfig/General.xcconfig
+++ b/XcodeConfig/subconfig/General.xcconfig
@@ -2,7 +2,7 @@
// General.xcconfig
//
// Xcode configuration file for general build settings applicable to all
-// Google projects and targets.
+// projects and targets.
//
// Copyright 2006-2008 Google Inc.
//
@@ -20,7 +20,7 @@
//
// Build for PPC and Intel
-ARCHS = ppc i386
+ARCHS = i386 ppc
// Zerolink prevents link warnings so turn it off
ZERO_LINK = NO