Skip to content

Commit

Permalink
- Automatic update for Intel WiFi Ventura kext
Browse files Browse the repository at this point in the history
  • Loading branch information
Inqnuam committed Jun 4, 2023
1 parent 505b715 commit f9f1b81
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HackinDROM.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,7 @@
CODE_SIGN_ENTITLEMENTS = HackinDROM/HackinDROM.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 7;
CURRENT_PROJECT_VERSION = 8;
DEVELOPMENT_ASSET_PATHS = "\"HackinDROM/Preview Content\"";
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
Expand Down Expand Up @@ -821,7 +821,7 @@
CODE_SIGN_ENTITLEMENTS = HackinDROM/HackinDROM.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 7;
CURRENT_PROJECT_VERSION = 8;
DEVELOPMENT_ASSET_PATHS = "\"HackinDROM/Preview Content\"";
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
Expand Down
Binary file not shown.
7 changes: 7 additions & 0 deletions HackinDROM/StandaloneUpdater/KextsUpdater/kextLists.swift
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,13 @@ struct AirportItlwmCustomName {
}

let airportItlwmCustomNames: [AirportItlwmCustomName] = [
AirportItlwmCustomName(localName: "AirportItlwmVentura",
customNames: [
"AirportItlwmVentura",
"AirportItlwm_Ventura",
"AirportItlwm-Ventura"
],
remoteNames: ["Ventura"]),
AirportItlwmCustomName(localName: "AirportItlwmMonterey",
customNames: [
"AirportItlwmMonterey",
Expand Down

0 comments on commit f9f1b81

Please sign in to comment.