Skip to content

Instantly share code, notes, and snippets.

@karthikeyan-mac
Last active April 9, 2025 04:49
Show Gist options
  • Save karthikeyan-mac/d1d6ca7c4d5169275feb21c928a45faf to your computer and use it in GitHub Desktop.
Save karthikeyan-mac/d1d6ca7c4d5169275feb21c928a45faf 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>InstallMacOSMajorUpgrades</key>
<true/>
<key>InstallRapidSecurityResponses</key>
<true/>
<key>InstallNonSystemUpdatesWithoutRestarting</key>
<true/>
<key>AuthAskUserToSavePassword</key>
<true/>
<key>DeferralTimerMenu</key>
<string>60,120,360,720,1440</string>
<key>DisplayIconLightFile</key>
<string>/Library/Application Support/SupportFiles/icons/logo_small.png</string>
<key>DisplayIconDarkFile</key>
<string>/Library/Application Support/SupportFiles/icons/logo_small.png</string>
<key>DisplayAccessoryType</key>
<string>TEXTBOX</string>
<key>DisplayAccessoryDefaultFile</key>
<string>/Library/Application Support/SupportFiles/super/DefaultText.txt</string>
<key>DisplayAccessoryMacOSMinorUpdateFile</key>
<string>/Library/Application Support/SupportFiles/super/macOSMinor.txt</string>
<key>DisplayAccessoryMacOSMajorUpgradeFile</key>
<string>/Library/Application Support/SupportFiles/super/macOSMajor.txt</string>
<key>DisplayHelpButtonString</key>
<string>https://company.service-now.com/esc</string>
<key>DeferralTimerFocus</key>
<string>60</string>
<key>DeadlineDaysFocus</key>
<string>14</string>
<key>DeadlineDaysSoft</key>
<string>15</string>
<key>DialogTimeoutDefault</key>
<string>1800</string>
<key>DialogTimeoutUserAuth</key>
<string>240</string>
<key>DialogTimeoutInsufficientStorage</key>
<string>900</string>
<key>DialogTimeoutPowerRequired</key>
<string>900</string>
<key>DisplayNotificationsCentered</key>
<string>ALWAYS,DEADLINE,SCHEDULED,INSTALLNOW,ERROR</string>
</dict>
</plist>
@karthikeyan-mac
Copy link
Author

karthikeyan-mac commented Mar 3, 2025

macOSMajor.txt: (Markdown)

Upgrade to macOS Sequoia

A new version of macOS, Sequoia, is ready to install. This upgrade includes exciting new features, performance improvements, and important security enhancements to keep your Mac secure.

To complete the upgrade, your Mac must restart. If you’re not ready to restart now, please select a deferral period and click Defer. You will be reminded again based on the selected deferral period. After the deadline, your Mac will restart automatically to ensure the update is applied.

We recommend clicking Restart Now at a time that is convenient for you.

@karthikeyan-mac
Copy link
Author

karthikeyan-mac commented Mar 3, 2025

macOSMinor.txt: (Markdown)

Software Update Restart Required

Your Mac has pending software updates that require a restart to complete the installation. This update is important to ensure your device remains secure and up-to-date.

If you’re not ready to restart now, please choose a deferral period from the options below and click Defer. You will be prompted again based on the selected deferral period. After the deadline, you will no longer have the option to defer, and your Mac will restart automatically.

We recommend clicking Restart Now at a time that is more convenient for you.

@karthikeyan-mac
Copy link
Author

DefaultText.txt: (Markdown)

Your machine has software update that needs to be installed.

If you’re not ready to install now, please choose a deferral period from the options below and click Defer. You will be prompted again based on the selected deferral period. After the deadline, you will no longer have the option to defer, and update will install automatically

We recommend clicking Install Now at a time that is more convenient for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment