-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Created a single universal Mac+iOS framework #1
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
Conversation
@@ -9,17 +9,6 @@ A pure [Swift][1.1] framework wrapping [SQLite3][1.2]. | |||
[1.3]: https://github.com/stephencelis/SQLite.swift | |||
|
|||
|
|||
## Features |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hm, did my recent README changes somehow get reverted in your commit?
This is really interesting, but it looks like it accidentally reverts a few recent commits. Could you re-commit and force-push just your changes so I can investigate further? |
Sorry, I was away for the past few days. Do you happen to know how to force-push updates to a fork?
|
@mprudhom Sorry, I'm traveling as well! You should be able to clone your fork, amend your commit and |
Hm, I've tried to replicate this with a new branch: https://github.com/stephencelis/SQLite.swift/tree/universal-framework But It's complaining on the build server: https://travis-ci.org/stephencelis/SQLite.swift/builds/47314796 And, while the CLI build works fine locally on my MacBook using
I'm having issues with
|
Finally closing in favor of d6e752c It makes Travis unhappy (see travis-ci/travis-ci#3237), but everything else seems to be in order. |
Updating swift 4 branch from master
Commented out check breaking queries
Strings to enum constants
…teSupport Codable - Add Date support
Add prepareRowIterator method to an extension of Statement.
No description provided.