[Lldb-commits] [lldb] r176792 - Xcode seems to want these lines added to the project file.

Jason Molenda jmolenda at apple.com
Sun Mar 10 14:56:57 PDT 2013


Author: jmolenda
Date: Sun Mar 10 16:56:57 2013
New Revision: 176792

URL: http://llvm.org/viewvc/llvm-project?rev=176792&view=rev
Log:
Xcode seems to want these lines added to the project file.

Modified:
    lldb/trunk/lldb.xcodeproj/project.pbxproj

Modified: lldb/trunk/lldb.xcodeproj/project.pbxproj
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/lldb.xcodeproj/project.pbxproj?rev=176792&r1=176791&r2=176792&view=diff
==============================================================================
--- lldb/trunk/lldb.xcodeproj/project.pbxproj (original)
+++ lldb/trunk/lldb.xcodeproj/project.pbxproj Sun Mar 10 16:56:57 2013
@@ -6374,6 +6374,7 @@
 				940DB8A716EA5F4200D3C2F1 /* BuildAndIntegration */,
 			);
 			defaultConfigurationIsVisible = 0;
+			defaultConfigurationName = BuildAndIntegration;
 		};
 		940DB8B316EA60CA00D3C2F1 /* Build configuration list for PBXNativeTarget "lldb-perf-sketch" */ = {
 			isa = XCConfigurationList;
@@ -6384,6 +6385,7 @@
 				940DB8B716EA60CA00D3C2F1 /* BuildAndIntegration */,
 			);
 			defaultConfigurationIsVisible = 0;
+			defaultConfigurationName = BuildAndIntegration;
 		};
 		EDC6D4A614E5C19B001B75F8 /* Build configuration list for PBXNativeTarget "launcherXPCService" */ = {
 			isa = XCConfigurationList;





More information about the lldb-commits mailing list