[AltServer] Updates AltPlugin to 1.3

This commit is contained in:
Riley Testut
2021-01-30 13:17:12 -06:00
parent 37aaf2cdb6
commit 49f5f96097
2 changed files with 4 additions and 4 deletions

Binary file not shown.

View File

@@ -47,9 +47,9 @@ struct PluginVersion
sha256Hash: "070e9b7e1f74e7a6474d36253ab5a3623ff93892acc9e1043c3581f2ded12200",
version: "1.0")
static let v1_2 = PluginVersion(url: Bundle.main.url(forResource: "AltPlugin", withExtension: "zip")!,
sha256Hash: "f4f846ad51ed985236422249e6e8dfbd872c75ff4c38952b4757d361b2e522e8",
version: "1.2")
static let v1_3 = PluginVersion(url: Bundle.main.url(forResource: "AltPlugin", withExtension: "zip")!,
sha256Hash: "6c939d6601ea9793f149e4f6dd4a154e8229a9b9cf7f4bea4a1d6bca7d433512",
version: "1.3")
}
class PluginManager
@@ -75,7 +75,7 @@ class PluginManager
private var preferredVersion: PluginVersion {
if #available(macOS 11, *)
{
return .v1_2
return .v1_3
}
else
{