Sha256: 9a21836aea8ebd6a98d95381f847618053896ed6aec252eddaccc6d320a2939f

Contents?: true

Size: 620 Bytes

Versions: 7

Compression:

Stored size: 620 Bytes

Contents

#!/bin/sh

echo "START buildRhoBundle script"

if [ "$RHO_BUNDLE_ALREADY_BUILDED" = "YES" ]
then

RHO_BUNDLE_ALREADY_BUILDED="NO"
echo "RhoBundle already builded !" 

else

echo "RhoBundle should BUILD !"

RHO_BUNDLE_ALREADY_BUILDED="NO"

. ~/.profile
cd ../..

echo "START Prepare build bundle - switch app"

ruby --version 

rake switch_app

echo "FINISH Prepare build bundle - switch app"

TARGET_RHODESLIBS_DIR=${SRCROOT}

cd <%= rhodes_root_path %>

echo "START build bundle ..."

rake build:iphone:rhobundle

echo "FINISH build bundle ..."

RHO_BUNDLE_ALREADY_BUILDED="NO"

fi

echo "FINISH buildRhoBundle script"

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
rhodes-7.1.17 res/generators/templates/iphone_project/buildRhoBundle
rhodes-6.2.0 res/generators/templates/iphone_project/buildRhoBundle
rhodes-6.0.11 res/generators/templates/iphone_project/buildRhoBundle
rhodes-5.5.18 res/generators/templates/iphone_project/buildRhoBundle
rhodes-5.5.17 res/generators/templates/iphone_project/buildRhoBundle
rhodes-5.5.15 res/generators/templates/iphone_project/buildRhoBundle
rhodes-5.5.0.22 res/generators/templates/iphone_project/buildRhoBundle