Skip to content

Commit

Permalink
Update project identifier and README
Browse files Browse the repository at this point in the history
  • Loading branch information
VisualEhrmanntraut committed Aug 16, 2024
1 parent 03ee616 commit b8e93fa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,12 @@

A [VirtualSMC](https://github.com/Acidanthera/VirtualSMC) plug-in that provides temperature readings for AMD GPUs.

The SMCRadeonSensors project is Copyright © 2023-2024 ChefKiss. The SMCRadeonSensors project is licensed under the `Thou Shalt Not Profit License version 1.5`. See [`LICENSE`](https://github.com/ChefKissInc/SMCRadeonSensors/blob/master/LICENSE).

Supports AMD dGPUs starting with the `Radeon HD 7000` series up to the `RX 6000 series` and all `Vega` (GCN 5/Raven ASIC) iGPUs.

Requires `macOS 10.14` or newer, [Lilu](https://github.com/Acidanthera/Lilu) and [VirtualSMC](https://github.com/Acidanthera/VirtualSMC).

The SMCRadeonSensors project is licensed under the `Thou Shalt Not Profit License version 1.5`. See [`LICENSE`](https://github.com/ChefKissInc/SMCRadeonSensors/blob/master/LICENSE).

## AMD GPU temperature and macOS

Apple stopped reporting the temperature since the `Radeon VII`. `Vega 10` and older can still report the temperature using external tools.

### Credits

- [Linux](https://github.com/torvalds/linux) for the temperature logic in the `amdgpu` driver
Expand Down
8 changes: 4 additions & 4 deletions SMCRadeonSensors.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -284,15 +284,15 @@
LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)/MacKernelSDK/Library/x86_64";
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 2.2.0;
MODULE_NAME = com.ChefKiss.SMCRadeonSensors;
MODULE_NAME = org.ChefKiss.SMCRadeonSensors;
MODULE_START = "$(PRODUCT_NAME)_kern_start";
MODULE_STOP = "$(PRODUCT_NAME)_kern_stop";
MODULE_VERSION = 2.2.0;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
OTHER_LDFLAGS = "-static";
PRODUCT_BUNDLE_IDENTIFIER = com.ChefKiss.SMCRadeonSensors;
PRODUCT_BUNDLE_IDENTIFIER = org.ChefKiss.SMCRadeonSensors;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
RUN_CLANG_STATIC_ANALYZER = YES;
Expand Down Expand Up @@ -367,14 +367,14 @@
LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)/MacKernelSDK/Library/x86_64";
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 2.2.0;
MODULE_NAME = com.ChefKiss.SMCRadeonSensors;
MODULE_NAME = org.ChefKiss.SMCRadeonSensors;
MODULE_START = "$(PRODUCT_NAME)_kern_start";
MODULE_STOP = "$(PRODUCT_NAME)_kern_stop";
MODULE_VERSION = 2.2.0;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
OTHER_LDFLAGS = "-static";
PRODUCT_BUNDLE_IDENTIFIER = com.ChefKiss.SMCRadeonSensors;
PRODUCT_BUNDLE_IDENTIFIER = org.ChefKiss.SMCRadeonSensors;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
RUN_CLANG_STATIC_ANALYZER = YES;
Expand Down
2 changes: 1 addition & 1 deletion SMCRadeonSensors/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<string>$(MODULE_VERSION)</string>
<key>IOKitPersonalities</key>
<dict>
<key>com.ChefKiss.SMCRadeonSensors</key>
<key>org.ChefKiss.SMCRadeonSensors</key>
<dict>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
Expand Down

0 comments on commit b8e93fa

Please sign in to comment.