McCoy(XULRunner)のプロファイルを切り替える方法

spockをモノにできたときのために、拡張ごとにプロファイルを作って管理しようと思って、McCoyのプロファイルを切り替える方法がないかなーと思って--helpをつけてみたら書いてありました。Firefoxと同じように -P profilenameをつけて起動すればokです。

Usage: /Applications/McCoy.app/Contents/MacOS/mccoy [ options ... ] [URL]
       where options include:
    --g-fatal-warnings      Make all warnings fatal
Mozilla options
    -height <value>     Set height of startup window to <value>.
    -h or -help     Print this message.
    -width <value>      Set width of startup window to <value>.
    -v or -version      Print McCoy version.
    -P <profile>        Start with <profile>.
    -ProfileManager     Start with ProfileManager.
    -no-remote      Open new instance, not a new window in running instance.
    -UILocale <locale>      Start with <locale> resources as UI Locale.
    -safe-mode      Disables extensions and themes for this session.
  -jsconsole           Open the Error console.

About this entry