NextFaze / FazeKit

A collection of helper functions and extensions for Swift iOS apps
Apache License 2.0
4 stars 8 forks source link

Cleanup for recent Swift versions #10

Closed swoolcock closed 4 years ago

swoolcock commented 4 years ago

Some functions from FazeKit are now standard with modern Swift.

In the case of naming conflicts (such as last) this PR removes them. In the case of duplicate functionality (such as firstMatch), this PR deprecates them.

swoolcock commented 4 years ago

Not sure why it's not picking up the changes to the swift version in the projects, going to merge anyway. Also there are more changes I want to make on develop before doing a release.