Upgrade to fabric

This commit is contained in:
kevinzhow
2015-05-22 03:34:09 +08:00
parent 5cbd0e2bf7
commit 5b9633312b
33 changed files with 694 additions and 530 deletions
+8 -3
View File
@@ -1,6 +1,11 @@
framework module Crashlytics {
umbrella header "Crashlytics.h"
header "Crashlytics.h"
header "CLSLogging.h"
header "CLSReport.h"
header "CLSStackFrame.h"
export *
module * { export * }
export *
link "z"
link "c++"
}