From: Han Ming Ong Date: Thu, 17 May 2012 20:41:48 +0000 (+0000) Subject: X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=69b7412f34724d8882b29cec6a76711067f3fc61;p=platform%2Fupstream%2Fllvm.git Restore Xcode as a valid white list client using the XPC root launcher llvm-svn: 157012 --- diff --git a/lldb/source/Host/macosx/launcherXPCService/LauncherRootXPCService-Info.plist b/lldb/source/Host/macosx/launcherXPCService/LauncherRootXPCService-Info.plist index f56773e..4abeb38 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 deaf5ce..d4c6796 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