mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-18 18:26:24 +00:00
Consolidate release configurations
This commit is contained in:
committed by
Benjamin Scholtysik (Reimold)
parent
b2bfd25553
commit
7aa862b3a3
20
Support/module_default.modulemap
Normal file
20
Support/module_default.modulemap
Normal file
@@ -0,0 +1,20 @@
|
||||
framework module HockeySDK {
|
||||
umbrella header "HockeySDK.h"
|
||||
|
||||
export *
|
||||
module * { export * }
|
||||
|
||||
link framework "AssetsLibrary"
|
||||
link framework "CoreTelephony"
|
||||
link framework "CoreText"
|
||||
link framework "CoreGraphics"
|
||||
link framework "Foundation"
|
||||
link framework "MobileCoreServices"
|
||||
link framework "QuartzCore"
|
||||
link framework "QuickLook"
|
||||
link framework "Security"
|
||||
link framework "SystemConfiguration"
|
||||
link framework "UIKit"
|
||||
link "c++"
|
||||
link "z"
|
||||
}
|
||||
Reference in New Issue
Block a user