ios example app update

This commit is contained in:
Joseph Henry
2016-10-24 16:13:41 -07:00
parent 3a69fe1804
commit 3df5034d5a
4 changed files with 12 additions and 12 deletions

View File

@@ -3,5 +3,5 @@
BUILD_NUMBER_STR=$(cat .buildnum)
BUILD_NUMBER=$((BUILD_NUMBER_STR + 1))
echo $BUILD_NUMBER > .buildnum
echo "#define ZTSDK_BUILD_VERSION " $BUILD_NUMBER > src/SDK_LocalBuild.h
echo "#define ZTSDK_BUILD_VERSION " $BUILD_NUMBER > src/build.h
echo $BUILD_NUMBER