ios-game
Setup
bundle install
- Add your team data to
fastlane/Appfile
bundle exec fastlane scan
to build the app and run testsbundle exec fastlane match init
to set up code signing via Fastlane Match- Push the changes
- Create a CircleCI project for the repository
- Edit the
.circleci/config.yml
file as needed - Done