Skip to content

Commit

Permalink
koekeishiya#1054 fix scripting-addition for intel 12.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
koekeishiya committed Dec 16, 2021
1 parent b548a9a commit f403e60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/osax/common.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef SA_COMMON_H
#define SA_COMMON_H

#define OSAX_VERSION "2.0.1"
#define OSAX_VERSION "2.0.2"

#define OSAX_PAYLOAD_SUCCESS 0
#define OSAX_PAYLOAD_NOT_FOUND 1
Expand Down
2 changes: 1 addition & 1 deletion src/osax/x86_64/payload.m
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

uint64_t get_dock_spaces_offset(NSOperatingSystemVersion os_version) {
if (os_version.majorVersion == 12) {
return 0xA500;
return 0x9000;
} else if ((os_version.majorVersion == 11) || (os_version.majorVersion == 10 && os_version.minorVersion == 16)) {
return 0x8d00;
} if (os_version.minorVersion == 15) {
Expand Down

0 comments on commit f403e60

Please sign in to comment.