Files
RubyMotion/build.sh
2014-06-18 13:28:49 +09:00

8 lines
163 B
Bash
Executable File

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