The fastest way to Xcode
Nov 13, 2019, 7:00 PM
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 terminal are already pretty short, like ls, or cd, some frequently used...
Announcing the pod merge plugin for Cocoapods!
Oct 16, 2019, 8:00 PM
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 directive links your pods as dynamic...
Must have quicklook plugins for Developers
Oct 8, 2019, 8:00 PM
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 amazing for videos, text files, and even quickly skimming through documents....