mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-26 23:39:12 +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
13 lines
239 B
Plaintext
13 lines
239 B
Plaintext
framework module HockeySDK {
|
|
umbrella header "HockeySDK.h"
|
|
|
|
export *
|
|
module * { export * }
|
|
|
|
link framework "Foundation"
|
|
link framework "Security"
|
|
link framework "SystemConfiguration"
|
|
link framework "UIKit"
|
|
link "c++"
|
|
}
|