Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey1970AppleLife committed Dec 29, 2024
1 parent 7db0565 commit 5f1d358
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions AppleALC.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -892,7 +892,7 @@
MODULE_NAME = as.vit9696.AppleALC;
MODULE_START = "$(PRODUCT_NAME)_kern_start";
MODULE_STOP = "$(PRODUCT_NAME)_kern_stop";
MODULE_VERSION = 1.9.3;
MODULE_VERSION = 1.9.4;
OTHER_CFLAGS = (
"-mmmx",
"-msse",
Expand Down Expand Up @@ -973,7 +973,7 @@
MODULE_NAME = as.vit9696.AppleALC;
MODULE_START = "$(PRODUCT_NAME)_kern_start";
MODULE_STOP = "$(PRODUCT_NAME)_kern_stop";
MODULE_VERSION = 1.9.3;
MODULE_VERSION = 1.9.4;
OTHER_CFLAGS = (
"-mmmx",
"-msse",
Expand Down Expand Up @@ -1137,7 +1137,7 @@
MODULE_NAME = as.vit9696.AppleALC;
MODULE_START = "$(PRODUCT_NAME)_kern_start";
MODULE_STOP = "$(PRODUCT_NAME)_kern_stop";
MODULE_VERSION = 1.9.3;
MODULE_VERSION = 1.9.4;
OTHER_CFLAGS = (
"-mmmx",
"-msse",
Expand Down Expand Up @@ -1231,7 +1231,7 @@
MODULE_NAME = as.vit9696.AppleALCU;
MODULE_START = "$(PRODUCT_NAME)_kern_start";
MODULE_STOP = "$(PRODUCT_NAME)_kern_stop";
MODULE_VERSION = 1.9.3;
MODULE_VERSION = 1.9.4;
OTHER_CFLAGS = (
"-mmmx",
"-msse",
Expand Down Expand Up @@ -1309,7 +1309,7 @@
MODULE_NAME = as.vit9696.AppleALCU;
MODULE_START = "$(PRODUCT_NAME)_kern_start";
MODULE_STOP = "$(PRODUCT_NAME)_kern_stop";
MODULE_VERSION = 1.9.3;
MODULE_VERSION = 1.9.4;
OTHER_CFLAGS = (
"-mmmx",
"-msse",
Expand Down Expand Up @@ -1393,7 +1393,7 @@
MODULE_NAME = as.vit9696.AppleALCU;
MODULE_START = "$(PRODUCT_NAME)_kern_start";
MODULE_STOP = "$(PRODUCT_NAME)_kern_stop";
MODULE_VERSION = 1.9.3;
MODULE_VERSION = 1.9.4;
OTHER_CFLAGS = (
"-mmmx",
"-msse",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ English (Current)
- Arbitrary kext patching
- Custom platform/layout injection
- Works with SIP / El Capitan+
- Currently compatible with 10.4-14
- Currently compatible with 10.4-15

#### Credits
- [Apple](https://www.apple.com) for macOS
Expand Down

0 comments on commit 5f1d358

Please sign in to comment.