Skip to content

Instantly share code, notes, and snippets.

@flammable
Created March 31, 2016 16:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flammable/a0f9a44f4bfbcd995e3b9dcea1736810 to your computer and use it in GitHub Desktop.
Save flammable/a0f9a44f4bfbcd995e3b9dcea1736810 to your computer and use it in GitHub Desktop.
<?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>PayloadIdentifier</key>
<string>edu.sju.profile.prefpanes</string>
<key>PayloadRemovalDisallowed</key>
<true/>
<key>PayloadScope</key>
<string>User</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>72F73F53-A5E6-48CE-AB73-27641F526EF7</string>
<key>PayloadOrganization</key>
<string>Saint Joseph's University</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>PayloadDisplayName</key>
<string>Preference Panes</string>
<key>PayloadContent</key>
<array>
<dict>
<key>PayloadType</key>
<string>com.apple.systempreferences</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>PayloadIdentifier</key>
<string>edu.sju.profile.prefpanes</string>
<key>PayloadEnabled</key>
<true/>
<key>PayloadUUID</key>
<string>d264dfc2-2b01-f0d0-24e2-9c98d6f3239b</string>
<key>PayloadDisplayName</key>
<string>Preference Panes</string>
<key>DisabledPreferencePanes</key>
<array>
<string>com.apple.preferences.icloud</string>
<string>com.apple.preferences.internetaccounts</string>
</array>
</dict>
</array>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment