Add script to regen development certificates

For new devices.
This commit is contained in:
Davide 2025-02-03 09:09:59 +01:00
parent 24d7e51344
commit 2dae4f0d2c
No known key found for this signature in database
GPG Key ID: A48836171C759F5E

View File

@ -0,0 +1,7 @@
#!/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