Cog/ThirdParty/Frameworks/Sparkle.framework/Versions/B/Modules/module.modulemap
Christopher Snowhill 08107f4a41 [Sparkle] Updated to version 2.1.0 for Sandbox
Sandbox requires Sparkle version 2 or newer anyway, so upgrade it.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-06-20 03:46:36 -07:00

6 lines
95 B
Text

framework module Sparkle {
umbrella header "Sparkle.h"
export *
module * { export * }
}