2
0

Mac Project update, Crashlytics/Fabric update, MP API update and other build fixes.

This commit is contained in:
Maarten Billemont
2015-10-28 21:12:47 -04:00
parent 7cd66f5170
commit 12adde818b
40 changed files with 1070 additions and 219 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++"
}