Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 564 Bytes

README.md

File metadata and controls

50 lines (33 loc) · 564 Bytes

iOS-ClassSchedule 北商課表App

API

https://github.com/arthurc0102/ntub-class-table-api

Tools

  • Swift 4.2
  • Xcode 10.1
  • MVVM
  • Moya/RxSwift
  • fastlane

Setup env

  1. Install gem

  2. Install cocoapods

sudo gem install cocoapods
  1. Install packages
pod install
  1. Install fastlane
xcode-select --install

sudo gem install fastlane -NV
  1. Get fastlane file
git submodule init

git submodule update
  1. Setup development
fastlane match development