From 5e8ac2f4e113424e3e75cc2918b35315866868c6 Mon Sep 17 00:00:00 2001 From: Tom Lokhorst Date: Thu, 19 Sep 2024 19:58:14 +0200 Subject: [PATCH] Update XcodeEdit dependency --- Package.resolved | 4 ++-- Package.swift | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.resolved b/Package.resolved index 811b93b9..7b8e370a 100644 --- a/Package.resolved +++ b/Package.resolved @@ -14,8 +14,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/tomlokhorst/XcodeEdit", "state" : { - "revision" : "37bb656dc0fe9af437bbf2728f0fa3062f44e460", - "version" : "2.10.0" + "revision" : "49734e514af8e917f5aa2112ce59a0eea542580c", + "version" : "2.10.1" } } ], diff --git a/Package.swift b/Package.swift index 3acaf448..99425464 100644 --- a/Package.swift +++ b/Package.swift @@ -18,7 +18,7 @@ let package = Package( .plugin(name: "RswiftModifyXcodePackages", targets: ["RswiftModifyXcodePackages"]), ], dependencies: [ - .package(url: "https://github.com/tomlokhorst/XcodeEdit", from: "2.10.0"), + .package(url: "https://github.com/tomlokhorst/XcodeEdit", from: "2.10.1"), .package(url: "https://github.com/apple/swift-argument-parser", from: "1.1.0"), ], targets: [