Files
RubyMotion/build.sh
2013-09-10 09:37:39 +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/Xcode5-DP6.app/Contents/Developer/Platforms rake $*