PontoConcrete is an iOS app that improves the way you check-in at Concrete
After cloning this repo, you should run carthage bootstrap
to begin working on the project
Tab Trigger
Pre-Integration Scripts
#!/bin/sh
export LC_ALL="en_US.UTF-8"
PATH=$PATH:/usr/local/bin
cd "${XCS_PRIMARY_REPO_DIR}"
gem install bundler --user-install executable-hooks
bundler install
pod install
fastlane scan
fastlane lint
fastlane slather