Hitting the Target with TestHelpers #modularisation #xcode #testing Modules are super useful for splitting our projects into smaller, more manageable parts. But they could be doing more. Here, we look at how a utility module can ease the burden not only for production targets but also for test targets. 15 Jul 2025 • 6 min read
Migrating from Preprocessor Macros to Custom Flags #xcode Bye-bye Preprocessor Macros. Hello Custom Flags. Here, we look at how to switch to using Custom Flags to store configuration-specific build settings. 12 Sep 2016 • 2 min read
Runnable Test Schemes for Travis CI #ci #xcode #testing No one said running your unit tests on Travis CI would be easy. Who knew running tests via the Xcode UI wasn't the same as running those tests via the terminal 🤷♂️? Here, we look at how to prepare your test targets for running on Travis CI. 27 Feb 2016 • 1 min read