Learning Swift by implementing Dave Martorana's famous MultiFirefox Launcher
MultiFirefox is a small launcher utility that allows you to run multiple versions of Firefox side-by-side. It helps you set up multiple profiles (one or more for each version of Firefox), remembers your last launch preferences for easy launching
- Interface and ViewController
- Business logic for app discovery partially complete
- Have not started writing tests
MultiFirefox was originally written by Dave Martorana
as one of his first attempts to learn Objective-C.
This implementation will be written in Swift and Cocoa Bridges.