#!/bin/sh

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

cd iphone
rake --trace

else

rake

fi
