Files
RubyMotion/build.sh
2014-01-08 15:14:24 +09:00

8 lines
164 B
Bash
Executable File

#!/bin/sh
# EX)
# ./build.sh clean:vm
# ./build.sh
rake $*
SDK_BETA=1 XCODE_PLATFORMS_DIR=/Applications/Xcode51-Beta3.app/Contents/Developer/Platforms rake $*