mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-02-13 03:12:11 +00:00
Add script to regen development certificates
For new devices.
This commit is contained in:
parent
24d7e51344
commit
2dae4f0d2c
7
scripts/regen-development-certs.sh
Executable file
7
scripts/regen-development-certs.sh
Executable 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
|
Loading…
Reference in New Issue
Block a user