robb / Cartography

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

Swift 4 support on macOS #262

Closed stel closed 7 years ago

stel commented 7 years ago

Some of the auto layout related type names have been changed in AppKit with Swift 4, this PR adds type aliases for them however it breaks the compatibility with the previous versions of Swift.

orta commented 7 years ago

You'll need to update travis too, I believe

stel commented 7 years ago

Alright, seems to work now

orta commented 7 years ago

Yep, cool, this looks good, I'll get this major bumped and released.