/ Modules / OctagonTrust.modulemap
OctagonTrust.modulemap
1  framework module OctagonTrust [system] {
2    umbrella header "OctagonTrust.h"
3  
4    export *
5    module * { export * }
6  }