Add support for OSX
AppsIncorporated opened this issue · 1 comments
AppsIncorporated commented
Many of the extensions import UIKit. One option would be conditionally importing UIKit or AppKit like is done for String extensions. Better still would be a separating of extensions that rely on Foundation, AppKit, and UIKit so they are factored to the frameworks they add functionality to.
lfarah commented
Hey @AppsIncorporated, please take a look at #337.