mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-08 08:31:13 +00:00
10 lines
321 B
Plaintext
10 lines
321 B
Plaintext
#include "HockeySDK.xcconfig"
|
|
|
|
BUILD_NUMBER = 24
|
|
VERSION_STRING = 3.5.1
|
|
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) BITHOCKEY_VERSION="@\""$(VERSION_STRING)"\"" BITHOCKEY_BUILD="@\""$(BUILD_NUMBER)"\""
|
|
BIT_ARM_ARCHS = armv7 armv7s arm64
|
|
BIT_SIM_ARCHS = x86_64 i386
|
|
ARCHS = $(BIT_ARM_ARCHS)
|
|
VALID_ARCHS = $(BIT_ARM_ARCHS)
|