Skip to content

Commit

Permalink
Update XcodeEdit dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlokhorst committed Sep 19, 2024
1 parent cad6747 commit 5e8ac2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down

0 comments on commit 5e8ac2f

Please sign in to comment.