Files
openclaw/scripts/ios-screenshots.sh
2026-06-15 19:27:55 +02:00

11 lines
216 B
Bash
Executable File

#!/usr/bin/env bash
set -euo pipefail
ROOT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
source "${ROOT_DIR}/scripts/lib/ios-fastlane.sh"
(
cd "${ROOT_DIR}/apps/ios"
run_ios_fastlane ios screenshots
)