mirror of
https://github.com/Lakr233/vphone-cli.git
synced 2026-04-05 04:59:05 +08:00
21 lines
588 B
XML
21 lines
588 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!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.security.virtualization</key>
|
|
<true/>
|
|
<key>com.apple.private.virtualization</key>
|
|
<true/>
|
|
<key>com.apple.private.virtualization.security-research</key>
|
|
<true/>
|
|
<key>com.apple.vm.networking</key>
|
|
<true/>
|
|
<key>com.apple.security.personal-information.location</key>
|
|
<true/>
|
|
<key>com.apple.security.get-task-allow</key>
|
|
<true/>
|
|
<key>com.apple.private.bmk.allow</key>
|
|
<true/>
|
|
</dict>
|
|
</plist>
|