Skip to content

Commit

Permalink
Add back itlwm entry, fix for getIORegAudioDeviceArray?
Browse files Browse the repository at this point in the history
  • Loading branch information
benbaker76 committed Jun 19, 2021
1 parent b7d1b7e commit 08c2bea
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Hackintool.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,7 @@
CODE_SIGN_INJECT_BASE_ENTITLEMENTS = NO;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 0360;
CURRENT_PROJECT_VERSION = 0361;
DEVELOPMENT_TEAM = 5LGHPJM9ZR;
ENABLE_HARDENED_RUNTIME = YES;
ENABLE_STRICT_OBJC_MSGSEND = NO;
Expand All @@ -734,7 +734,7 @@
INFOPLIST_FILE = "Hackintool/Hackintool-Info.plist";
LD_RUNPATH_SEARCH_PATHS = "@loader_path/../Frameworks @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.9;
MARKETING_VERSION = 3.6.0;
MARKETING_VERSION = 3.6.1;
PRODUCT_BUNDLE_IDENTIFIER = com.Headsoft.Hackintool;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -755,7 +755,7 @@
CODE_SIGN_INJECT_BASE_ENTITLEMENTS = NO;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 0360;
CURRENT_PROJECT_VERSION = 0361;
DEVELOPMENT_TEAM = 5LGHPJM9ZR;
ENABLE_HARDENED_RUNTIME = YES;
ENABLE_STRICT_OBJC_MSGSEND = NO;
Expand All @@ -770,7 +770,7 @@
INFOPLIST_FILE = "Hackintool/Hackintool-Info.plist";
LD_RUNPATH_SEARCH_PATHS = "@loader_path/../Frameworks @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.9;
MARKETING_VERSION = 3.6.0;
MARKETING_VERSION = 3.6.1;
PRODUCT_BUNDLE_IDENTIFIER = com.Headsoft.Hackintool;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
Binary file not shown.
1 change: 0 additions & 1 deletion Hackintool/IORegTools.m
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,6 @@ bool getIORegAudioDeviceArray(NSMutableArray **audioDeviceArray)
{
if (IOObjectConformsTo(device, "IOPCIDevice"))
{
IOObjectRelease(iterator);
IOObjectRelease(device);
break;
}
Expand Down
12 changes: 12 additions & 0 deletions Resources/Kexts/kexts.plist
Original file line number Diff line number Diff line change
Expand Up @@ -658,6 +658,18 @@
<key>Type</key>
<string>Kext</string>
</dict>
<dict>
<key>Name</key>
<string>itlwm</string>
<key>BundleID</key>
<string>AirportItlwm</string>
<key>Description</key>
<string>An OpenBSD-based macOS Intel wireless card driver for supported devices that behaves like an integrated AirPort card</string>
<key>ProjectUrl</key>
<string>https://github.com/OpenIntelWireless/itlwm</string>
<key>Type</key>
<string>Kext</string>
</dict>
<dict>
<key>Name</key>
<string>itlwm</string>
Expand Down

0 comments on commit 08c2bea

Please sign in to comment.