Skip to content

Instantly share code, notes, and snippets.

@johankj
Created August 10, 2011 18:22
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johankj/1137691 to your computer and use it in GitHub Desktop.
Save johankj/1137691 to your computer and use it in GitHub Desktop.
Register Twitter for Mac with MacHeist license
# As it is no longer possible to register
# the app because of Apple's App Store Terms
# The only legal way to get the features,
# is to get an older version (from backup)
# and then upgrade to the latest version.
# Or you can run the following commands with you license information:
defaults write com.twitter.twitter-mac reg.email3 -string "your@email"
defaults write com.twitter.twitter-mac reg.license3 -string "yourMacHeistLicense"
# And then restart the app.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment