Created
July 16, 2014 19:45
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
An alternative: http://www.lisimba.co.uk/using-multiple-instances-of-hipchat-on-osx/