Files
Swiftgram/Support/module_crashonly.modulemap
2016-04-22 22:26:34 +02:00

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