Last active
June 21, 2026 14:27
-
-
Save Terabyte1385/dd9af4ed6d15e3f6a0c598d7a96895f0 to your computer and use it in GitHub Desktop.
Disable Apple Creator Studio update popup in iWork (Keynote, Pages, Numbers)
This file contains hidden or 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
| defaults write com.apple.iWork.Pages TSADisableUpdateNotifications -bool yes | |
| defaults write com.apple.iWork.Keynote TSADisableUpdateNotifications -bool yes | |
| defaults write com.apple.iWork.Numbers TSADisableUpdateNotifications -bool yes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nuclear one liner!
defaults write -g TSADisableUpdateNotifications -bool yes