Locksmith
Locksmith copied to clipboard
Convert to Swift 4.2
Simple conversion from 4.0 to 4.2 along with project file updates and the removal of unused pod config files referenced from Xcode.
@benlachman looks like the CI tests are failing:
❌ “Use Legacy Swift Language Version” (SWIFT_VERSION) is required to be configured correctly for targets which use Swift. Use the [Edit > Convert > To Current Swift Syntax…] menu to choose a Swift version or use the Build Settings editor to configure the build setting directly.
What is the reason Travis is failing? Can we get this fixed?
You probably need to change osx_image
to xcode10.1
in .travis.yml
file, to see if this PR actually passes the tests.
Any news ?
Created a separate PR with this fix and travis fix not sure who can review it