English / 日本語
Branch | Result |
---|---|
main | |
develop |
- Xcode 14.2
- macOS Monterey 12.5+
- プロジェクトのクローン
git clone https://github.com/naoki-mrmt/VolleyballScoreApp.git cd VolleyballScoreApp
- Swiftプロジェクトのビルドを高速化 (任意)
make enable-faster-builds
make setup
を実行
- セットアップが完了すると、Xcodeでワークスペースが開きます
- pod installが完了すると、Xcodeでワークスペースが開きます
make
make help
setup install bundler and bundle install, pod install
generate-xcworkspace generate xcworkspace
gem-install gem install
bundle-install bundle install
pod-install bundle exec pod install
enable-faster-builds Enable faster builds for Swift projects
Xcode-build Xcode build command for CI
Xcode-clean delete DerivedData
help print this message