Skip to content

Instantly share code, notes, and snippets.

View Terabyte1385's full-sized avatar

Tudor Terabyte1385

View GitHub Profile
@Terabyte1385
Terabyte1385 / disable-acs-popups-iwork.sh
Last active February 28, 2026 00:01
Disable Apple Creator Studio update popup in iWork (Keynote, Pages, Numbers)
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