<rdar://11477301>

Restore Xcode as a valid white list client using the XPC root launcher

llvm-svn: 157012
This commit is contained in:
Han Ming Ong 2012-05-17 20:41:48 +00:00
parent e065dc8d8d
commit 69b7412f34
2 changed files with 2 additions and 0 deletions

View 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>

View 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>