
TuistInstaller allows you to download the required software that must be installed to use Tuist in a single shell script run.
TuistInstaller consists of a single shell script, preSetTuist.sh. You can run it anywhere on your Mac.
You must have MISE installed beforehand.
The Tuist installer version target is currently fixed at 3.11.0. If you prefer, you can modify the shell file yourself to install a different version.
preSetTuist.sh follows these steps
- Homebrew installation.
- install Carthage. (I added this in case Tuist requires Carthage).
- install Tuist.
If you have any bugs or other issues, please contact us in Issues
TuistInstaller는 Tuist를 사용하기 위해 반드시 설치해야 하는 필수 소프트웨어들을 한 번의 쉘 스크립트 실행으로 다운로드 시킬 수 있게 합니다.
TuistInstaller는 preSetTuist.sh 단 한개의 쉘 스크립트로 이루어져 있습니다. 당신의 Mac 어디에서든 실행시킬 수 있습니다.
사전에 반드시 mise가 설치되어 있어야 합니다.
Tuist 설치 버전 타겟은 현재 3.11.0 으로 고정되어 있습니다. 원하시면 쉘 파일을 직접 수정하여 원하는 버전으로 설치하면 됩니다.
preSetTuist.sh 는 다음 단계를 따르고 있습니다.
- Homebrew 설치.
- Carthage 설치. (Tuist에서 Carthage를 필요로 하는 경우를 대비해서 이 과정을 추가했습니다.)
- Tuist 설치.
버그나 다른 문제가 있으면 Issues에 문의를 남겨주세요
The MIT License (MIT)
Copyright (c) 2023 Hamin Song
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.