stephencelis / SQLite.swift

A type-safe, Swift-language layer over SQLite3.
MIT License
9.7k stars 1.56k forks source link

Added supported iOS version to the Package.swift #1083

Closed obrhoff closed 2 years ago

obrhoff commented 3 years ago

Currently the Package.swift lacks a definition of the supported iOS version. I'm not sure if there is a conflict with the #ifdef for the linux version of this package.

jberkel commented 2 years ago

the build is failing, the test target needs to have the supported version changed as well

jberkel commented 2 years ago

superseded by #1094