Skip to content

Commit

Permalink
fix: update XCResultKit to db9aa9d in order to support Xcode 16
Browse files Browse the repository at this point in the history
  • Loading branch information
Brett-Best committed Jul 24, 2024
1 parent ad962cb commit e5b6ee5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"package": "XCResultKit",
"repositoryURL": "https://github.com/davidahouse/XCResultKit.git",
"state": {
"branch": null,
"revision": "612053960665fd1f16309c1ae4a8bf4efa64b8c5",
"version": "1.0.2"
"branch": "db9aa9d",
"revision": "db9aa9d39531188bf23a7afc1a683bd828e3fc5b",
"version": null
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ let package = Package(
),
.package(
url: "https://github.com/davidahouse/XCResultKit.git",
.upToNextMajor(from: "1.0.2")
.revisionItem("db9aa9d")
),
// .package(
// url: "https://github.com/realm/SwiftLint.git",
Expand Down

0 comments on commit e5b6ee5

Please sign in to comment.