robb / Cartography

A declarative Auto Layout DSL for Swift :iphone::triangular_ruler:
Other
7.35k stars 524 forks source link

Add missing UIKit and AppKit imports #306

Closed jackfreeman closed 5 years ago

jackfreeman commented 5 years ago

NSLayoutConstraint is part of UIKit / AppKit so they need to be imported here when using alternative build systems to Xcode.

orta commented 5 years ago

👍

orta commented 5 years ago

Do you need a release?

jackfreeman commented 5 years ago

Thanks! It would be awesome to get one to properly update my dependency management and point it to the new version.