Skip to content

Commit 4b45f75

Browse files
committed
r0.6.1
1 parent dc83e70 commit 4b45f75

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

AMD Power Gadget/ProcessorModel.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class ProcessorModel {
5454
&outputStr, &outputStrCount)
5555
AMDRyzenCPUPowerManagementVersion = String(cString: Array(outputStr[0...outputStrCount-1]))
5656

57-
if AMDRyzenCPUPowerManagementVersion != "0.6" {
57+
if AMDRyzenCPUPowerManagementVersion != "0.6.1" {
5858
alertAndQuit(message: "Your AMDRyzenCPUPowerManagement version is outdated.\n\nPlease use the lastest version and start this application again.")
5959
}
6060

@@ -102,7 +102,7 @@ class ProcessorModel {
102102
let res = alert.runModal()
103103

104104
if res == .alertSecondButtonReturn {
105-
NSWorkspace.shared.open(URL(string: "https://github.com/trulyspinach/AMDRyzenCPUPowerManagement")!)
105+
NSWorkspace.shared.open(URL(string: "https://github.com/trulyspinach/SMCAMDProcessor")!)
106106
}
107107

108108
NSApplication.shared.terminate(self)

SMCAMDProcessor.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@
494494
"@executable_path/../Frameworks",
495495
);
496496
MACOSX_DEPLOYMENT_TARGET = 10.13;
497-
MARKETING_VERSION = 1.3;
497+
MARKETING_VERSION = 1.3.1;
498498
PRODUCT_BUNDLE_IDENTIFIER = "wtf.spinach.AMD-Power-Gadget";
499499
PRODUCT_NAME = "$(TARGET_NAME)";
500500
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
@@ -518,7 +518,7 @@
518518
"@executable_path/../Frameworks",
519519
);
520520
MACOSX_DEPLOYMENT_TARGET = 10.13;
521-
MARKETING_VERSION = 1.3;
521+
MARKETING_VERSION = 1.3.1;
522522
PRODUCT_BUNDLE_IDENTIFIER = "wtf.spinach.AMD-Power-Gadget";
523523
PRODUCT_NAME = "$(TARGET_NAME)";
524524
SWIFT_COMPILATION_MODE = wholemodule;

SMCAMDProcessor.xcodeproj/xcuserdata/qihaoyan.xcuserdatad/xcschemes/xcschememanagement.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<key>AMD Power Gadget.xcscheme_^#shared#^_</key>
88
<dict>
99
<key>orderHint</key>
10-
<integer>2</integer>
10+
<integer>1</integer>
1111
</dict>
1212
<key>AMDRyzenCPUPowerManagement.xcscheme_^#shared#^_</key>
1313
<dict>
@@ -17,7 +17,7 @@
1717
<key>SMCAMDProcessor.xcscheme_^#shared#^_</key>
1818
<dict>
1919
<key>orderHint</key>
20-
<integer>1</integer>
20+
<integer>2</integer>
2121
</dict>
2222
</dict>
2323
<key>SuppressBuildableAutocreation</key>

0 commit comments

Comments
 (0)