mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-25 23:20:07 +00:00
- Remove Advanced setup guide - Added `libc++` dependency - Updated modulemap files to automatically link all required libraries and frameworks - Updated setup doc to use module import style - Update CrashOnly build modulemap file - Code style fixes
4 lines
374 B
Plaintext
4 lines
374 B
Plaintext
OTHER_LDFLAGS=$(inherited) -framework CoreText -framework CoreGraphics -framework Foundation -framework QuartzCore -framework SystemConfiguration -framework UIKit -framework Security -framework AssetsLibrary -framework MobileCoreServices -framework QuickLook -lc++
|
|
HOCKEYSDK_DOCSET_NAME=HockeySDK-iOS
|
|
GCC_PREPROCESSOR_DEFINITIONS=$(inherited) CONFIGURATION_$(CONFIGURATION)
|