-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Need to automate updating in both the sqlite3mc_flutter_libs and sqlite3mc podspec. There are currently several places this has to happen.
For android
sqlite3mc.dart/native_libs/sqlite3mc-android-native-lib/sqlite3mc-native-library/cpp/CMakeLists.txt
Lines 14 to 18 in a6b731b
| FetchContent_Declare( | |
| sqlite3mc | |
| URL https://github.com/utelle/SQLite3MultipleCiphers/releases/download/v1.5.4/sqlite3mc-1.5.4-sqlite-3.40.0-amalgamation.zip | |
| URL_HASH SHA512=e2a677af79bc4331df6cd9c2549dd98cbca514ac7c0a7ac1c93b15051b7f5d33c2a3ec05e03793222cbbbbb3833054f6dbca49581e214572ab7dd5d47ece0ead | |
| ) |
For linux
sqlite3mc.dart/packages/sqlite3mc_flutter_libs/linux/CMakeLists.txt
Lines 10 to 14 in a6b731b
| FetchContent_Declare( | |
| sqlite3 | |
| URL https://github.com/utelle/SQLite3MultipleCiphers/releases/download/v1.5.4/sqlite3mc-1.5.4-sqlite-3.40.0-amalgamation.zip | |
| URL_HASH SHA512=e2a677af79bc4331df6cd9c2549dd98cbca514ac7c0a7ac1c93b15051b7f5d33c2a3ec05e03793222cbbbbb3833054f6dbca49581e214572ab7dd5d47ece0ead | |
| ) |
For Windows
sqlite3mc.dart/packages/sqlite3mc_flutter_libs/windows/CMakeLists.txt
Lines 27 to 31 in a6b731b
| FetchContent_Declare( | |
| sqlite3 | |
| URL https://github.com/utelle/SQLite3MultipleCiphers/releases/download/v1.5.4/sqlite3mc-1.5.4-sqlite-3.40.0-amalgamation.zip | |
| URL_HASH SHA512=e2a677af79bc4331df6cd9c2549dd98cbca514ac7c0a7ac1c93b15051b7f5d33c2a3ec05e03793222cbbbbb3833054f6dbca49581e214572ab7dd5d47ece0ead | |
| ) |
For Web/Wasm
Must change the url and run make build-all-libs
sqlite3mc.dart/packages/sqlite3mc_drift_database/wasm/assets/sqlite3mc-wasm/CMakeLists.txt
Lines 6 to 10 in a6b731b
| FetchContent_Declare( | |
| sqlite3mc | |
| URL https://github.com/utelle/SQLite3MultipleCiphers/releases/download/v1.5.4/sqlite3mc-1.5.4-sqlite-3.40.0-amalgamation.zip | |
| URL_HASH SHA512=e2a677af79bc4331df6cd9c2549dd98cbca514ac7c0a7ac1c93b15051b7f5d33c2a3ec05e03793222cbbbbb3833054f6dbca49581e214572ab7dd5d47ece0ead | |
| ) |
For iOS & MacOs
Manually renaming the sqlite3mc_amalgamation and adding to https://github.com/thinkassembly/sqlite3mc