jangjunha / worktime-ios

매일 알림을 통해 구글 캘린더에 근무 일정을 공유합니다.

Home Page:https://worktime.heek.kr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

매일 알림을 통해 구글 캘린더에 근무 일정을 공유합니다.

https://worktime.heek.kr


Languages

Language:Swift 92.0%Language:Ruby 7.1%Language:Shell 0.8%