From 69b7412f34724d8882b29cec6a76711067f3fc61 Mon Sep 17 00:00:00 2001 From: Han Ming Ong Date: Thu, 17 May 2012 20:41:48 +0000 Subject: [PATCH] Restore Xcode as a valid white list client using the XPC root launcher llvm-svn: 157012 --- .../macosx/launcherXPCService/LauncherRootXPCService-Info.plist | 1 + .../Host/macosx/launcherXPCService/LauncherXPCService-Info.plist | 1 + 2 files changed, 2 insertions(+) diff --git a/lldb/source/Host/macosx/launcherXPCService/LauncherRootXPCService-Info.plist b/lldb/source/Host/macosx/launcherXPCService/LauncherRootXPCService-Info.plist index f56773ef0624..4abeb38c36ba 100644 --- a/lldb/source/Host/macosx/launcherXPCService/LauncherRootXPCService-Info.plist +++ b/lldb/source/Host/macosx/launcherXPCService/LauncherRootXPCService-Info.plist @@ -33,6 +33,7 @@ _AllowedClients identifier = com.apple.lldb AND_APPLE_CODE_SIGNED + identifier = com.apple.dt.Xcode AND_APPLE_CODE_SIGNED _RoleAccount root diff --git a/lldb/source/Host/macosx/launcherXPCService/LauncherXPCService-Info.plist b/lldb/source/Host/macosx/launcherXPCService/LauncherXPCService-Info.plist index deaf5cef33a7..d4c6796384b5 100644 --- a/lldb/source/Host/macosx/launcherXPCService/LauncherXPCService-Info.plist +++ b/lldb/source/Host/macosx/launcherXPCService/LauncherXPCService-Info.plist @@ -33,6 +33,7 @@ _AllowedClients identifier = com.apple.lldb AND_APPLE_CODE_SIGNED + identifier = com.apple.dt.Xcode AND_APPLE_CODE_SIGNED ServiceType Application