XcodeGen and the quest to modularize the Wealthfront iOS app — Engineering Blog (opens in new tab)
Every iOS application starts as a monolith. Xcode’s default project structure places all source files, resources, and build configuration into a single module (or target, for all the iOS devs reading this). For small apps, this works fine. For a 10+ year old financial application with roughly 2,000 Swift and a handful of Objective-C files,... Read more
Read the original article