mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-25 15:37:36 +00:00
git-subtree-dir: submodules/HockeySDK-iOS git-subtree-mainline:085acd26c4git-subtree-split:c7d0c70263
14 lines
250 B
Plaintext
14 lines
250 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++"
|
|
link "z"
|
|
}
|