Skip to content

Instantly share code, notes, and snippets.

@c4710n
Last active November 27, 2024 11:52
Show Gist options
  • Save c4710n/72d4879a174ab82c036ad4a9b5a624a1 to your computer and use it in GitHub Desktop.
Save c4710n/72d4879a174ab82c036ad4a9b5a624a1 to your computer and use it in GitHub Desktop.
<!--
Ignore macOS Sequoia forever.
In reality, we cannot set "forever". So let’s use a sufficiently large
number - 36500, which means 36500 days (100 year).
Usage:
1. save the content as a profile - `<name>.mobileconfig`.
2. install the profile.
When you are ready to install macOS Sequoia, uninstall the profile.
References:
* original source code from https://forums.macrumors.com/threads/ignore-sequoia-for-90-days.2436999/
-->
<?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>PayloadDisplayName</key>
<string>Restrictions</string>
<key>PayloadIdentifier</key>
<string>com.apple.applicationaccess.5A20328A-8A19-429C-A193-7757DDF1344E</string>
<key>PayloadType</key>
<string>com.apple.applicationaccess</string>
<key>PayloadUUID</key>
<string>5A20328A-8A19-429C-A193-7757DDF1344E</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>enforcedSoftwareUpdateMajorOSDeferredInstallDelay</key>
<integer>36500</integer>
<key>forceDelayedMajorSoftwareUpdates</key>
<true/>
</dict>
</array>
<key>PayloadDisplayName</key>
<string>Ignore macOS Sequoia forever</string>
<key>PayloadIdentifier</key>
<string>Mac.890402B1-06F7-4988-80BE-1EB0ED03B3AB</string>
<key>PayloadScope</key>
<string>System</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>890402B1-06F7-4988-80BE-1EB0ED03B3AB</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>TargetDeviceType</key>
<integer>5</integer>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment