Consolidate release configurations

This commit is contained in:
Lukas Spieß
2016-09-12 17:53:10 +02:00
committed by Benjamin Scholtysik (Reimold)
parent b2bfd25553
commit 7aa862b3a3
8 changed files with 55 additions and 50 deletions

View 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"
}