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

Fix build issues by removing nested PINOperation.xcodeproj #282

Commits on Sep 9, 2020

  1. Configuration menu
    Copy the full SHA
    41d2f28 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2020

  1. Configuration menu
    Copy the full SHA
    4f5b386 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79c8bf0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f1e6ee View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2020

  1. Configuration menu
    Copy the full SHA
    8e92105 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2020

  1. Configuration menu
    Copy the full SHA
    f0a4783 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2020

  1. Configuration menu
    Copy the full SHA
    e4bf313 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6572272 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2020

  1. Link PINCache against PINOperation

    PINCache does not _embed_ PINOperation, only links it such that the
    binary declares it needs PINOperation to run. This permits Xcode to
    recognize the dependency relationship in the workspace.
    elliottwilliams committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    f0d1e9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f55565 View commit details
    Browse the repository at this point in the history