Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save GeekAndDad/47bc7fe06fb857aa8fbe1a79d336dd23 to your computer and use it in GitHub Desktop.

Select an option

Save GeekAndDad/47bc7fe06fb857aa8fbe1a79d336dd23 to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment