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

chore(tuist/ios): use tuist to configure xcode project in code #444

Merged
merged 9 commits into from
Sep 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ fastlane/screenshots
fastlane/test_output
fastlane/readme.md

*.DS_Store
**/.DS_Store

.kotlin/
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# Just Chatting

An app focused on a great Twitch chat experience.

## Project setup

### Android

1. Install [Android Studio](https://developer.android.com/studio/install);
2. Open the project in the IDE.

### iOS

1. Install Xcode 16;
2. Install [Tuist](https://docs.tuist.io/guides/quick-start/install-tuist);
2. Move to the `app-ios` directory, and run `tuist generate` to generate and open the Xcode project.
Binary file removed app-ios/.DS_Store
Binary file not shown.
4 changes: 4 additions & 0 deletions app-ios/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,7 @@ fastlane/test_output

iOSInjectionProject/

# Tuist
Derived/
*.xcodeproj
*.xcworkspace
2 changes: 2 additions & 0 deletions app-ios/.mise.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[tools]
tuist = "latest"
Loading
Loading