Skip to content

Latest commit

 

History

History
54 lines (37 loc) · 1.03 KB

File metadata and controls

54 lines (37 loc) · 1.03 KB

hockey-playoffs

Build Status Coverage Status

iOS application that keeps track of the NHL playoffs

Setup Project

bundle install

Run tests

bundle exec fastlane test

Regenerate screenshots

bundle exec fastlane snapshot

Update App Store Metadata

# without regenerating screenshots
bundle exec fastlane marketing

# with regenerating screenshots
bundle exec fastlane marketing screenshots:true

Publish a beta build

# without regenerating screenshots
bundle exec fastlane beta

# with regenerating screenshots
bundle exec fastlane beta screenshots:true

Publish an AppStore build

# without regenerating screenshots
bundle exec fastlane deploy

# with regenerating screenshots
bundle exec fastlane deploy screenshots:true