This differential patches SQLCipher amalgamation to enable sqlite 3 session extension usage and to enfore XCode to use sqlite3.h header from SQLCipher
amalgamation instead of sqlite3.h provided by the system.
I don't plan to land this diff, but to make a release of SQLCipher-amalgamation updated with changes in this diff.
EDIT:
This differential bumps sqlcipher-amalgamation version. New version contains changes that force XCode look for sqlite3.h in SQLCipher-amalgamation sources directory instead of its own system-provided header file. XCode system provided header file is very outdated and doesn't contain definitions associated with sqlite 3 session extension.
Adding @ashoat as reviewer since it affects project dependencies.