iOS application that keeps track of the NHL playoffs
bundle installbundle exec fastlane testbundle exec fastlane snapshot# without regenerating screenshots
bundle exec fastlane marketing
# with regenerating screenshots
bundle exec fastlane marketing screenshots:true# without regenerating screenshots
bundle exec fastlane beta
# with regenerating screenshots
bundle exec fastlane beta screenshots:true# without regenerating screenshots
bundle exec fastlane deploy
# with regenerating screenshots
bundle exec fastlane deploy screenshots:true