tuist/README.md

1.7 KiB



The MIT License code style: prettier Join the community on Spectrum CircleCI codecov

Features

  • 🥘 100% open source and written in Swift.
  • 🐦 Type-safe Swift manifests editable with Xcode.
  • ↗️ Local dependencies support.
  • ⚠️ Misconfiguration catching.
  • 📦 Precompiled binaries (Frameworks & Libraries support).
  • 🎉 CocoaPods support.
  • 💻 CLI and macOS application.
  • 🔄 Circular dependency detection.

Install

Just run this command on your terminal:

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/xcbuddy/xcbuddy/master/scripts/install)"

Setup for development

  1. Git clone: git@github.com:xcbuddy/xcbuddy.git
  2. Generate SPM project swift package generate-xcodeproj.
  3. Open xcbuddy.xcworkspace.
  4. Have fun 🤖

Documentation

If you would like to contribute to the project, we recommend you to check out the project documentation generated using Jazzy.

References