The fastest way to Xcode

As a developer, you probably spend a lot of time in the Terminal, whether you’re rocking git commands, or editing text files in vim. While most of the commands in...

Announcing the pod merge plugin for Cocoapods!

If your app uses a lot of cocoapods with the use_frameworks directive in your Podfile, it’s startup time (especially dylib loading time during pre-main) can get significantly high. The use_frameworks...

Must have quicklook plugins for Developers

I absolutely love the quicklook feature on macOS, which let’s you smash the space button on any file in Finder and see a quick preview without opening it. This is...