Closed groue closed 2 years ago
Xcode also warns because IPHONEOS_DEPLOYMENT_TARGET is not iOS 12. Well, warn as much as you want, Xcode: this pull requests does not change the requirements of this repository.
I'm not enough aware of the projects that use swiftlyfalling/SQLiteLib
, and how many would break if we would raise IPHONEOS_DEPLOYMENT_TARGET to 12.
So I will eventually decide, on my own, to raise the iOS deployment target of this project. Fighting Xcode and the Apple policy on backward compatibility is not a position that one can hold for long.
I wait for the author and users of this library to chime in and express their eventual rationale against such a bump.
This PR removes as many Xcode warnings as possible:
Xcode also warns because IPHONEOS_DEPLOYMENT_TARGET is not iOS 12. Well, warn as much as you want, Xcode: this pull requests does not change the requirements of this repository.