mirror of
https://github.com/GayPizzaSpecifications/darwin-apk.git
synced 2026-04-02 13:30:18 +00:00
decode index checksum too cus why not
also dumps prettier package descriptions to a file now wahoo I have good priorities
This commit is contained in:
@@ -29,3 +29,9 @@ extension ApkIndex {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
extension ApkIndex: CustomStringConvertible {
|
||||
var description: String {
|
||||
self.packages.map(String.init).joined(separator: "\n")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user