[Lldb-commits] [lldb] r159759 - /lldb/branches/apple/igneous/lldb.xcodeproj/project.pbxproj

Han Ming Ong hanming at apple.com
Thu Jul 5 11:08:05 PDT 2012


Author: hanming
Date: Thu Jul  5 13:08:05 2012
New Revision: 159759

URL: http://llvm.org/viewvc/llvm-project?rev=159759&view=rev
Log:
<rdar://problem/11806995>

Need to include QA MAS certificate leaf for root XPC service

Modified:
    lldb/branches/apple/igneous/lldb.xcodeproj/project.pbxproj

Modified: lldb/branches/apple/igneous/lldb.xcodeproj/project.pbxproj
URL: http://llvm.org/viewvc/llvm-project/lldb/branches/apple/igneous/lldb.xcodeproj/project.pbxproj?rev=159759&r1=159758&r2=159759&view=diff
==============================================================================
--- lldb/branches/apple/igneous/lldb.xcodeproj/project.pbxproj (original)
+++ lldb/branches/apple/igneous/lldb.xcodeproj/project.pbxproj Thu Jul  5 13:08:05 2012
@@ -4929,7 +4929,7 @@
 					"RC_BUILDIT=${RC_BUILDIT}0",
 				);
 				INSTALL_PATH = "/$(CONFIGURATION)/LLDB.framework/XPCServices";
-				IS_APPLE_CODE_SIGNED = "(anchor apple or (anchor apple generic and certificate leaf[field.1.2.840.113635.100.6.1.9]))";
+				IS_APPLE_CODE_SIGNED = "(anchor apple or (anchor apple generic and certificate leaf[field.1.2.840.113635.100.6.1.9]) or (anchor apple generic and certificate leaf[field.1.2.840.113635.100.6.1.9.1]))";
 				MACH_O_TYPE = mh_execute;
 				PRODUCT_NAME = "com.apple.lldb.$(TARGET_NAME)";
 				PROVISIONING_PROFILE = "";
@@ -4958,7 +4958,7 @@
 					"RC_BUILDIT=${RC_BUILDIT}0",
 				);
 				INSTALL_PATH = "/$(CONFIGURATION)/LLDB.framework/XPCServices";
-				IS_APPLE_CODE_SIGNED = "(anchor apple or (anchor apple generic and certificate leaf[field.1.2.840.113635.100.6.1.9]))";
+				IS_APPLE_CODE_SIGNED = "(anchor apple or (anchor apple generic and certificate leaf[field.1.2.840.113635.100.6.1.9]) or (anchor apple generic and certificate leaf[field.1.2.840.113635.100.6.1.9.1]))";
 				MACH_O_TYPE = mh_execute;
 				PRODUCT_NAME = "com.apple.lldb.$(TARGET_NAME)";
 				PROVISIONING_PROFILE = "";
@@ -4985,7 +4985,7 @@
 					"RC_BUILDIT=${RC_BUILDIT}0",
 				);
 				INSTALL_PATH = "$(LLDB_FRAMEWORK_INSTALL_DIR)/LLDB.framework/XPCServices";
-				IS_APPLE_CODE_SIGNED = "(anchor apple or (anchor apple generic and certificate leaf[field.1.2.840.113635.100.6.1.9]))";
+				IS_APPLE_CODE_SIGNED = "(anchor apple or (anchor apple generic and certificate leaf[field.1.2.840.113635.100.6.1.9]) or (anchor apple generic and certificate leaf[field.1.2.840.113635.100.6.1.9.1]))";
 				MACH_O_TYPE = mh_execute;
 				PRODUCT_NAME = "com.apple.lldb.$(TARGET_NAME)";
 				PROVISIONING_PROFILE = "";
@@ -5020,7 +5020,7 @@
 					"RC_BUILDIT=${RC_BUILDIT}0",
 				);
 				INSTALL_PATH = "/$(CONFIGURATION)/LLDB.framework/XPCServices";
-				IS_APPLE_CODE_SIGNED = "(anchor apple or (anchor apple generic and certificate leaf[field.1.2.840.113635.100.6.1.9]))";
+				IS_APPLE_CODE_SIGNED = "(anchor apple or (anchor apple generic and certificate leaf[field.1.2.840.113635.100.6.1.9]) or (anchor apple generic and certificate leaf[field.1.2.840.113635.100.6.1.9.1]))";
 				MACH_O_TYPE = mh_execute;
 				PRODUCT_NAME = "com.apple.lldb.$(TARGET_NAME)";
 				PROVISIONING_PROFILE = "";
@@ -5050,7 +5050,7 @@
 					"RC_BUILDIT=${RC_BUILDIT}0",
 				);
 				INSTALL_PATH = "/$(CONFIGURATION)/LLDB.framework/XPCServices";
-				IS_APPLE_CODE_SIGNED = "(anchor apple or (anchor apple generic and certificate leaf[field.1.2.840.113635.100.6.1.9]))";
+				IS_APPLE_CODE_SIGNED = "(anchor apple or (anchor apple generic and certificate leaf[field.1.2.840.113635.100.6.1.9]) or (anchor apple generic and certificate leaf[field.1.2.840.113635.100.6.1.9.1]))";
 				MACH_O_TYPE = mh_execute;
 				PRODUCT_NAME = "com.apple.lldb.$(TARGET_NAME)";
 				PROVISIONING_PROFILE = "";
@@ -5078,7 +5078,7 @@
 					"RC_BUILDIT=${RC_BUILDIT}0",
 				);
 				INSTALL_PATH = "$(LLDB_FRAMEWORK_INSTALL_DIR)/LLDB.framework/XPCServices";
-				IS_APPLE_CODE_SIGNED = "(anchor apple or (anchor apple generic and certificate leaf[field.1.2.840.113635.100.6.1.9]))";
+				IS_APPLE_CODE_SIGNED = "(anchor apple or (anchor apple generic and certificate leaf[field.1.2.840.113635.100.6.1.9]) or (anchor apple generic and certificate leaf[field.1.2.840.113635.100.6.1.9.1]))";
 				MACH_O_TYPE = mh_execute;
 				PRODUCT_NAME = "com.apple.lldb.$(TARGET_NAME)";
 				PROVISIONING_PROFILE = "";





More information about the lldb-commits mailing list