File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,14 @@ dependencies:
49
49
specifier: 'acidanthera/MacHyperVSupport@github'
50
50
kind: Kext
51
51
revision: '{ SHA1: e987ee22940b483df5a8b4d419d13350e494d95b }'
52
+ VMMHide:
53
+ build: DEBUG
54
+ version: 1.0.1
55
+ url: 'https://github.com/Carnations-Botanica/VMHide/releases/download/1.0.1/VMHide-1.0.1-DEBUG.zip'
56
+ resolution: 'Carnations-Botanica/VMHide@github:1.0.1#commit=62d737a323758777cc21b1e377c03c3b1d8ba046'
57
+ specifier: 'Carnations-Botanica/VMHide@github:latest'
58
+ kind: Kext
59
+ revision: '{ SHA1: 62d737a323758777cc21b1e377c03c3b1d8ba046 }'
52
60
VirtualSMC:
53
61
build: DEBUG
54
62
version: 1.3.4
Original file line number Diff line number Diff line change @@ -18,6 +18,14 @@ Drivers:
18
18
Kexts :
19
19
Lilu : latest
20
20
VirtualSMC : latest
21
+ # Workaround for macOS 15 VM detection
22
+ # - This reroutes the hv_vmm_present handler to bypass new VMApple additions
23
+ # added in Sequoia (often breaking iCloud services).
24
+ # - Tested on macOS 14 (Sonoma, 23.0.0+) and macOS 15 (Sequoia, 24.0.0+).
25
+ VMMHide :
26
+ specifier : Carnations-Botanica/VMHide=latest
27
+ properties :
28
+ MinKernel : " 24.0.0"
21
29
# Core Hyper-V support kext for macOS 12.0 and newer.
22
30
MacHyperVSupportMonterey :
23
31
specifier : " *"
You can’t perform that action at this time.
0 commit comments