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

Version Path
rhodes-7.6.0 extensions/rhoconnect-push/ext/build
rhodes-7.5.1 extensions/rhoconnect-push/ext/build
rhodes-7.4.1 extensions/rhoconnect-push/ext/build
rhodes-7.1.17 extensions/rhoconnect-push/ext/build
rhodes-6.2.0 extensions/rhoconnect-push/ext/build
rhodes-6.0.11 extensions/rhoconnect-push/ext/build
rhodes-5.5.18 extensions/rhoconnect-push/ext/build
rhodes-5.5.17 extensions/rhoconnect-push/ext/build
rhodes-5.5.15 extensions/rhoconnect-push/ext/build
rhodes-5.5.0.22 extensions/rhoconnect-push/ext/build
rhodes-5.5.2 extensions/rhoconnect-push/ext/build
rhodes-5.5.0.7 extensions/rhoconnect-push/ext/build
rhodes-5.5.0.3 extensions/rhoconnect-push/ext/build
rhodes-5.5.0 extensions/rhoconnect-push/ext/build