LoginSignup
2
2

More than 5 years have passed since last update.

複数HipChatの起動方法

Posted at
  • 複数アカウントを同時に利用するために、複数のhipchatアプリを起動させる

手順

  • HipChat.appを複製する
  • 右クリック > パッケージの内容を表示
  • Contents/Info.plistを開き、CFBundleIdentifierCFBundleNameを修正します。

例)

Info.plist
<key>CFBundleIdentifier</key>
<string>com.hipchat.CompanyName Hipchat</string><key>CFBundleName</key>
<string>CompanyName Hipchat</string>
  • 必要ならアプリ名も変えて、アイコンも変える
  • 複製してアプリを起動して、別アカウントでログイン
2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2