#!/usr/bin/env bash set -euo pipefail VERSION="${1:-}" if [ -z "$VERSION" ]; then echo "usage: ./release_ios.sh " exit 1 fi echo "[TODO] build iOS SDK version: $VERSION"