Skip to content

Commit

Permalink
os 10.13 and 10.14 add support
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorys89 committed Jun 26, 2023
1 parent 1c440ac commit 9ea5b34
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ VirtualSMC plugin for AMD CPU temperature
- macOS Monterey
- macOS Big Sur
- macOS Catalina
- macOS Mojave
- macOS High sierra

## Legacy systems not supported
## Old systems not supported

## Credits
- [Apple](https://www.apple.com) for macOS
Expand Down
6 changes: 4 additions & 2 deletions SMCProcessorAMD.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.15;
MACOSX_DEPLOYMENT_TARGET = 10.13;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
Expand Down Expand Up @@ -281,7 +281,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.15;
MACOSX_DEPLOYMENT_TARGET = 10.13;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SDKROOT = macosx;
Expand All @@ -307,6 +307,7 @@
);
INFOPLIST_FILE = SMCProcessorAMD/Info.plist;
LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)/Lilu.kext/Contents/Resources/Library";
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = 1.0.2;
MODULE_NAME = as.lorys89.SMCProcessorAMD;
MODULE_VERSION = 1.0.2;
Expand Down Expand Up @@ -335,6 +336,7 @@
);
INFOPLIST_FILE = SMCProcessorAMD/Info.plist;
LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)/Lilu.kext/Contents/Resources/Library";
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = 1.0.2;
MODULE_NAME = as.lorys89.SMCProcessorAMD;
MODULE_VERSION = 1.0.2;
Expand Down

0 comments on commit 9ea5b34

Please sign in to comment.