Prerequisite Information
Hello,
I am creating a macOS app that loads lots of information from an SQLite database to a table view.
The database has about a million of records in the table and each record has a field with the local path of an image.
The size of the database file is about 1 GB.
The size of the folder containing those images is about 17 GB.
Questions
What is the best and most efficient way possible to be able to create, bundle and distribute this app in the app store or any other place (preferably without having to download 18 GB) ?
I know that it would be a lot better by having it on a server and downloading it, but I want to make the app completely offline.