iabudiab / HTMLKit

An Objective-C framework for your everyday HTML needs.
MIT License
239 stars 27 forks source link

Revert workaround in #12 once fixed in Xcode #13

Closed iabudiab closed 6 years ago

iabudiab commented 7 years ago

Xcode 8.3 has an issue with default modulemaps file in the sources folder, the workaround in #12 was to rename the file and point Xcode to it. This causes the SwiftPM build to throw lots of warnings because of the generated umbrella header.

The workaround should be reverted once Xcode fixes the issue.