We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cff14cd commit 578b6dcCopy full SHA for 578b6dc
setup.sh
@@ -3,7 +3,7 @@
3
CONFIG_FILE="Config.xcconfig"
4
PLIST_FILE="mpvx/GoogleService-Info.plist"
5
6
-VERSION=$(git describe --abbrev=0 --tags --match "[0-9]*")
+VERSION=$(git describe --abbrev=0 --tags --match "v[0-9]*" --match "[0-9]*")
7
BUILD=$(date -u +%Y%m%d%H%M%S)
8
9
echo "Generating ${CONFIG_FILE}..."
0 commit comments