Revert "[ios] Use today's commits count and two numbers from commit hash in the build number"

This reverts commit ee36eb8d12.
This commit is contained in:
Roman Tsisyk 2025-01-28 09:24:31 +03:00
parent 8dfd9a789c
commit 4b15a12893

View file

@ -31,9 +31,7 @@ function ios_version {
}
function ios_build {
MINOR=$((16#${GIT_HASH:0:4}))
PATCH=$((16#${GIT_HASH:4:4}))
echo "$COUNT.$MINOR.$PATCH"
echo "$COUNT"
}
function count {