summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/macosx
diff options
context:
space:
mode:
authorHan Ming Ong <hanming@apple.com>2012-05-17 20:41:48 +0000
committerHan Ming Ong <hanming@apple.com>2012-05-17 20:41:48 +0000
commit69b7412f34724d8882b29cec6a76711067f3fc61 (patch)
treef0937643eb5217a3df93077368deca4591538853 /lldb/source/Host/macosx
parente065dc8d8dc46d787e2720b95a022848f8c13d44 (diff)
downloadbcm5719-llvm-69b7412f34724d8882b29cec6a76711067f3fc61.tar.gz
bcm5719-llvm-69b7412f34724d8882b29cec6a76711067f3fc61.zip
<rdar://11477301>
Restore Xcode as a valid white list client using the XPC root launcher llvm-svn: 157012
Diffstat (limited to 'lldb/source/Host/macosx')
-rw-r--r--lldb/source/Host/macosx/launcherXPCService/LauncherRootXPCService-Info.plist1
-rw-r--r--lldb/source/Host/macosx/launcherXPCService/LauncherXPCService-Info.plist1
2 files changed, 2 insertions, 0 deletions
diff --git a/lldb/source/Host/macosx/launcherXPCService/LauncherRootXPCService-Info.plist b/lldb/source/Host/macosx/launcherXPCService/LauncherRootXPCService-Info.plist
index f56773ef062..4abeb38c36b 100644
--- a/lldb/source/Host/macosx/launcherXPCService/LauncherRootXPCService-Info.plist
+++ b/lldb/source/Host/macosx/launcherXPCService/LauncherRootXPCService-Info.plist
@@ -33,6 +33,7 @@
<key>_AllowedClients</key>
<array>
<string> identifier = com.apple.lldb AND_APPLE_CODE_SIGNED</string>
+ <string> identifier = com.apple.dt.Xcode AND_APPLE_CODE_SIGNED</string>
</array>
<key>_RoleAccount</key>
<string>root</string>
diff --git a/lldb/source/Host/macosx/launcherXPCService/LauncherXPCService-Info.plist b/lldb/source/Host/macosx/launcherXPCService/LauncherXPCService-Info.plist
index deaf5cef33a..d4c6796384b 100644
--- a/lldb/source/Host/macosx/launcherXPCService/LauncherXPCService-Info.plist
+++ b/lldb/source/Host/macosx/launcherXPCService/LauncherXPCService-Info.plist
@@ -33,6 +33,7 @@
<key>_AllowedClients</key>
<array>
<string> identifier = com.apple.lldb AND_APPLE_CODE_SIGNED</string>
+ <string> identifier = com.apple.dt.Xcode AND_APPLE_CODE_SIGNED</string>
</array>
<key>ServiceType</key>
<string>Application</string>
OpenPOWER on IntegriCloud