forked from OSchip/llvm-project
Update com.apple.diagnosticd.diagnostic entitlement
name to the newer com.apple.private.logging.diagnostic. <rdar://problem/47183116> llvm-svn: 355170
This commit is contained in:
parent
e772052edf
commit
7cdaf1e06b
|
@ -16,7 +16,7 @@
|
|||
<array>
|
||||
<string>debugserver</string>
|
||||
</array>
|
||||
<key>com.apple.diagnosticd.diagnostic</key>
|
||||
<key>com.apple.private.logging.diagnostic</key>
|
||||
<true/>
|
||||
<key>com.apple.security.network.server</key>
|
||||
<true/>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>com.apple.diagnosticd.diagnostic</key>
|
||||
<key>com.apple.private.logging.diagnostic</key>
|
||||
<true/>
|
||||
<key>com.apple.private.cs.debugger</key>
|
||||
<true/>
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
<array>
|
||||
<string>debugserver</string>
|
||||
</array>
|
||||
<key>com.apple.diagnosticd.diagnostic</key>
|
||||
<key>com.apple.private.logging.diagnostic</key>
|
||||
<true/>
|
||||
<key>com.apple.security.network.server</key>
|
||||
<true/>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>com.apple.diagnosticd.diagnostic</key>
|
||||
<key>com.apple.private.logging.diagnostic</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
Loading…
Reference in New Issue