Housekeeping

This commit is contained in:
2024-11-23 18:21:15 +11:00
parent 2eea15fb90
commit d9f5052d21
4 changed files with 2 additions and 6 deletions

View File

@ -26,9 +26,6 @@ public struct ApkIndexPackage: Hashable, Sendable {
public var downloadFilename: String { "\(self.name)-\(version).apk" }
//TODO: Implementation
//lazy var semanticVersion: (Int, Int, Int) = (0, 0, 0)
init(name: String, version spec: ApkVersionSpecification) {
fatalError("Cannot construct an ApkIndexPackage this way")
}