- It's recommended to have a local installed Ruby instead of using OS X's ruby. Check
homebrew
- Clone this repository
- Run make command
Homework # | Command |
---|---|
Homework 1 | make homework1 path=[PATH_TO_YOUR_PROJECT] scheme=[SCHEME] |
For example:
make homework1 path=/Users/sodas/Desktop/hw1 scheme=Calculator
The path is where you save your xcode project. And the scheme is the name next to the run button of Xcode.