Hacker News new | ask | show | jobs
by dfeojm-zlib 2523 days ago
How to make your own:

https://www.idropnews.com/how-to/heres-how-to-stop-sharing-y...

It should look something like this (you'll have to remove a bunch of other unnecessary settings from the file to make it look list this):

    <?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>PayloadContent</key>
     <array>
      <dict>
       <key>PayloadDescription</key>
       <string>Configures restrictions</string>
       <key>PayloadDisplayName</key>
       <string>Restrictions</string>
       <key>PayloadIdentifier</key>
       <string>com.apple.applicationaccess.masked</string>
       <key>PayloadType</key>
       <string>com.apple.applicationaccess</string>
       <key>PayloadUUID</key>
       <string>masked</string>
       <key>PayloadVersion</key>
       <integer>1</integer>
       <key>allowSiriServerLogging</key>
       <false/>
      </dict>
     </array>
     <key>PayloadDisplayName</key>
     <string>Prevent Siri from Logging Me</string>
     <key>PayloadIdentifier</key>
     <string>masked</string>
     <key>PayloadRemovalDisallowed</key>
     <false/>
     <key>PayloadType</key>
     <string>Configuration</string>
     <key>PayloadUUID</key>
     <string>masked</string>
     <key>PayloadVersion</key>
     <integer>1</integer>
    </dict>
    </plist>