When using Xcode's automatic conversion to the latest swift syntax, what is the protocol on converting 3rd party framework targets?
From what I remember from previous conversions, I would opt to convert to swift X.X and the dialogue box that would appear would only have my project target preselected for conversion. However, when I go to convert to Swift 4.2, all of the cocoa pod frameworks I am utilizing are preselected.
It got me wondering what is the protocol for converting to the latest swift versions? If there is one that is...