Rightpoint / Anchorage

A collection of operators and utilities that simplify iOS layout code.
MIT License
627 stars 46 forks source link

Update for Swift 5.0 #74

Closed terenceyan closed 5 years ago

terenceyan commented 5 years ago

On top of fixing up the podspec to include swift_version (#68) and fixing Xcode 10.2+ warnings (#73), this project should be updated to Swift 5.0.

I took a quick pass at this and it appears to only require a few minor changes. However, someone with access needs to fix the CI build (it currently points to an inaccessible CircleCI page).

ZevEisenberg commented 5 years ago

@terenceyan which build link are you talking about? We renamed our GitHub org recently, so we may need to clean up a few broken links. Thanks for taking the time to write in!

terenceyan commented 5 years ago

@ZevEisenberg The readme has a link to https://circleci.com/gh/Raizlabs/Anchorage which isn't accessible.

ZevEisenberg commented 5 years ago

Ah, good catch. That should be updated to https://circleci.com/gh/Rightpoint/Anchorage

ZevEisenberg commented 5 years ago

Update: updated 😄