Skip to content

Commit

Permalink
Update XCConfig to support include resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmassicotte committed Jan 10, 2024
1 parent 3193eca commit 55e4b04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/mattmassicotte/XCConfig",
"state" : {
"branch" : "main",
"revision" : "2379629e1f44a6476afc709d9fcffb02bf7fa724"
"revision" : "586308908873a212c17019163afea02847f782a3"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/tuist/XcodeProj", from: "8.15.0"),
.package(url: "https://github.com/mattmassicotte/XCConfig", revision: "2379629e1f44a6476afc709d9fcffb02bf7fa724"),
.package(url: "https://github.com/mattmassicotte/XCConfig", revision: "586308908873a212c17019163afea02847f782a3"),
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.2.3"),
.package(url: "https://github.com/jpsim/Yams.git", from: "5.0.0"),
],
Expand Down

0 comments on commit 55e4b04

Please sign in to comment.