Sha256: 31096435b93a4c3bba60b6b5602214b0e83b84d250c4cf5bf53f05f1987f6fa2
Contents?: true
Size: 236 Bytes
Versions: 153
Compression:
Stored size: 236 Bytes
Contents
#!/bin/sh if [ "$RHO_PLATFORM" = "android" ]; then cd platform/android rake --trace elif [ "$RHO_PLATFORM" = "iphone" ]; then cd platform/iphone rake --trace elif [ "$RHO_PLATFORM" = "osx" ]; then cd platform/qt rake --trace fi
Version data entries
153 entries across 25 versions & 3 rubygems