Skip to content

vorobievalex/lib-sqlite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQlite library and reserve copy of SQLite sources. Compiled with threads and FTS enabled: SQLITE_ENABLE_UNLOCK_NOTIFY SQLITE_ENABLE_FTS3_PARENTHESIS SQLITE_ENABLE_FTS3

Fat library preparation instructions:

  • Build project for simulator
  • Build project for iOS device.
  • Copy .a files from DerivedData/$BUILD_DIR/Build/Products/
  • Rename Release-iphonesimulator and Release-iphoneos to libSqlite_armv7_arm64.a and libSqlite_i386_x86_64.a

lipo -create libSqlite_armv7_arm64.a libSqlite_i386_x86_64.a -output libSQLite3.a

About

SQlite library and reserve copy of SQLite sources

Resources

Stars

Watchers

Forks

Packages

No packages published