Files
plcrashreporter/Source/CrashReporter.modulemap
2020-04-30 19:09:26 +03:00

9 lines
138 B
Plaintext

framework module CrashReporter {
umbrella header "CrashReporter.h"
export *
module * { export * }
link framework "Foundation"
}