diff options
Diffstat (limited to 'lldb/source/Host/macosx/launcherXPCService/LauncherRootXPCService-Info.plist')
-rw-r--r-- | lldb/source/Host/macosx/launcherXPCService/LauncherRootXPCService-Info.plist | 1 |
1 files changed, 1 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> |