Skip to content

Commit f134b3b

Browse files
committed
Update Package plugin version for Xcode builds to 1.2.1
1 parent 5e0dba6 commit f134b3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugins/Shared.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import PackagePlugin
2929
// As of Xcode 15.0, Xcode command plugins have no way to read the package manifest, therefore we must hardcode the version number.
3030
// It is okay for this number to be behind the most current release if the inputs and outputs to SafeDITool have not changed.
3131
// Unlike SPM plugins, Xcode plugins can not determine the current version number, so we must hardcode it.
32-
"1.2.0"
32+
"1.2.1"
3333
}
3434

3535
var safeDIOrigin: URL {

0 commit comments

Comments
 (0)