Skip to content

Commit

Permalink
Pull in latest XCConfig to fix optional include handling
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmassicotte committed Feb 8, 2024
1 parent 1aa8641 commit a8ee3f1
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 @@ -32,16 +32,16 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-argument-parser",
"state" : {
"revision" : "8f4d2753f0e4778c76d5f05ad16c74f707390531",
"version" : "1.2.3"
"revision" : "c8ed701b513cf5177118a175d85fbbbcd707ab41",
"version" : "1.3.0"
}
},
{
"identity" : "xcconfig",
"kind" : "remoteSourceControl",
"location" : "https://github.com/mattmassicotte/XCConfig",
"state" : {
"revision" : "6375b3d7ac16e5c4103c3cbe7b633411bee47d37"
"revision" : "fda9516ccdd073812b6d16a0bd702204b14e70a3"
}
},
{
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: "6375b3d7ac16e5c4103c3cbe7b633411bee47d37"),
.package(url: "https://github.com/mattmassicotte/XCConfig", revision: "fda9516ccdd073812b6d16a0bd702204b14e70a3"),
.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"),
.package(url: "https://github.com/kylef/PathKit.git", from: "1.0.1"),
Expand Down

0 comments on commit a8ee3f1

Please sign in to comment.