mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-01-12 22:51:55 +08:00
8 lines
161 B
Bash
Executable File
8 lines
161 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# EX)
|
|
# ./build.sh clean:vm
|
|
# ./build.sh
|
|
rake $*
|
|
SDK_BETA=1 XCODE_PLATFORMS_DIR=/Applications/Xcode-Beta.app/Contents/Developer/Platforms rake $*
|