Skip to content

Commit c9d2b2d

Browse files
committed
Added a note about collection signing being temporarily disabled.
1 parent 21101b7 commit c9d2b2d

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

Sources/App/Views/Author/AuthorShow+View.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ enum AuthorShow {
5757
),
5858
.text(".")
5959
),
60+
.p(
61+
.strong("Note:"),
62+
.text(" Package collection signing is temporarily disabled. Package collections generated by Swift Package Index will still work, but you may get a certificate or security warning when using them."),
63+
),
6064
.copyableInputForm(buttonName: "Copy Package Collection URL",
6165
eventName: "Copy Package Collection URL Button",
6266
valueToCopy: SiteURL.packageCollectionAuthor(.value(model.owner)).absoluteURL()),

Sources/App/Views/Keyword/KeywordShow+View.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ enum KeywordShow {
5656
),
5757
.text(".")
5858
),
59+
.p(
60+
.strong("Note:"),
61+
.text(" Package collection signing is temporarily disabled. Package collections generated by Swift Package Index will still work, but you may get a certificate or security warning when using them."),
62+
),
5963
.copyableInputForm(buttonName: "Copy Package Collection URL",
6064
eventName: "Copy Package Collection URL Button",
6165
valueToCopy: SiteURL.packageCollectionKeyword(.value(model.keyword)).absoluteURL()),

0 commit comments

Comments
 (0)