Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make SQLiteCipher's dependencies come in through cocoapods, and therefore resolve all of the build issues #12

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

gblotter
Copy link

Instead of having this repo pull in SQLite.swift as a submodule, I removed all of those dependencies and instead created a pod file that pulls in SQLite.swift and SQLCipher and handles all of linking for us.

This branch compiles as is, but that is because it's pointing to my fork of SQLite.swift. I'm waiting for a PR to be accepted on the SQLite.swift repository. The change is a single word - public - in front of the check() function in the Connection.swift class.

Pending that pull request being approved, I can then lint a pod spec that I have prepared for this repository that should get it up and running again as a fully functioning cocoa pod.

This should solve: #10, #1, #8, #5, #3, and probably #7 as well.

Please let me know if you have any questions or suggestions!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant