if [[ $# -eq 0 ]]; then
    git pull
fi
cd iguana; ./m_ios; cd ..