This blog post is an introduction to the format of Xcode projects and xcodeproj, a Swift library that helps read and update Xcode projects in Swift. The post contains a few hands-on examples for developers to experiment with the library.
Tags
xcodeproj
Interacting with Xcode projects in Swift
Modular Xcode projects
This post presents some elementary concepts of how Xcode projects are structured, and introduces an structural approach to build modular Xcode apps.
Providing mocks and testing data from your frameworks.
This post introduces an approach to share testing data and mocks from your frameworks to other frameworks that might need them for testing purposes.
Conditionally embed your dynamic frameworks
A command line tool written in Swift for copying the frameworks from your project to the output frameworks directory.
Little tweak to be more productive writing XCTest tests
Because readability might compromise productivity.
Introducing xcodeproj
Read, update and write your Xcode projects from Swift