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

Add Swift Package Manager support #548

Closed
wants to merge 11 commits into from
Closed

Add Swift Package Manager support #548

wants to merge 11 commits into from

Commits on Nov 19, 2016

  1. Configuration menu
    Copy the full SHA
    8d37b79 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    291e951 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6011c5e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f5f87fd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0ce63b3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9763d62 View commit details
    Browse the repository at this point in the history
  7. Broke the ObjC pieces out into a separate module, so that they can ac…

    …tually be built and used correctly.
    wadetregaskis committed Nov 19, 2016
    Configuration menu
    Copy the full SHA
    46da8cb View commit details
    Browse the repository at this point in the history
  8. Corrected dependencies - SQLite also uses CSQLite directly, not just …

    …indirectly via SQLiteObjc.
    wadetregaskis committed Nov 19, 2016
    Configuration menu
    Copy the full SHA
    2715a17 View commit details
    Browse the repository at this point in the history
  9. Renamed the package to just "SQLite", rather than "SQLite.swift", to …

    …if nothing else match the existing Xcode project name.
    wadetregaskis committed Nov 19, 2016
    Configuration menu
    Copy the full SHA
    6d1d46f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    406332a View commit details
    Browse the repository at this point in the history
  11. • Fixed two remaining file references that I missed in the first pass.

    • Added a [hopefully] temporary workaround to allow building within the existing Xcode project to work as it did before, in addition to command-line builds via `swift`.
    wadetregaskis committed Nov 19, 2016
    Configuration menu
    Copy the full SHA
    638e133 View commit details
    Browse the repository at this point in the history