Skip to content

Latest commit

 

History

History
50 lines (42 loc) · 1.63 KB

README-ja.md

File metadata and controls

50 lines (42 loc) · 1.63 KB

VolleyballScoreApp

English / 日本語

Branch Result
main CI
develop CI

目次

開発

環境情報

  • Xcode 14.2
  • macOS Monterey 12.5+

セットアップ

  1. プロジェクトのクローン
    git clone https://github.com/naoki-mrmt/VolleyballScoreApp.git
    cd VolleyballScoreApp
  2. Swiftプロジェクトのビルドを高速化 (任意)
    make enable-faster-builds
  3. 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