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: [