Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tuist project configuration #301

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open

Tuist project configuration #301

wants to merge 11 commits into from

Conversation

watt
Copy link
Collaborator

@watt watt commented Sep 6, 2024

This PR replaces the CocoaPods-based project generation with Tuist. In a follow-up PR I'll remove CocoaPods entirely.

Setting up takes a few steps, first to get Mise and then to get Tuist from that.

# install mise
brew install mise
# add mise activation line to your zshrc
echo 'eval "$(mise activate zsh)"' >> ~/.zshrc
# load mise into your shell
source ~/.zshrc
# install dependencies
mise install

# only necessary for first setup or after changing dependencies
tuist install --path Samples
# generates and opens the Xcode project
tuist generate --path Samples

Checklist

  • Unit Tests
  • UI Tests
  • Snapshot Tests (iOS only)
  • I have made corresponding changes to the documentation

@watt watt force-pushed the awatt/tuist branch 5 times, most recently from 1769780 to 03ad85a Compare September 13, 2024 00:53
@watt watt changed the title Tuist project config Remove CocoaPods and add Tuist Sep 13, 2024
@watt watt changed the title Remove CocoaPods and add Tuist Tuist project configuration Sep 18, 2024
@watt watt marked this pull request as ready for review September 18, 2024 23:00
@watt watt requested review from a team as code owners September 18, 2024 23:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants