We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22b2908 commit fe3ce87Copy full SHA for fe3ce87
Modules/Package.swift
@@ -77,6 +77,7 @@ let package = Package(
77
"WordPressShared",
78
"WordPressUI",
79
.product(name: "Gridicons", package: "Gridicons-iOS"),
80
+ // TODO: Remove — It's here just for a NSMutableParagraphStyle init helper
81
.product(name: "WordPressKit", package: "WordPressKit"),
82
],
83
// Set to v5 to avoid @Sendable warnings and errors
0 commit comments