Files
RubyMotion/build.sh
2013-12-18 23:40:48 +09:00

8 lines
156 B
Bash
Executable File

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