[AltServer] Removes unnecessary #available checks

This commit is contained in:
Riley Testut
2023-03-02 17:07:38 -06:00
parent 961bc5aa66
commit 3863d5cf49
3 changed files with 19 additions and 43 deletions

View File

@@ -14,10 +14,6 @@ struct PluginVersion: Decodable
var sha256Hash: String
var version: String
static let v1_0 = PluginVersion(url: URL(string: "https://f000.backblazeb2.com/file/altstore/altserver/altplugin/1_0.zip")!,
sha256Hash: "070e9b7e1f74e7a6474d36253ab5a3623ff93892acc9e1043c3581f2ded12200",
version: "1.0")
static let v1_9 = PluginVersion(url: Bundle.main.url(forResource: "AltPlugin", withExtension: "zip")!,
sha256Hash: "83ead26d8776ef6850e06fe3d1c5c5559aca284718b1cf3cc49785ba6b1e2849",
version: "1.9")