Top 3 tools for Mac developers

By

3 handy developer tools
These three apps solve three annoying problems with coding on the Mac.
Image: D. Griffin Jones/Cult of Mac

Whether you’re just learning how to code, you’re studying computer science or you’re a well-seasoned Mac developer, these three apps are sure to help you in your work. I have an app that adds a whole slew of new features to the Xcode Simulator, one that makes it easier managing packages in Homebrew and a better way to download and install Xcode.

All of these tools are, themselves, open source. There are links to each GitHub repo where you can learn from them and compile them yourself.

Top 3 free and open source tools for Mac developers

Watch all of these in action in a video:

No. 1: Control Room for the simulator

The iOS simulator is a great tool for testing on devices you don’t own, but it has a limited feature set out of the box. Even if you have a plethora of iPhones to debug with, it’s good practice to test how your app works in different situations like poor cell coverage, revoked permissions, low battery or weird geographic locations.

Control Room for Mac
Many pages of controls and tweaks for the Simulator.
Screenshot: D. Griffin Jones/Cult of Mac

That’s where Control Room comes in. It’s a handy app by Paul Hudson that supercharges the simulator. A simple user interface gives you graphical controls for all of the above and more.

You have two buttons to copy the clipboard into or out of the simulator — really handy for passing URLs or strings of text. One button triggers iCloud sync; I really wish more apps included buttons for that. There’s a text field where you can open an in-app URL (or deep link) to help you test specific areas of your app.

And of course, it has a screen recording feature to easily create videos and GIFs.

Build or download Control Room from the GitHub repo here.

No. 2: Cork, a better package manager

Homebrew is a fantastic way to install all kinds of useful tools and packages, but running it from the Terminal can be cumbersome.

As with all command line interfaces, you’re going to forget the exact incantation necessary to do what you want. And if something goes wrong, you have to read through the sometimes inscrutible error messages that are lost amid the paragraphs of text that fill the tiny window.

Managing ffmpeg in Cork
User-friendly GUIs like this are why we left command-line interfaces behind.
Screenshot: D. Griffin Jones/Cult of Mac

Cork turns all of that mess into a simple GUI. You can see the list of packages installed in the sidebar. Click on one to see if it has dependencies with other packages on your system.

With one button, you can pin a package to a specific version to keep it from updating. I bet you don’t know that Terminal command off the top of your head. Click the refresh icon in the toolbar to check and update every installed package (except for those you’ve pinned).

Adding a package in Cork
The search feature is really handy. I didn’t know this package existed before, I just found it.
Screenshot: D. Griffin Jones/Cult of Mac

Adding a package is much easier, too. Click the Add button in the toolbar. You don’t have to type in the name exactly right — it’s a search field, too. Type something in and you’ll get a list of possible results. Click Install to add it.

I encourage you to support the developer by buying the app if you can afford to do so. You can also build it from the source code on the GitHub repo.

No. 3: Xcodes, for managing Xcode

Xcodes installing several different versions of Xcode
Switch between several installations of Xcode with a click.
Screenshot: D. Griffin Jones/Cult of Mac

No, that’s not a typo. Xcodes is a tool that manages which versions of Xcode you have installed, and with one click, you can change which one is your active version.

This can come in handy if you’re working on a few different apps targeting different OS versions. Perhaps you have an app in development for the next major iOS release in beta, but you need to continue releasing bug fixes for your other apps using the prior version.

You can filter to show Xcode betas and final releases. Click on any version to see in the Info pane which SDKs for macOS, iOS, watchOS and tvOS it supports.

You can turn on notifications when new versions are released and have them installed automatically.

If you download prereleases of Xcode from the developer website rather than the Mac App Store, you know that unxipping is often a long process — but Xcodes has a secret trick up its sleeve.

Enable Faster Unxip in Settings
Speed up the annoyingly slow process of unxipping Xcode.
Screenshot: D. Griffin Jones/Cult of Mac

In Settings > Experiments, check Faster Unxip. This uses a special algorithm that takes full advantage of Swift Concurrency, lighting up all the cores on your Mac in parallel to achieve a 70% faster unxip. In my testing, on a Mac mini with M2 Pro, I got a 54% improvement.

Build or download Xcodes from the GitHub repo here.

Newsletters

Daily round-ups or a weekly refresher, straight from Cult of Mac to your inbox.

  • The Weekender

    The week's best Apple news, reviews and how-tos from Cult of Mac, every Saturday morning. Our readers say: "Thank you guys for always posting cool stuff" -- Vaughn Nevins. "Very informative" -- Kenly Xavier.