swiftlyfalling / SQLiteLib

Easily build a custom SQLite static library for use in macOS and iOS frameworks and apps.
MIT License
64 stars 23 forks source link

Update SQLite to 3.37.0 #51

Closed groue closed 2 years ago

groue commented 2 years ago

Hello, this pull request updates SQLite from https://www.sqlite.org/2021/sqlite-src-3370000.zip

(Link found on https://www.sqlite.org/download.html)

groue commented 2 years ago

Travis is no longer active 😕

I could test a smaller matrix on my machine (MacBook Pro 16' 2021, M1 Pro, Xcode 13.2 RC):

cd .ci
make DESTINATION="platform=OS X" &&
  make DESTINATION="generic/platform=iOS" &&
  make DESTINATION="generic/platform=watchOS" &&
  make DESTINATION="generic/platform=tvOS" &&
  make DESTINATION="platform=iOS Simulator,name=iPhone 8,OS=13.7" &&
  make DESTINATION="platform=iOS Simulator,name=iPhone 13,OS=15.2"
groue commented 2 years ago

Closing in favor of #54