Objektiv is a utility that lets you switch your default browser easily. You might find it useful if you're a web designer or use multiple browsers in your workflow.
Download Objektiv now! Works with Mac OS X 10.7 (Lion) onwards.
- A status-bar icon for quick access
- An optional global hotkey triggers an overlay window for even quicker switching
- Pressing Option (⌥) in the status menu lets you hide browsers that are incorrectly detected
Objektiv requires CocoaPods in order to be built.
After cloning this repository, run:
$ pod install
in order to grab dependencies. Also, make sure that you open
Objektiv.xcworkspace
, not Objektiv.xcodeproj
.
We built Objektiv to scratch an itch we at nth loop were facing, and to also learn all about developing Mac Apps. It's ridiculously over-engineered for such a simple utility.
Copyright 2012, nth loop. Objektiv is available under the MIT License.
- ZeroKit by eczarny (MIT Licensed, portions of source used)
- MASShortcut by Vadim Shpakovski (BSD Licensed)
- CDEvents by Aron Cedercrantz (MIT Licensed)
- Sparkle by Andy Matuschak
- NSWorkspace+Utils from Mozilla's Camino project (MPL)