GithubHelp home page GithubHelp logo

classicvalues / ios-deployment-sample Goto Github PK

View Code? Open in Web Editor NEW

This project forked from circleci/ios-deployment-sample

0.0 1.0 0.0 40 KB

Demonstrate how to deploy an iOS app automatically to testflight using CircleCI

Swift 64.03% Ruby 1.79% Shell 34.18%

ios-deployment-sample's Introduction

CircleCI-iOS-TestFlight-Sample

Demonstrate how to deploy an iOS app automatically to testflight using CircleCI (as of Jan 7, 2015).

Working Demo

https://circleci.com/gh/infolens/CircleCI-iOS-TestFlight-Sample/11

How to set up your project

  1. Since CircleCI iOS build is still beta, you need to contact CircleCI guys to enable iOS build. Please see https://circleci.com/docs/ios for detail.
  2. Copy the circle.yml into your repo (replace xcode scheme, xcode workspace, app name, developer name, provisionin profile uuid and testflight distribution list)
  3. Create the folder "scripts/"
  4. Export the following things from the Keychain app
  5. "Apple Worldwide Developer Relations Certification Authority" into scripts/apple.cer
  6. Your iPhone Distribution certificate into scripts/dist.cer
  7. Your iPhone Distribution private key into scripts/dist.p12 (choose a password)
  8. Copy your provisioning profiles into scripts/profile/
  9. Add the following settings in "Environment Variable" menu on CircleCI
  10. KEY_PASSWORD=YOUR_KEY_PASSWORD
  11. TEAM_TOKEN=TESTFLIGHT_TEAM_TOKEN
  12. API_TOKEN=TESTFLIGHT_API_TOKEN
  13. Copy add-key.sh, remove-key.sh and testflight.sh into scripts/

Acknowledgement

I created this sample in reference to Johannes's work for Travis CI. Great work Johannes!

License

MIT License except for scripts/dist.cer, scripts/dist.cer, scripts/apple.cer and scripts/profile folder.

ios-deployment-sample's People

Contributors

thorikawa avatar marcomorain avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.