circleci-demo-ios
circleci-demo-ios copied to clipboard
A sample iOS app that builds on CircleCI
ios-game
Setup
bundle install- Add your team data to
fastlane/Appfile bundle exec fastlane scanto build the app and run testsbundle exec fastlane match initto set up code signing via Fastlane Match- Push the changes
- Create a CircleCI project for the repository
- Edit the
.circleci/config.ymlfile as needed - Done