<rdar://11477301>
authorHan Ming Ong <hanming@apple.com>
Thu, 17 May 2012 20:41:48 +0000 (20:41 +0000)
committerHan Ming Ong <hanming@apple.com>
Thu, 17 May 2012 20:41:48 +0000 (20:41 +0000)
Restore Xcode as a valid white list client using the XPC root launcher

llvm-svn: 157012

lldb/source/Host/macosx/launcherXPCService/LauncherRootXPCService-Info.plist
lldb/source/Host/macosx/launcherXPCService/LauncherXPCService-Info.plist

index f56773e..4abeb38 100644 (file)
@@ -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>
index deaf5ce..d4c6796 100644 (file)
@@ -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>