Skip to content

Instantly share code, notes, and snippets.

@powdahound
Created July 16, 2014 19:45
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 powdahound/449b877f3106362b33ea to your computer and use it in GitHub Desktop.
Save powdahound/449b877f3106362b33ea to your computer and use it in GitHub Desktop.
Create a copy of the HipChat OS X app. Download the script and run it, or paste lines 2 and 3 into your terminal
#!/bin/bash
cp -r /Applications/HipChat.app/ /Applications/HipChatTwo.app/
/usr/libexec/PlistBuddy -c "Set CFBundleIdentifier com.hipchat.HipChatTwo" /Applications/HipChatTwo.app/Contents/Info.plist
# Note that when you install an update to the HipChatTwo app it will overwrite the Info.plist
# file and you'll need to run the second command above once again, or run this script.
@powdahound
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment