We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 997c0b3 commit 85fba4bCopy full SHA for 85fba4b
oclp_r/sys_patch/patchsets/hardware/misc/apfs_aligned.py
@@ -30,13 +30,13 @@ def present(self) -> bool:
30
"""
31
AppleHDA was outright removed in macOS 26, so this patch set is always present if OS requires it
32
33
- return True
+ return self._constants.allow_apfs_aligned_patch
34
35
def requires_kernel_debug_kit(self) -> bool:
36
37
Apple no longer provides standalone kexts in the base OS
38
39
- return self._constants.allow_apfs_aligned_patch
+ return False
40
def native_os(self) -> bool:
41
42
- Everything before macOS Tahoe 26 is considered native
0 commit comments