Skip to content

Commit

Permalink
Project: Recompile the kext with the latest Lilu v1.6.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
0xFireWolf committed Oct 25, 2022
1 parent 71e4bac commit e1e3301
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.4
- Recompile the kext with the latest Lilu v1.6.2.

#### v1.0.3
- Add support for macOS Ventura.

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.3;
MODULE_VERSION = 1.0.4;
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.3;
MODULE_VERSION = 1.0.4;
PRODUCT_BUNDLE_IDENTIFIER = science.firewolf.rtsf;
PRODUCT_NAME = "$(TARGET_NAME)";
RUN_CLANG_STATIC_ANALYZER = YES;
Expand Down

0 comments on commit e1e3301

Please sign in to comment.