Skip to content

Instantly share code, notes, and snippets.

@apettinen
Last active August 18, 2017 10:52
Show Gist options
  • Save apettinen/1fe324cf82b1794e6f15 to your computer and use it in GitHub Desktop.
Save apettinen/1fe324cf82b1794e6f15 to your computer and use it in GitHub Desktop.
plist for mcxToProfile to disable iCloud Setup
<?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>SkipCloudSetup</key>
<true/>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment