Skip to content
Open
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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ As an example we going to build an app that lets us explore [Movies](https://dev

## How to run the example

You will need to install the Tuist first. You can follow their official [documentation](https://docs.tuist.dev/en/guides/quick-start/install-tuist) on how do do that. Once you've got tuist installed. You need to run two commands in the root of the project folder
You will need to install the Tuist first. You can follow their official [documentation](https://tuist.dev/en/docs/guides/install-tuist) on how do do that. Once you've got tuist installed. You need to run two commands in the root of the project folder

```
tuist install
Expand Down
2 changes: 1 addition & 1 deletion Tuist/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ let package = Package(
.package(url: "https://github.com/apollographql/apollo-ios.git", exact: "1.12.2"),
.package(url: "https://github.com/pointfreeco/swift-tagged.git", exact: "0.10.0"),
.package(url: "https://github.com/exyte/PopupView.git", exact: "4.0.0"),
.package(url: "https://github.com/pointfreeco/swift-composable-architecture.git", exact: "1.13.1")
.package(url: "https://github.com/pointfreeco/swift-composable-architecture.git", exact: "1.23.1")
]
)