11 lines
172 B
Plaintext
Raw Normal View History

2021-11-12 16:21:13 +08:00
framework module AppCenterCrashes {
umbrella header "AppCenterCrashes.h"
export *
module * { export * }
link framework "Foundation"
link "c++"
link "z"
}