Skip to content

Commit

Permalink
Merge pull request tylearymf#16 from parkycai/main
Browse files Browse the repository at this point in the history
2021.3.4(m1)
  • Loading branch information
tylearymf authored Jun 6, 2022
2 parents 2e039bc + f811519 commit aefe63a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Patcher/Unity/UnityPatchInfos.cs
Original file line number Diff line number Diff line change
Expand Up @@ -286,12 +286,20 @@ public static List<byte[]> ToBytes(params byte[][] bytesArray)
new()
{
// 2021.3.3(m1)
Version = "2021",
Version = "2021.3.3",
Architecture = ArchitectureType.MacOS_ARM64,
LightPattern = ToBytes(ToArray("F4 02 00 34 A1 CC 00 D0 21 40 23 91"), ToArray("20 06 00 36 E1 E3 01 91 E0 03 13 AA 2F 0B")),
DarkPattern = ToBytes(ToArray("17 00 00 14 A1 CC 00 D0 21 40 23 91"), ToArray("20 06 00 37 E1 E3 01 91 E0 03 13 AA 2F 0B")),
},
new()
{
// 2021.3.4(m1)
Version = "2021.3.4",
Architecture = ArchitectureType.MacOS_ARM64,
LightPattern = ToBytes(ToArray("F4 02 00 34 A1 CC 00 F0 21 20 23 91"), ToArray("20 06 00 36 E1 E3 01 91 E0 03 13 AA 2F 0B")),
DarkPattern = ToBytes(ToArray("17 00 00 14 A1 CC 00 F0 21 20 23 91"), ToArray("20 06 00 37 E1 E3 01 91 E0 03 13 AA 2F 0B")),
},
new()
{
// 2022.1.2(m1)
Version = "2022",
Expand Down

0 comments on commit aefe63a

Please sign in to comment.