XcodeProjectCLI - lightweight CLI tool for managing Xcode projects

Hi guys! I just want to share with you a tool that I built recently in Swift.

It’s a CLI tool to manage Xcode project files. I built it initially for my other project - Neovim plugin called xcodebuild.nvim, but it can be used for any purpose.

It is based on the excellent Tuist/XcodeProj package. The idea behind it is to introduce a very simple interface to deal with xcodeproj.

It is also available as Swift Package in case someone wants to build their own automation based on that.

More details here:

3 Likes