Files
RubyMotion/build.sh
2013-11-19 10:14:36 +09:00

8 lines
155 B
Bash
Executable File

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