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

Replace GRDB with FMDB #1007

Merged
merged 1 commit into from
Oct 23, 2018
Merged

Replace GRDB with FMDB #1007

merged 1 commit into from
Oct 23, 2018

Conversation

dlackty
Copy link
Contributor

@dlackty dlackty commented Oct 21, 2018

While trying to build the project against Xcode 10, I encountered an issue regrind to incompatibility of GRDB library and Xcode 10.

After digging into this issue for a while, I certainly believe official Carthage support from the project wouldn't be a thing in near future, according to several threads on the project issues, (e.g. latest: groue/GRDB.swift#433).

Fortunately I found the usage of library was small enough to be replaced easily, and I chose FMDB, the most popular library for SQLite on GitHub to do a quick rewrite.

@ifeherva
Copy link
Contributor

Looks good, thanks!

@ifeherva ifeherva merged commit 91e8efa into HearthSim:master Oct 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants