passepartout-apple/scripts/local/build-app.sh

8 lines
155 B
Bash
Raw Normal View History

2021-11-12 08:39:05 +00:00
#!/bin/sh
PLATFORM=$1
if [[ -z $PLATFORM ]]; then
echo "Platform required"
exit
fi
bundle exec fastlane --env $PLATFORM,beta,secret create_archive