philackm / ScrollableGraphView

An adaptive scrollable graph view for iOS to visualise simple discrete datasets. Written in Swift.
MIT License
5.32k stars 472 forks source link

changed setting to use Swift 4.2 #151

Closed apisit closed 6 years ago

apisit commented 6 years ago

I was unable to compile version 4.0.6 on XCode 10 because of the Swift language version in the settings was still set to Swift 4.

This PR changed the settings to Swift 4.2.

philackm commented 6 years ago

Damn, thought I got all those. Thank you!