mirror of
https://github.com/tappollo/WWDC.git
synced 2026-06-13 00:19:02 +08:00
15 lines
267 B
Plaintext
15 lines
267 B
Plaintext
framework module Crashlytics {
|
|
header "Crashlytics.h"
|
|
header "Answers.h"
|
|
header "ANSCompatibility.h"
|
|
header "CLSLogging.h"
|
|
header "CLSReport.h"
|
|
header "CLSStackFrame.h"
|
|
header "CLSAttributes.h"
|
|
|
|
export *
|
|
|
|
link "z"
|
|
link "c++"
|
|
}
|