plcrashreporter/Resources/CrashReporter.modulemap

9 строки
138 B
Plaintext

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