Skip to content

Commit 2b28003

Browse files
authored
fix: Correct Darwin version number for macOS 15.0 (#17)
1 parent cdbc3a6 commit 2b28003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ choose_xnu() {
224224
RELEASE_URL='https://raw.githubusercontent.com/apple-oss-distributions/distribution-macOS/macos-150/release.json'
225225
KDK_NAME='Kernel Debug Kit 15.0 build 24A335'
226226
KDKROOT='/Library/Developer/KDKs/KDK_15.0_24A335.kdk'
227-
RC_DARWIN_KERNEL_VERSION='24.4.0'
227+
RC_DARWIN_KERNEL_VERSION='24.0.0'
228228
;;
229229
*)
230230
error "Invalid xnu version"

0 commit comments

Comments
 (0)