passepartout-apple/scripts/regen-development-certs.sh
2025-02-03 09:09:59 +01:00

8 lines
182 B
Bash
Executable File

#!/bin/sh
if [[ -z "$1" ]]; then
echo "Platform required"
exit 1
fi
platform=$1
bundle exec fastlane match development --env $platform,secret --force_for_new_devices --force