Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 597 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 597 Bytes

PhotoRater

Requirements

  • Xcode 11 or higher (installed on a Mac machine)
  • An iOS Simulator or device running iOS 10 or above
  • Xcode command-line tools (run xcode-select --install)
  • CocoaPods (run sudo gem install cocoapods)

Build and run

  1. Clone the repository
    git clone https://github.com/harry0731/PhotoRater.git
  2. Install the pod to generate the workspace file
    pod install
    pod update
  3. Open the project in Xcode
  4. Select Product -> Run to install the app on an iOS Simulator or a physical device.