Skip to content

Commit

Permalink
📦️ Add acknowledgement for Swift Algorithms package
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKai77 committed Mar 29, 2024
1 parent 38d1dd7 commit 8f9afac
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"location" : "https://github.com/sparkle-project/Sparkle",
"state" : {
"branch" : "2.x",
"revision" : "0a4caaf7a81eea2cece651ef4b17331fa0634dff"
"revision" : "0183bf2b3f8000bb222b631631c3164da55a0b0f"
}
},
{
Expand All @@ -56,5 +56,5 @@
}
}
],
"version" : 2
"version" : 3
}
7 changes: 7 additions & 0 deletions Loop/About Window/AboutView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ struct AboutView: View {
@State private var isShowingAcknowledgements = false

let packages: [PackageDescription] = [
PackageDescription(
name: "Swift Algorithms",
url: URL(
string: "https://github.com/apple/swift-algorithms"
)!,
license: URL(string: "https://github.com/apple/swift-algorithms/blob/main/LICENSE.txt")!
),
PackageDescription(
name: "Defaults",
url: URL(
Expand Down

0 comments on commit 8f9afac

Please sign in to comment.