Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
psiberx committed Feb 29, 2024
1 parent be4644d commit 2964a1a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions scripts/CompatibilityManager.reds
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
module EquipmentEx

public abstract class CompatibilityManager {
public static func RequiredArchiveXL() -> String = "1.11.3";
public static func RequiredTweakXL() -> String = "1.7.0";
public static func RequiredCodeware() -> String = "1.7.1";
public static func RequiredArchiveXL() -> String = "1.12.0";
public static func RequiredTweakXL() -> String = "1.8.0";
public static func RequiredCodeware() -> String = "1.8.0";

public static func CheckRequirements() -> Bool {
return Codeware.Require(CompatibilityManager.RequiredCodeware())
Expand Down
24 changes: 12 additions & 12 deletions support/hints/EquipmentEx.toml
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
[[UNRESOLVED_REF]]
id = "ARCHIVEXL_11103"
id = "ARCHIVEXL_11200"
span_starts_with = "ArchiveXL"
message = "Install ArchiveXL 1.11.3 or higher"
message = "Install ArchiveXL 1.12.0 or higher"

[[UNRESOLVED_METHOD]]
id = "ARCHIVEXL_11103"
id = "ARCHIVEXL_11200"
span_starts_with = "ArchiveXL"
message = "Install ArchiveXL 1.11.3 or higher"
message = "Install ArchiveXL 1.12.0 or higher"

[[UNRESOLVED_REF]]
id = "TWEAKXL_10700"
id = "TWEAKXL_10800"
span_starts_with = "TweakXL"
message = "Install TweakXL 1.7.0 or higher"
message = "Install TweakXL 1.8.0 or higher"

[[UNRESOLVED_FN]]
id = "CODEWARE_10701"
id = "CODEWARE_10800"
line_contains = "UTF8StrLower"
message = "Install Codeware 1.7.1 or higher"
message = "Install Codeware 1.8.0 or higher"

[[UNRESOLVED_METHOD]]
id = "CODEWARE_10701"
id = "CODEWARE_10800"
line_contains = "ForgetItemID"
message = "Install Codeware 1.7.1 or higher"
message = "Install Codeware 1.8.0 or higher"

[[UNRESOLVED_TYPE]]
id = "CODEWARE_10701"
id = "CODEWARE_10800"
line_contains = "InMenuPopup"
message = "Install Codeware 1.7.1 or higher"
message = "Install Codeware 1.8.0 or higher"

[[UNRESOLVED_METHOD]]
id = "EQEX_MIX"
Expand Down

0 comments on commit 2964a1a

Please sign in to comment.