Saik0s / Whisperboard

The open-source iOS app that's making quality voice transcription more accessible on mobile devices.
GNU General Public License v3.0
684 stars 72 forks source link

`Tuist` config is missing? #4

Closed foxsin10 closed 1 year ago

foxsin10 commented 1 year ago

Great work.

But I have some problem on generating the project. Follow the README.md, I run make command and only get the following on terminal:

tuist fetch
make: tuist: No such file or directory
make: *** [all] Error 1

Is there something i missed?

Saik0s commented 1 year ago

Thanks for pointing. Project file is generated using tuist CLI utility that is actually bundled in this repository.

Right now you can run sh ci_scripts/ci_post_clone.sh in the root folder of the project and it will generate workspace and project files. I will update Makefile to use bundled tuist.

foxsin10 commented 1 year ago

Thanks

Saik0s commented 1 year ago

@foxsin10 I have just update the repository with a proper Makefile. It should now generate project files from just running make in the root folder.

foxsin10 commented 1 year ago

@Saik0s And the updates of the dependencies, that's very nice!