apple API update

This commit is contained in:
Joseph Henry
2016-08-25 11:38:30 -07:00
parent bda82e3e1e
commit a36c40e3a8
9 changed files with 22 additions and 19 deletions

7
increment.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
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 $BUILD_NUMBER