From a8ee3f1648459f653ffbba94a8caea7b3ec68c48 Mon Sep 17 00:00:00 2001 From: Matt <85322+mattmassicotte@users.noreply.github.com> Date: Thu, 8 Feb 2024 13:14:36 -0500 Subject: [PATCH] Pull in latest XCConfig to fix optional include handling --- Package.resolved | 6 +++--- Package.swift | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.resolved b/Package.resolved index e0c6e34..af95993 100644 --- a/Package.resolved +++ b/Package.resolved @@ -32,8 +32,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/apple/swift-argument-parser", "state" : { - "revision" : "8f4d2753f0e4778c76d5f05ad16c74f707390531", - "version" : "1.2.3" + "revision" : "c8ed701b513cf5177118a175d85fbbbcd707ab41", + "version" : "1.3.0" } }, { @@ -41,7 +41,7 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/mattmassicotte/XCConfig", "state" : { - "revision" : "6375b3d7ac16e5c4103c3cbe7b633411bee47d37" + "revision" : "fda9516ccdd073812b6d16a0bd702204b14e70a3" } }, { diff --git a/Package.swift b/Package.swift index fc5f298..c4c1319 100644 --- a/Package.swift +++ b/Package.swift @@ -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"),