diff options
author | Han Ming Ong <hanming@apple.com> | 2012-05-17 20:41:48 +0000 |
---|---|---|
committer | Han Ming Ong <hanming@apple.com> | 2012-05-17 20:41:48 +0000 |
commit | 69b7412f34724d8882b29cec6a76711067f3fc61 (patch) | |
tree | f0937643eb5217a3df93077368deca4591538853 /lldb/source/Host/macosx | |
parent | e065dc8d8dc46d787e2720b95a022848f8c13d44 (diff) | |
download | bcm5719-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.plist | 1 | ||||
-rw-r--r-- | lldb/source/Host/macosx/launcherXPCService/LauncherXPCService-Info.plist | 1 |
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> |