Sha256: dd7daa6e7edc886a896d7d0730c413477d97cdfd9140b4b3188c713f34ad7ec0

Contents?: true

Size: 167 Bytes

Versions: 14

Compression:

Stored size: 167 Bytes

Contents

#!/bin/sh


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

cd platform/android
rake --trace

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

cd platform/iphone
rake --trace

fi

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
rhodes-7.6.0 lib/commonAPI/symboldevice/ext/build
rhodes-7.5.1 lib/commonAPI/symboldevice/ext/build
rhodes-7.4.1 lib/commonAPI/symboldevice/ext/build
rhodes-7.1.17 lib/commonAPI/symboldevice/ext/build
rhodes-6.2.0 lib/commonAPI/symboldevice/ext/build
rhodes-6.0.11 lib/commonAPI/symboldevice/ext/build
rhodes-5.5.18 lib/commonAPI/symboldevice/ext/build
rhodes-5.5.17 lib/commonAPI/symboldevice/ext/build
rhodes-5.5.15 lib/commonAPI/symboldevice/ext/build
rhodes-5.5.0.22 lib/commonAPI/symboldevice/ext/build
rhodes-5.5.2 lib/commonAPI/symboldevice/ext/build
rhodes-5.5.0.7 lib/commonAPI/symboldevice/ext/build
rhodes-5.5.0.3 lib/commonAPI/symboldevice/ext/build
rhodes-5.5.0 lib/commonAPI/symboldevice/ext/build