Xcode 3.2 not comparing projects properly (with Subversion)
Xcode 3.2 not comparing projects properly (with Subversion)
- Subject: Xcode 3.2 not comparing projects properly (with Subversion)
- From: David Dunham <email@hidden>
- Date: Sun, 06 Sep 2009 21:16:50 -0700
I've been making changes to a project, and trying to use SCM > Compare
With > Base. Xcode 3.2 shows only one change. svn diff shows all of
them. For example, neither of these show up from within Xcode:
@@ -1425,10 +1425,8 @@
63012156085BDBE9005D5B4C /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
- ARCHS = (
- ppc,
- i386,
- );
+ ARCHS = "$(ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1)";
+ ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1 = "x86_64 i386 ppc";
DEAD_CODE_STRIPPING = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEPLOYMENT_POSTPROCESSING = YES;
@@ -1446,6 +1444,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
INFOPLIST_PREPROCESS = YES;
MACOSX_DEPLOYMENT_TARGET = 10.4;
+ "MACOSX_DEPLOYMENT_TARGET[arch=x86_64]" = 10.6;
SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk";
};
I haven't yet filed a bug. I will probably need to, but I wonder if
there's some trick so that I can keep using Xcode for my pre-checkin
compares (which I routinely do so I can make an accurate checkin
comment).
P.S. Looks like SCM > Diff With > Base does work the same as
Subversion. But I really prefer the Compare output.
David Dunham A Sharp, LLC
Voice/Fax: 206 783 7404 http://a-sharp.com
"People seem to misinterpret complexity as sophistication" -- Niklaus
Wirth
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden