Skip to content

Instantly share code, notes, and snippets.

@flammable
Created November 19, 2014 23:21
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/2e2b40812a9f32388fed to your computer and use it in GitHub Desktop.
Save flammable/2e2b40812a9f32388fed 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.disable_screen_lock</string>
<key>PayloadRemovalDisallowed</key>
<false />
<key>PayloadScope</key>
<string>User</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>3b5258a3-97b2-4a15-a7f3-b692f1a5bd50</string>
<key>PayloadOrganization</key>
<string>Saint Joseph&#39;s University</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>PayloadDisplayName</key>
<string>disable_screen_lock</string>
<key>PayloadContent</key>
<array>
<dict>
<key>PayloadType</key>
<string>com.apple.ManagedClient.preferences</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>PayloadIdentifier</key>
<string>edu.sju.profile.disable_screen_lock</string>
<key>PayloadUUID</key>
<string>d566ad30-526e-0132-934a-000c29584f6a</string>
<key>PayloadEnabled</key>
<true />
<key>PayloadDisplayName</key>
<string>disable_screen_lock</string>
<key>PayloadContent</key>
<dict>
<key>com.apple.screensaver</key>
<dict>
<key>Forced</key>
<array>
<dict>
<key>mcx_preference_settings</key>
<dict>
<key>askForPassword</key>
<integer>0</integer>
</dict>
</dict>
</array>
</dict>
</dict>
</dict>
</array>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment