Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-19T19:26:09.000Z (about 1 month ago)
- Last Synced: 2024-12-17T14:06:31.931Z (10 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: 130
- Watchers: 40
- Forks: 194
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ios-game
[![CircleCI](https://circleci.com/gh/CircleCI-Public/circleci-demo-ios/tree/master.svg?style=svg)](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