We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 740dc1a commit c168021Copy full SHA for c168021
Package.swift
@@ -18,7 +18,7 @@ let package = Package(
18
.plugin(name: "RswiftModifyXcodePackages", targets: ["RswiftModifyXcodePackages"]),
19
],
20
dependencies: [
21
- .package(url: "https://github.com/tomlokhorst/XcodeEdit", from: "2.10.2"),
+ .package(url: "https://github.com/tomlokhorst/XcodeEdit", from: "2.11.1"),
22
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.1.0"),
23
24
targets: [
0 commit comments