Sha256: 4eeeb63e08e9677947d2961d029b18853281d9e704e0fda8acf23abcc3d45578
Contents?: true
Size: 202 Bytes
Versions: 14
Compression:
Stored size: 202 Bytes
Contents
#!/bin/sh if [ "$RHO_PLATFORM" = "android" ]; then cd rhoconnect-push/platform/android rake --trace elif [ "$RHO_PLATFORM" = "iphone" ]; then cd rhoconnect-push/platform/iphone rake --trace fi
Version data entries
14 entries across 14 versions & 1 rubygems