Skip to content

Commit

Permalink
Version 2.5.0d14 - Reworked interrupt throttling and configuration pa…
Browse files Browse the repository at this point in the history
…rameters.
  • Loading branch information
Mieze authored and vit9696 committed Aug 23, 2019
1 parent 4b93bec commit 68a8a0f
Show file tree
Hide file tree
Showing 9 changed files with 262 additions and 5,081 deletions.
7 changes: 5 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
AppleALC Changelog
==================
IntelMausi Changelog
====================
#### v1.0.2
- Merged changes from 2.5.0d14

#### v1.0.1
- Unified release archive names
- Fixed loading on 10.9
Expand Down
6 changes: 4 additions & 2 deletions IntelMausiEthernet.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,7 @@
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "";
COPY_PHASE_STRIP = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
Expand Down Expand Up @@ -420,6 +421,7 @@
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "";
COPY_PHASE_STRIP = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
Expand Down Expand Up @@ -460,7 +462,7 @@
"$(PROJECT_DIR)/IntelMausiEthernet",
);
MODULE_NAME = as.acidanthera.mieze.IntelMausi;
MODULE_VERSION = 1.0.1;
MODULE_VERSION = 1.0.2;
PRODUCT_BUNDLE_IDENTIFIER = "as.acidanthera.mieze.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = IntelMausi;
SDKROOT = macosx;
Expand All @@ -487,7 +489,7 @@
"$(PROJECT_DIR)/IntelMausiEthernet",
);
MODULE_NAME = as.acidanthera.mieze.IntelMausi;
MODULE_VERSION = 1.0.1;
MODULE_VERSION = 1.0.2;
PRODUCT_BUNDLE_IDENTIFIER = "as.acidanthera.mieze.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = IntelMausi;
SDKROOT = macosx;
Expand Down
Loading

0 comments on commit 68a8a0f

Please sign in to comment.