SwiftKickMobile / SwiftMessages

A very flexible message bar for UIKit and SwiftUI.
MIT License
7.24k stars 742 forks source link

Update xibs to set "Builds for" to "Deployment Target" #424

Closed johntmcintosh closed 3 years ago

johntmcintosh commented 3 years ago

As mentioned in #412, when building with Xcode 12 there's now the following build warning:

This file is set to build for a version older than the deployment target. Functionality may be limited. [9]

This can be resolved by updating the xibs to set their Builds for to Deployment Target rather than explicitly setting it to 9.1 and later

wtmoose commented 3 years ago

Thanks. I'll try to get this merged and the Xcode 12 version released ASAP

johntmcintosh commented 3 years ago

I've confirmed that this was resolved by 0d10689 in in 8.0.3, so I'm going ahead and closing the PR out. Thanks!