using-tuist-generated-projects

Installation
SKILL.md

Using Tuist Generated Projects

Quick Start

# Generate workspace without opening Xcode
tuist generate --no-open

# Build a scheme with xcodebuild
xcodebuild build -workspace App.xcworkspace -scheme App

# Run tests with xcodebuild
xcodebuild test -workspace App.xcworkspace -scheme AppTests -only-testing AppTests/MyTestCase

Project definition

Prefer buildable folders

Installs
1
GitHub Stars
143
First Seen
14 days ago
using-tuist-generated-projects — supabitapp/supaterm