Skip to content

Instantly share code, notes, and snippets.

@da2x
Created November 9, 2012 11:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save da2x/4045266 to your computer and use it in GitHub Desktop.
Save da2x/4045266 to your computer and use it in GitHub Desktop.
Converts Opera to Opera Next (icon not rebranded)
#!/usr/bin/env sh
# Converts Opera to Opera Next on OS X
defaults write /Applications/Opera.app/Contents/Info.plist CFBundleIdentifier com.operasoftware.OperaNext
defaults write /Applications/Opera.app/Contents/Info.plist CFBundleName "Opera Next"
mv /Applications/Opera.app /Applications/Opera\ Next.app
# Disclaimer: Any alteration to Opera’s application bundle is unsupported and discouraged.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment