Skip to content

cybertk/ios-build-scripts

Repository files navigation

ios-build-scripts

This project is a collection of scripts created with two goals:

  1. To standardize how iOS projects are bootstrapped after cloning
  2. To easily build iOS projects on continuous integration servers

Getting Started

To add the scripts to your project, read the contents of this repository into a script folder:

bash <(curl -s https://cybertk.github.io/ios-build-scripts/bash)

Which inactually executes following steps:

$ git remote add ios-build-scripts https://github.com/cybertk/ios-build-scripts.git
$ git fetch ios-build-scripts
$ git read-tree --prefix=script/ -u ios-build-scripts/master

Then commit the changes, to incorporate the scripts into your own repository's history. You can also freely tweak the scripts for your specific project's needs.

To merge in upstream changes later:

$ git fetch -p ios-build-scripts $ git merge --ff --squash -Xsubtree=script ios-build-scripts/master

Provisions and Certificates

update_keychain is used to manage Provisions and Certificates, put your certificates and script/certificates/ dir and put provisions under script/provisions/

About

Deprecated: Bootstrap and CI scripts for iOS projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published