Skip to content

Commit

Permalink
[AltServer] Updates AltPlugin to 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rileytestut committed Jun 4, 2021
1 parent edc5bd5 commit e7afa23
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Binary file modified AltServer/AltPlugin.zip
Binary file not shown.
8 changes: 4 additions & 4 deletions AltServer/PluginManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ struct PluginVersion
sha256Hash: "070e9b7e1f74e7a6474d36253ab5a3623ff93892acc9e1043c3581f2ded12200",
version: "1.0")

static let v1_3 = PluginVersion(url: Bundle.main.url(forResource: "AltPlugin", withExtension: "zip")!,
sha256Hash: "6c939d6601ea9793f149e4f6dd4a154e8229a9b9cf7f4bea4a1d6bca7d433512",
version: "1.3")
static let v1_4 = PluginVersion(url: Bundle.main.url(forResource: "AltPlugin", withExtension: "zip")!,
sha256Hash: "0bad93932228dd8c1a53e12f6a33b7663fb1ac060bd0bd7d784bd8fe9d6ffd09",
version: "1.4")
}

class PluginManager
Expand All @@ -75,7 +75,7 @@ class PluginManager
private var preferredVersion: PluginVersion {
if #available(macOS 11, *)
{
return .v1_3
return .v1_4
}
else
{
Expand Down

0 comments on commit e7afa23

Please sign in to comment.