Mark all the exectaubles as +x, as they should have been all along.
[macgdbp.git] / Sparkle.framework / Versions / A / Modules / module.modulemap
1 framework module Sparkle {
2 umbrella header "Sparkle.h"
3
4 export *
5 module * { export * }
6 }