Skip to content

Commit

Permalink
Recomplie the kext with Lilu v1.5.8 to fix the kernel panic of the ge…
Browse files Browse the repository at this point in the history
…neral protection error.
  • Loading branch information
0xFireWolf committed Dec 9, 2021
1 parent 76ed58e commit 7f6639a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

#### v1.0.2
- Recomplie the kext with Lilu v1.5.8 to fix the kernel panic of the general protection error.

#### v1.0.1
- Recomplie the kext with Lilu v1.5.7 to fix the kernel panic of the general protection error.

Expand Down
4 changes: 2 additions & 2 deletions RealtekCardReaderFriend.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@
MODULE_NAME = science.firewolf.rtsf;
MODULE_START = "$(PRODUCT_NAME)_kern_start";
MODULE_STOP = "$(PRODUCT_NAME)_kern_stop";
MODULE_VERSION = 1.0.1;
MODULE_VERSION = 1.0.2;
PRODUCT_BUNDLE_IDENTIFIER = science.firewolf.rtsf;
PRODUCT_NAME = "$(TARGET_NAME)";
RUN_CLANG_STATIC_ANALYZER = YES;
Expand Down Expand Up @@ -469,7 +469,7 @@
MODULE_NAME = science.firewolf.rtsf;
MODULE_START = "$(PRODUCT_NAME)_kern_start";
MODULE_STOP = "$(PRODUCT_NAME)_kern_stop";
MODULE_VERSION = 1.0.1;
MODULE_VERSION = 1.0.2;
PRODUCT_BUNDLE_IDENTIFIER = science.firewolf.rtsf;
PRODUCT_NAME = "$(TARGET_NAME)";
RUN_CLANG_STATIC_ANALYZER = YES;
Expand Down

0 comments on commit 7f6639a

Please sign in to comment.