Skip to content
This repository was archived by the owner on Sep 7, 2022. It is now read-only.

Latest commit

 

History

History
64 lines (39 loc) · 825 Bytes

README.md

File metadata and controls

64 lines (39 loc) · 825 Bytes

Worktime iOS

Prerequisites

  • Ruby 2.4

  • Xcode

Installation

# Install gem dependencies
$ bundle install

# Install pod dependencies
$ bundle exec pod install

Lint

$ bundle exec fastlane lint

Deploy

Make release branch and follow the deploy process.

  1. Update version
$ bundle exec fastlane bump_version
# or
$ bundle exec fastlane bump_version bump_type:[minor|major]
# and commit changes
  1. Update metadata

Update fastlane/metadata including update nodes. Commit changes.

  1. (Optional) Take screenshot
$ bundle exec fastlane ios take_screenshot
  1. Deploy to App Store
$ bundle exec fastlane ios release
  1. Request app review

Request review on app store connect.

  1. Merge release

Merge release branch when review is approved.