Skip to content

Instantly share code, notes, and snippets.

@hsw0
Created September 16, 2024 08:45
Show Gist options
  • Save hsw0/b99b5895d56206023c69a89239b3463c to your computer and use it in GitHub Desktop.
Save hsw0/b99b5895d56206023c69a89239b3463c to your computer and use it in GitHub Desktop.
Disable some iCloud features
<?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.782EBC2D-EB2A-45E7-912A-1AE2C666225C</string>
<key>PayloadType</key>
<string>com.apple.applicationaccess</string>
<key>PayloadUUID</key>
<string>782EBC2D-EB2A-45E7-912A-1AE2C666225C</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>allowCloudBackup</key>
<false/>
</dict>
</array>
<key>PayloadDisplayName</key>
<string>Disable iCloud Backup</string>
<key>PayloadIdentifier</key>
<string>E8D3E282-A275-4B73-BDC9-2B4B0624C5E7</string>
<key>PayloadScope</key>
<string>System</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>16BA702D-BCA5-4442-BD85-31A34E33A9AC</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</plist>
<?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.9F00C63A-7C15-4430-A456-76DE90BC7259</string>
<key>PayloadType</key>
<string>com.apple.applicationaccess</string>
<key>PayloadUUID</key>
<string>9F00C63A-7C15-4430-A456-76DE90BC7259</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>allowCloudKeychainSync</key>
<false/>
</dict>
</array>
<key>PayloadDisplayName</key>
<string>Disable iCloud Keychain</string>
<key>PayloadIdentifier</key>
<string>51D74D30-57EC-4C85-9C8E-D87453E59882</string>
<key>PayloadScope</key>
<string>System</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>71AAFEF7-6602-42A5-8822-68ECE3B3A25F</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</plist>
<?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>PayloadIdentifier</key>
<string>com.apple.applicationaccess.FF78C7C6-8455-4F62-BBFB-3DC9FE1B2D0E</string>
<key>PayloadType</key>
<string>com.apple.applicationaccess</string>
<key>PayloadUUID</key>
<string>FF78C7C6-8455-4F62-BBFB-3DC9FE1B2D0E</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>allowCloudPhotoLibrary</key>
<false/>
<key>allowPhotoStream</key>
<false/>
</dict>
</array>
<key>PayloadDisplayName</key>
<string>Disable iCloud Photo Stream</string>
<key>PayloadIdentifier</key>
<string>D9EFAC4C-6172-4567-AA52-B2EE4DF3C25E</string>
<key>PayloadScope</key>
<string>System</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>A3A72B8A-8FE6-49BE-B3AD-7B057EA5A6D2</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