https://github.com/circleci-public/circleci-demo-ios
A sample iOS app that builds on CircleCI
https://github.com/circleci-public/circleci-demo-ios
circleci circleci-demos fastlane ios xcode
Last synced: 14 days ago
JSON representation
A sample iOS app that builds on CircleCI
- Host: GitHub
- URL: https://github.com/circleci-public/circleci-demo-ios
- Owner: CircleCI-Public
- License: mit
- Created: 2017-10-05T12:16:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-19T19:26:09.000Z (5 months ago)
- Last Synced: 2025-04-12T06:19:19.814Z (14 days ago)
- Topics: circleci, circleci-demos, fastlane, ios, xcode
- Language: Swift
- Homepage: https://circleci.com/gh/CircleCI-Public/circleci-demo-ios
- Size: 170 KB
- Stars: 131
- Watchers: 42
- Forks: 194
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ios-game
[](https://circleci.com/gh/CircleCI-Public/circleci-demo-ios/tree/master)
## Setup
1. `bundle install`
1. Add your team data to `fastlane/Appfile`
1. `bundle exec fastlane scan` to build the app and run tests
1. `bundle exec fastlane match init` to set up code signing via Fastlane
Match
1. Push the changes
1. Create a CircleCI project for the repository
1. Edit the `.circleci/config.yml` file as needed
1. Done