Skip to content

Commit c9e9979

Browse files
benmartenEnuviel
authored andcommitted
build(build.sh): reuse IOS_VERSION_STRING
1 parent a005463 commit c9e9979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ main() {
6767
if [[ -z "${BUILD_NUMBER+x}" ]]; then
6868
BUILD_NUMBER=$(date "+%s")
6969
fi
70-
export IOS_VERSION_STRING="$IOS_VERSION+$BUILD_NUMBER"
70+
export IOS_VERSION_STRING=${IOS_VERSION_STRING:-"$IOS_VERSION.$BUILD_NUMBER"}
7171

7272
SDK_DIR=${SDK_DIR:-"$(pwd)/."}
7373
RELEASE_DIR_BASE=${RELEASE_DIR_BASE:-"$SDK_DIR/Release"}

0 commit comments

Comments
 (0)