Sha256: 0f1d8c0336e81c8602ea333fc7dfdae6dcf10e76405583a884b4ec8d479262a7
Contents?: true
Size: 239 Bytes
Versions: 17
Compression:
Stored size: 239 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
17 entries across 17 versions & 2 rubygems