Last active
February 28, 2026 00:01
-
-
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 |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you are seeing one of the following pop-ups when opening Keynote, Pages or Numbers 14:
... and wanna get rid of it, use this script.
This sets the value of a key Apple uses in these 3 iWork apps to explicitly not let you know the new versions are available to true. Therefore, no more alerts.
It's unclear what Apple intended these keys be used for, but they're available to use via these commands.
This is especially useful if you don't want the Apple Creator Studio versions of iWork, which are riddled with the subscription and so much useless bloat.
(yes, I wrote this entire thing to have this page show up higher on Google - hopefully)