Skip to content

Latest commit

 

History

History
executable file
·
34 lines (23 loc) · 552 Bytes

README.md

File metadata and controls

executable file
·
34 lines (23 loc) · 552 Bytes

Work in progress

Desk

Direct manipulation for your mom.

Running the project

sudo gem install cocoapods
  • Run the following command in Terminal.app
pod install
  • Open Project.xcworkspace or Project.xcodeproj

Updating generated models

  • Install mogenerator
  • Run the following command in Terminal.app
mogenerator \
--swift \
--model iOS/Models/App.xcdatamodeld/App.xcdatamodel \
--output-dir iOS/Models \
--v2