How to start Firefox with a different profile on OSX

``` # Start the development profile /Applications/Firefox.app/Contents/MacOS/firefox-bin -P 'development' # Choose the profile manually /Applications/Firefox.app/Contents/MacOS/firefox-bin -ProfileManager ```