mercredi 8 juillet 2015

SQLite3 database in a framework/static library without user knowing

I am working on a framework and static library, which, as one of the requirements, has to persist data on a sqlite database (not core data :(). Also, it is required that the user (developer who will be using the framework) does not need to add the libssqlite3 dylib to the linked frameworks and libraries. Is this possible, to add the library from the framework itself and not the app configuration?

Aucun commentaire:

Enregistrer un commentaire