Skip to content

Commit

Permalink
Add back AlpsHID to kexts.plist
Browse files Browse the repository at this point in the history
  • Loading branch information
benbaker76 committed Dec 13, 2021
1 parent b9f9afc commit 1af235c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Hackintool.xcodeproj/project.pbxproj
Expand Up @@ -721,7 +721,7 @@
CODE_SIGN_INJECT_BASE_ENTITLEMENTS = NO;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 0377;
CURRENT_PROJECT_VERSION = 0378;
DEVELOPMENT_TEAM = 5LGHPJM9ZR;
ENABLE_HARDENED_RUNTIME = YES;
ENABLE_STRICT_OBJC_MSGSEND = NO;
Expand All @@ -736,7 +736,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.7.7;
MARKETING_VERSION = 3.7.8;
PRODUCT_BUNDLE_IDENTIFIER = com.Headsoft.Hackintool;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -757,7 +757,7 @@
CODE_SIGN_INJECT_BASE_ENTITLEMENTS = NO;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 0377;
CURRENT_PROJECT_VERSION = 0378;
DEVELOPMENT_TEAM = 5LGHPJM9ZR;
ENABLE_HARDENED_RUNTIME = YES;
ENABLE_STRICT_OBJC_MSGSEND = NO;
Expand All @@ -772,7 +772,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.7.7;
MARKETING_VERSION = 3.7.8;
PRODUCT_BUNDLE_IDENTIFIER = com.Headsoft.Hackintool;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
Binary file not shown.
10 changes: 10 additions & 0 deletions Resources/Kexts/kexts.plist
Expand Up @@ -574,6 +574,16 @@
<key>Type</key>
<string>Lilu</string>
</dict>
<dict>
<key>Name</key>
<string>AlpsHID</string>
<key>Description</key>
<string>VoodooI2C HID plugin for add support ALPS touchpad</string>
<key>ProjectUrl</key>
<string>https://github.com/blankmac/AlpsHID</string>
<key>Type</key>
<string>VoodooI2C</string>
</dict>
<dict>
<key>BundleID</key>
<string>PS2Controller</string>
Expand Down

0 comments on commit 1af235c

Please sign in to comment.