테스트 및 배포까지의 일련의 과정을 자동화하여 불필요한 작업 시간을 단축해주는 자동화 툴
Fastlane을 위한 Xcode 커맨드라인 툴을 설치
xcode-select --install
fastlane을 설치
brew install fastlane
코코아팟을 프로젝트에 적용하는 것과 동일하게 fastlane도 동일
프로젝트 위치에서 아래 명령어 입력
fastlane init
https://danawalab.github.io/common/2022/08/23/Fastlane.html