2
0

Update openssl/scrypt and Crashlytics/Fabric

This commit is contained in:
Maarten Billemont
2015-10-22 14:31:39 -04:00
parent db7f9d8af8
commit c662065bc3
34 changed files with 1059 additions and 306 deletions

View File

@@ -1,6 +1,14 @@
framework module Crashlytics {
umbrella header "Crashlytics.h"
header "Crashlytics.h"
header "Answers.h"
header "ANSCompatibility.h"
header "CLSLogging.h"
header "CLSReport.h"
header "CLSStackFrame.h"
header "CLSAttributes.h"
export *
module * { export * }
export *
link "z"
link "c++"
}