Requirements:
- Ruby with Bundler
- Xcode 9
To bootstrap the project run:
bundle install
bundle exec fastlane setupOpen SharedShopping.xcworkspace in Xcode.
Use SharedShopingApp build scheme for building and runing the app.
Use SharedShopingAppTests build scheme for runing tests.
To run tests from command line execute:
bundle exec fastlane testTo generate and open code coverage report run:
bundle exec fastlane codecov
open xcov_output/index.htmlTo bump build version execute:
bundle exec fastlane bumpTo setup code signing (certificates and provisioning profiles) run:
bundle exec fastlane codesigningTo build and deploy app to iTunes Connect run:
bundle exec fastlane deployCopyright © 2017 Dariusz Rybicki Darrarski
MIT License. You are allowed to use the source code commercially, but licence and copyright notice MUST be distributed along with it.