mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-15 17:53:31 +01:00
[AltServer] Updates AltPlugin to 1.6
This commit is contained in:
Binary file not shown.
@@ -47,9 +47,9 @@ struct PluginVersion
|
|||||||
sha256Hash: "070e9b7e1f74e7a6474d36253ab5a3623ff93892acc9e1043c3581f2ded12200",
|
sha256Hash: "070e9b7e1f74e7a6474d36253ab5a3623ff93892acc9e1043c3581f2ded12200",
|
||||||
version: "1.0")
|
version: "1.0")
|
||||||
|
|
||||||
static let v1_5 = PluginVersion(url: Bundle.main.url(forResource: "AltPlugin", withExtension: "zip")!,
|
static let v1_6 = PluginVersion(url: Bundle.main.url(forResource: "AltPlugin", withExtension: "zip")!,
|
||||||
sha256Hash: "6a9fe0927193b0639212a0f74f31390d8569ea4ef6d71112e9ebbaa3652d4f4f",
|
sha256Hash: "e660d91612b9e7f43ffc0966808a93f0b1024adcc7c04e1c3f9bdb7bd7bcd228",
|
||||||
version: "1.5")
|
version: "1.6")
|
||||||
}
|
}
|
||||||
|
|
||||||
class PluginManager
|
class PluginManager
|
||||||
@@ -75,7 +75,7 @@ class PluginManager
|
|||||||
private var preferredVersion: PluginVersion {
|
private var preferredVersion: PluginVersion {
|
||||||
if #available(macOS 11, *)
|
if #available(macOS 11, *)
|
||||||
{
|
{
|
||||||
return .v1_5
|
return .v1_6
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user