I used the native migration tool to convert all the syntax to 4.2. I then took the additional step of changing the build setting SWIFT_SWIFT3_OBJC_INFERENCE to Default, as Apple's migration guide mentions.
Beyond this work, there were two other files that I added to .git_ignore, as they were at least showing up to me as untracked. I also changed other build settings to the recommended settings, according to Xcode warnings.
This PR migrates the codebase to Swift 4.2
I used the native migration tool to convert all the syntax to 4.2. I then took the additional step of changing the build setting
SWIFT_SWIFT3_OBJC_INFERENCE
toDefault
, as Apple's migration guide mentions.Beyond this work, there were two other files that I added to
.git_ignore
, as they were at least showing up to me as untracked. I also changed other build settings to the recommended settings, according to Xcode warnings.