#!/usr/bin/env bash
# Open a mobile app in the iOS Simulator. Defaults to the built-in one.
# Usage: run-stack ios [app]
source "$(dirname "${BASH_SOURCE[0]}")/common.sh"
exec bash "$(dirname "${BASH_SOURCE[0]}")/open-mobile.sh" ios "${1:-}"
