[Lldb-commits] [lldb] r157012 - in /lldb/trunk/source/Host/macosx/launcherXPCService: LauncherRootXPCService-Info.plist LauncherXPCService-Info.plist
Han Ming Ong
hanming at apple.com
Thu May 17 13:41:48 PDT 2012
Author: hanming
Date: Thu May 17 15:41:48 2012
New Revision: 157012
URL: http://llvm.org/viewvc/llvm-project?rev=157012&view=rev
Log:
<rdar://11477301>
Restore Xcode as a valid white list client using the XPC root launcher
Modified:
lldb/trunk/source/Host/macosx/launcherXPCService/LauncherRootXPCService-Info.plist
lldb/trunk/source/Host/macosx/launcherXPCService/LauncherXPCService-Info.plist
Modified: lldb/trunk/source/Host/macosx/launcherXPCService/LauncherRootXPCService-Info.plist
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Host/macosx/launcherXPCService/LauncherRootXPCService-Info.plist?rev=157012&r1=157011&r2=157012&view=diff
==============================================================================
--- lldb/trunk/source/Host/macosx/launcherXPCService/LauncherRootXPCService-Info.plist (original)
+++ lldb/trunk/source/Host/macosx/launcherXPCService/LauncherRootXPCService-Info.plist Thu May 17 15:41:48 2012
@@ -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>
Modified: lldb/trunk/source/Host/macosx/launcherXPCService/LauncherXPCService-Info.plist
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Host/macosx/launcherXPCService/LauncherXPCService-Info.plist?rev=157012&r1=157011&r2=157012&view=diff
==============================================================================
--- lldb/trunk/source/Host/macosx/launcherXPCService/LauncherXPCService-Info.plist (original)
+++ lldb/trunk/source/Host/macosx/launcherXPCService/LauncherXPCService-Info.plist Thu May 17 15:41:48 2012
@@ -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>
More information about the lldb-commits
mailing list