Skip to content

Commit bfe992e

Browse files
author
osy
committed
Updated constants for macOS Ventura
1 parent ec7c714 commit bfe992e

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

MacKernelSDK

Submodule MacKernelSDK updated 101 files

Polaris22Fixup.xcodeproj/project.pbxproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,7 @@
394394
CEDE8CF022984C0800C73034 /* Debug */ = {
395395
isa = XCBuildConfiguration;
396396
buildSettings = {
397+
ARCHS = x86_64;
397398
CODE_SIGN_STYLE = Automatic;
398399
COMBINE_HIDPI_IMAGES = YES;
399400
CURRENT_PROJECT_VERSION = 1.0.0d1;
@@ -411,7 +412,7 @@
411412
MODULE_NAME = com.osy86.Polaris22Fixup;
412413
MODULE_START = "$(PRODUCT_NAME)_kern_start";
413414
MODULE_STOP = "$(PRODUCT_NAME)_kern_stop";
414-
MODULE_VERSION = 1.3.5;
415+
MODULE_VERSION = 1.3.6;
415416
PRODUCT_BUNDLE_IDENTIFIER = com.osy86.Polaris22Fixup;
416417
PRODUCT_NAME = "$(TARGET_NAME)";
417418
WRAPPER_EXTENSION = kext;
@@ -421,6 +422,7 @@
421422
CEDE8CF122984C0800C73034 /* Release */ = {
422423
isa = XCBuildConfiguration;
423424
buildSettings = {
425+
ARCHS = x86_64;
424426
CODE_SIGN_STYLE = Automatic;
425427
COMBINE_HIDPI_IMAGES = YES;
426428
CURRENT_PROJECT_VERSION = 1.0.0d1;
@@ -438,7 +440,7 @@
438440
MODULE_NAME = com.osy86.Polaris22Fixup;
439441
MODULE_START = "$(PRODUCT_NAME)_kern_start";
440442
MODULE_STOP = "$(PRODUCT_NAME)_kern_stop";
441-
MODULE_VERSION = 1.3.5;
443+
MODULE_VERSION = 1.3.6;
442444
PRODUCT_BUNDLE_IDENTIFIER = com.osy86.Polaris22Fixup;
443445
PRODUCT_NAME = "$(TARGET_NAME)";
444446
WRAPPER_EXTENSION = kext;

Polaris22Fixup/kern_start.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,6 @@ PluginConfiguration ADDPR(config) {
298298
bootargBeta,
299299
arrsize(bootargBeta),
300300
KernelVersion::Mojave,
301-
KernelVersion::Monterey,
301+
KernelVersion::Ventura,
302302
pluginStart
303303
};

0 commit comments

Comments
 (0)