File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
SMCAMDProcessor.xcodeproj
xcuserdata/qihaoyan.xcuserdatad/xcschemes Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff 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 \n Please 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 )
Original file line number Diff line number Diff line change 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;
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;
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments