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