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 5e0dba6 commit f134b3bCopy full SHA for f134b3b
Plugins/Shared.swift
@@ -29,7 +29,7 @@ import PackagePlugin
29
// As of Xcode 15.0, Xcode command plugins have no way to read the package manifest, therefore we must hardcode the version number.
30
// It is okay for this number to be behind the most current release if the inputs and outputs to SafeDITool have not changed.
31
// Unlike SPM plugins, Xcode plugins can not determine the current version number, so we must hardcode it.
32
- "1.2.0"
+ "1.2.1"
33
}
34
35
var safeDIOrigin: URL {
0 commit comments