Sha256: 3ed6d46fe12769c885f565ffd55cc512fb3163dad7242ed7611fcf072432265a

Contents?: true

Size: 155 Bytes

Versions: 8

Compression:

Stored size: 155 Bytes

Contents

#!/bin/sh

if [ "$RHO_PLATFORM" = "android" ]; then

cd ./android
rake --trace

elif [ "$RHO_PLATFORM" = "iphone" ]; then

cd ./iphone
rake --trace

fi



Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
rho-tau-extensions-7.6.0 libs/fcm-push-18/ext/build
rhodes-7.6.0 lib/extensions/fcm-push/ext/build
rhodes-7.5.1 lib/extensions/fcm-push/ext/build
rho-tau-extensions-7.4.1 libs/fcm-push-18/ext/build
rhodes-7.4.1 lib/extensions/fcm-push/ext/build
rho-tau-extensions-7.1.17 libs/fcm-push-18/ext/build
rhodes-7.1.17 lib/extensions/fcm-push/ext/build
rhodes-6.2.0 lib/extensions/fcm-push/ext/build