We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/apple/swift-package-manager/blob/master/Documentation/Usage.md#package-pinning
JSON file called Package.pins which is generated/updated automatically as a lockfile
Package.pins
Only example I can find so far is here: https://github.com/apple/swift-package-manager/blob/master/Tests/WorkspaceTests/PinsStoreTests.swift#L99-L122
{ "autoPin": true, "pins": [ { "package": "bam", "reason": null, "repositoryURL": "/private/tmp/BigPackage/bam", "version": "1.0.0" }, { "package": "bar", "reason": null, "repositoryURL": "/private/tmp/BigPackage/bar", "version": "1.0.0" }, { "package": "baz", "reason": null, "repositoryURL": "/private/tmp/BigPackage/baz", "version": "1.0.0" } ], "version": 1 }
The text was updated successfully, but these errors were encountered:
It's shipped in swift 3.1 so no longer on hold: kumabook/TOMLKit@6a7df51
Sorry, something went wrong.
Moving this to the Backlog as we'd still like to implement it but can't see that happening in the near future.
No branches or pull requests
https://github.com/apple/swift-package-manager/blob/master/Documentation/Usage.md#package-pinning
JSON file called
Package.pins
which is generated/updated automatically as a lockfileOnly example I can find so far is here: https://github.com/apple/swift-package-manager/blob/master/Tests/WorkspaceTests/PinsStoreTests.swift#L99-L122
The text was updated successfully, but these errors were encountered: