<rdar://11477301>
Restore Xcode as a valid white list client using the XPC root launcher llvm-svn: 157012
This commit is contained in:
parent
e065dc8d8d
commit
69b7412f34
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue