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 support for SwiftPM based dependency managers #706

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

Commits on Apr 8, 2019

  1. Configuration menu
    Copy the full SHA
    aeef4f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41ff5a1 View commit details
    Browse the repository at this point in the history
  3. [Package.swift] Point sources to Swift-only files

    This step is required due to restrictions of SwiftPM not allowing mixed language projects.
    A future improvent that prevents needing this workaround would be to put all ObjC files into
    their own directory and list that directory within the `exclude` parameter.
    Jeehut authored Apr 8, 2019
    Configuration menu
    Copy the full SHA
    a5609e3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c8defd5 View commit details
    Browse the repository at this point in the history