Files
featherVoice/Pods/Bugly/Bugly.framework/Modules/module.modulemap
2025-08-08 10:49:36 +08:00

13 lines
207 B
Plaintext

framework module Bugly {
umbrella header "Bugly.h"
export *
module * { export * }
link framework "Foundation"
link framework "Security"
link framework "SystemConfiguration"
link "c++"
link "z"
}