adium-1.4 3580:365796aeebde: Upgrading project to support Univer...
commits at adium.im
commits at adium.im
Sun Jul 31 15:42:46 UTC 2011
details: http://hg.adium.im/adium-1.4/rev/365796aeebde
revision: 3580:365796aeebde
branch: (none)
author: Adrian Godoroja <robotive at me.com>
date: Sun Jul 31 18:42:14 2011 +0300
Upgrading project to support Universal builds again. (for Release & Release-Debug)
diffs (106 lines):
diff -r 2d95fc678bc9 -r 365796aeebde Adium.xcodeproj/project.pbxproj
--- a/Adium.xcodeproj/project.pbxproj Sat Jul 30 22:19:19 2011 +0200
+++ b/Adium.xcodeproj/project.pbxproj Sun Jul 31 18:42:14 2011 +0300
@@ -12856,6 +12856,10 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 63C7E02B0FAF9BA800B310AC /* Release.xcconfig */;
buildSettings = {
+ ARCHS = (
+ "$(ARCHS_STANDARD_32_BIT)",
+ ppc,
+ );
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
GCC_WARN_UNINITIALIZED_AUTOS = YES;
MACOSX_DEPLOYMENT_TARGET = 10.5;
@@ -12867,6 +12871,10 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 63C7E02C0FAF9BA800B310AC /* Release-Debug.xcconfig */;
buildSettings = {
+ ARCHS = (
+ "$(ARCHS_STANDARD_32_BIT)",
+ ppc,
+ );
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
GCC_WARN_ABOUT_MISSING_FIELD_INITIALIZERS = YES;
IBC_STRIP_NIBS = NO;
diff -r 2d95fc678bc9 -r 365796aeebde Frameworks/AutoHyperlinks Framework/AutoHyperlinks.framework.xcodeproj/project.pbxproj
--- a/Frameworks/AutoHyperlinks Framework/AutoHyperlinks.framework.xcodeproj/project.pbxproj Sat Jul 30 22:19:19 2011 +0200
+++ b/Frameworks/AutoHyperlinks Framework/AutoHyperlinks.framework.xcodeproj/project.pbxproj Sun Jul 31 18:42:14 2011 +0300
@@ -625,7 +625,10 @@
isa = XCBuildConfiguration;
buildSettings = {
APPLY_RULES_IN_COPY_FILES = YES;
- ARCHS = "$(ARCHS_STANDARD_32_BIT)";
+ ARCHS = (
+ "$(ARCHS_STANDARD_32_BIT)",
+ ppc,
+ );
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_VERSION = 4.2;
INFOPLIST_OUTPUT_FORMAT = binary;
@@ -942,7 +945,10 @@
isa = XCBuildConfiguration;
buildSettings = {
APPLY_RULES_IN_COPY_FILES = YES;
- ARCHS = "$(ARCHS_STANDARD_32_BIT)";
+ ARCHS = (
+ "$(ARCHS_STANDARD_32_BIT)",
+ ppc,
+ );
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_VERSION = 4.2;
INFOPLIST_OUTPUT_FORMAT = binary;
diff -r 2d95fc678bc9 -r 365796aeebde Frameworks/FriBidi Framework/FriBidi.xcodeproj/project.pbxproj
--- a/Frameworks/FriBidi Framework/FriBidi.xcodeproj/project.pbxproj Sat Jul 30 22:19:19 2011 +0200
+++ b/Frameworks/FriBidi Framework/FriBidi.xcodeproj/project.pbxproj Sun Jul 31 18:42:14 2011 +0300
@@ -405,7 +405,10 @@
isa = XCBuildConfiguration;
buildSettings = {
APPLY_RULES_IN_COPY_FILES = YES;
- ARCHS = "$(ARCHS_STANDARD_32_BIT)";
+ ARCHS = (
+ "$(ARCHS_STANDARD_32_BIT)",
+ ppc,
+ );
GCC_PREPROCESSOR_DEFINITIONS = HAVE_CONFIG_H;
GCC_VERSION = 4.2;
INFOPLIST_OUTPUT_FORMAT = binary;
@@ -419,7 +422,10 @@
isa = XCBuildConfiguration;
buildSettings = {
APPLY_RULES_IN_COPY_FILES = YES;
- ARCHS = "$(ARCHS_STANDARD_32_BIT)";
+ ARCHS = (
+ "$(ARCHS_STANDARD_32_BIT)",
+ ppc,
+ );
GCC_PREPROCESSOR_DEFINITIONS = HAVE_CONFIG_H;
GCC_VERSION = 4.2;
INFOPLIST_OUTPUT_FORMAT = binary;
diff -r 2d95fc678bc9 -r 365796aeebde Frameworks/RBSplitView/RBSplitView.xcodeproj/project.pbxproj
--- a/Frameworks/RBSplitView/RBSplitView.xcodeproj/project.pbxproj Sat Jul 30 22:19:19 2011 +0200
+++ b/Frameworks/RBSplitView/RBSplitView.xcodeproj/project.pbxproj Sun Jul 31 18:42:14 2011 +0300
@@ -579,7 +579,10 @@
baseConfigurationReference = D508879A0AA1D2A100F4ECB3 /* RB.xcconfig */;
buildSettings = {
APPLY_RULES_IN_COPY_FILES = YES;
- ARCHS = "$(ARCHS_STANDARD_32_BIT)";
+ ARCHS = (
+ "$(ARCHS_STANDARD_32_BIT)",
+ ppc,
+ );
CURRENT_PROJECT_VERSION = 1.1.4;
GCC_PREFIX_HEADER = Source/RBSplitView_Prefix.pch;
GCC_VERSION = 4.2;
@@ -780,7 +783,10 @@
baseConfigurationReference = D508879A0AA1D2A100F4ECB3 /* RB.xcconfig */;
buildSettings = {
APPLY_RULES_IN_COPY_FILES = YES;
- ARCHS = "$(ARCHS_STANDARD_32_BIT)";
+ ARCHS = (
+ "$(ARCHS_STANDARD_32_BIT)",
+ ppc,
+ );
CURRENT_PROJECT_VERSION = 1.1.4;
GCC_PREFIX_HEADER = Source/RBSplitView_Prefix.pch;
GCC_VERSION = 4.2;
More information about the commits
mailing list