mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00

git-subtree-dir: submodules/HockeySDK-iOS git-subtree-mainline: 085acd26c4432939403765234266e3c1be0f3dd9 git-subtree-split: c7d0c7026303253e2ac576c02655691e5d314fe2
21 lines
466 B
Plaintext
21 lines
466 B
Plaintext
framework module HockeySDK {
|
|
umbrella header "HockeySDK.h"
|
|
|
|
export *
|
|
module * { export * }
|
|
|
|
link framework "CoreTelephony"
|
|
link framework "CoreText"
|
|
link framework "CoreGraphics"
|
|
link framework "Foundation"
|
|
link framework "MobileCoreServices"
|
|
link framework "Photos"
|
|
link framework "QuartzCore"
|
|
link framework "QuickLook"
|
|
link framework "Security"
|
|
link framework "SystemConfiguration"
|
|
link framework "UIKit"
|
|
link "c++"
|
|
link "z"
|
|
}
|