Skip to content

Commit 6fc3d3f

Browse files
committed
Revert "Merge pull request #3772 from SwiftPackageIndex/collection-signing-note"
This reverts commit 545d844, reversing changes made to 21101b7.
1 parent 46fc0ac commit 6fc3d3f

File tree

4 files changed

+0
-14
lines changed

4 files changed

+0
-14
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,6 @@ 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-
),
6460
.copyableInputForm(buttonName: "Copy Package Collection URL",
6561
eventName: "Copy Package Collection URL Button",
6662
valueToCopy: SiteURL.packageCollectionAuthor(.value(model.owner)).absoluteURL()),

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,6 @@ 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-
),
6359
.copyableInputForm(buttonName: "Copy Package Collection URL",
6460
eventName: "Copy Package Collection URL Button",
6561
valueToCopy: SiteURL.packageCollectionKeyword(.value(model.keyword)).absoluteURL()),

Tests/AppTests/__Snapshots__/WebpageSnapshotTests/AuthorShow_document.1.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,6 @@ <h2 class="trimmed">Packages authored by Test Author</h2>
8686
<p>These packages are available as a package collection,
8787
<a href="/package-collections">usable in Xcode or SwiftPM</a>.
8888
</p>
89-
<p>
90-
<strong>Note:</strong> 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.
91-
</p>
9289
<form class="copyable-input">
9390
<input type="text" data-button-name="Copy Package Collection URL" data-event-name="Copy Package Collection URL Button" value="http://localhost:8080/test-author/collection.json" readonly/>
9491
</form>

Tests/AppTests/__Snapshots__/WebpageSnapshotTests/KeywordShow_document.1.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,6 @@ <h2 class="trimmed">Packages for keyword “networking”</h2>
8686
<p>These packages are available as a package collection,
8787
<a href="/package-collections">usable in Xcode or SwiftPM</a>.
8888
</p>
89-
<p>
90-
<strong>Note:</strong> 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.
91-
</p>
9289
<form class="copyable-input">
9390
<input type="text" data-button-name="Copy Package Collection URL" data-event-name="Copy Package Collection URL Button" value="http://localhost:8080/keywords/networking/collection.json" readonly/>
9491
</form>

0 commit comments

Comments
 (0)