Last active
February 17, 2017 20:42
-
-
Save loyaltyarm/16deb0866697c3f2e3e33784453a393c to your computer and use it in GitHub Desktop.
Auto-lock custom config profile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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>forcePIN</key> | |
<false/> | |
<key>allowSimple</key> | |
<false/> | |
<key>maxGracePeriod</key> | |
<integer>0</integer> | |
<key>maxInactivity</key> | |
<integer>10</integer> | |
<key>requireAlphanumeric</key> | |
<false/> | |
<key>minLength</key> | |
<integer>0</integer> | |
<key>PayloadDescription</key> | |
<string>Configures passcode settings</string> | |
<key>PayloadDisplayName</key> | |
<string>Passcode</string> | |
<key>PayloadIdentifier</key> | |
<string>F69EE89B-35FE-4CEC-9601-D09A46E3257A.passcode</string> | |
<key>PayloadType</key> | |
<string>com.apple.mobiledevice.passwordpolicy</string> | |
<key>PayloadUUID</key> | |
<string>2D59BADE-8466-4DB3-A7E2-0BE8E5F8C5A8</string> | |
<key>PayloadVersion</key> | |
<integer>1</integer> | |
</dict> | |
</array> | |
<key>PayloadDisplayName</key> | |
<string>test auto lock</string> | |
<key>PayloadIdentifier</key> | |
<string>nickcobb-mbp.local.A88FEE36-D0B8-43A1-B7C2-B361688EA01B</string> | |
<key>PayloadOrganization</key> | |
<string>test</string> | |
<key>PayloadRemovalDisallowed</key> | |
<false/> | |
<key>PayloadType</key> | |
<string>Configuration</string> | |
<key>PayloadUUID</key> | |
<string>70D967DC-5FA9-40D4-8F93-63E873EB65EC</string> | |
<key>PayloadVersion</key> | |
<integer>1</integer> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment