Skip to content

Instantly share code, notes, and snippets.

@AT5HK
AT5HK / simulator_screenshot.sh
Last active April 27, 2024 03:35
bash script to automate ios simulator screenshots for the app store. Enter app {bundle identifier} {bundle location} as of this writing the bundle location is in your derived data for the simulator (build with xcode first) or your project directory under build, depending on how you built it. #This script can only take screenshots of the first pa…
#! /usr/bin/env bash
set -e
# Set the bundle identifier of the app you want to install
APP_BUNDLE_IDENTIFIER=$1