Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: alexey1312/SnapshotTestingHEIC
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Lightricks/SnapshotTestingHEIC
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Jun 27, 2024

  1. Package.resolved: fix dependency warning.

    Enlight has an explicit dependency with `swift-snapshot-testing` and
    an implicit dependency with it from the dependency with
    `SnapshotTestingHEIC`, one pointed to pointfree repo and one pointed to
    Lightricks repo, this added a constant warning in the Enlight workspace.
    
    This change fixes this warning.
    GalBerezansky committed Jun 27, 2024
    Copy the full SHA
    c59f70d View commit details
  2. Merge pull request #1 from Lightricks/feature/SnapshotTestingHEIC/fix…

    …-package-dependency-warning
    
    Package.resolved: fix dependency warning.
    GalBerezansky authored Jun 27, 2024
    Copy the full SHA
    8e4f495 View commit details
Showing with 2 additions and 2 deletions.
  1. +1 −1 Package.resolved
  2. +1 −1 Package.swift
2 changes: 1 addition & 1 deletion Package.resolved
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
"pins": [
{
"package": "swift-snapshot-testing",
"repositoryURL": "https://github.com/pointfreeco/swift-snapshot-testing.git",
"repositoryURL": "https://github.com/Lightricks/swift-snapshot-testing.git",
"state": {
"branch": null,
"revision": "cef5b3f6f11781dd4591bdd1dd0a3d22bd609334",
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ let package = Package(
],
dependencies: [
.package(name: "swift-snapshot-testing",
url: "https://github.com/pointfreeco/swift-snapshot-testing.git",
url: "https://github.com/Lightricks/swift-snapshot-testing.git",
from: "1.11.0"),
],
targets: [