Swiftgram/Support/buildnumber.xcconfig
Andreas Linde aef3488c4f Increase version and build number
This may not be the final version number for the next update
2015-05-19 12:10:29 +02:00

10 lines
409 B
Plaintext

#include "HockeySDK.xcconfig"
BUILD_NUMBER = 40
VERSION_STRING = 3.7.0
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) BITHOCKEY_VERSION="@\""$(VERSION_STRING)"\"" BITHOCKEY_BUILD="@\""$(BUILD_NUMBER)"\"" BITHOCKEY_C_VERSION="\""$(VERSION_STRING)"\"" BITHOCKEY_C_BUILD="\""$(BUILD_NUMBER)"\""
BIT_ARM_ARCHS = armv7 armv7s arm64
BIT_SIM_ARCHS = x86_64 i386
ARCHS = $(BIT_ARM_ARCHS)
VALID_ARCHS = $(BIT_ARM_ARCHS)