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