Skip to content

Commit

Permalink
Fix compilation issue due to the moved changelog and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
syscl committed Jul 5, 2020
1 parent 7f43781 commit b80ca97
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
4 changes: 2 additions & 2 deletions CPUTune.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 0 additions & 8 deletions CPUTuneCore/CPUTuneCore.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
E811BF7221AB1B44001BFDC2 /* SIPTune.hpp in Headers */ = {isa = PBXBuildFile; fileRef = E811BF7021AB1B44001BFDC2 /* SIPTune.hpp */; };
E819949921A90DC00019C605 /* CPUInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E819949721A90DC00019C605 /* CPUInfo.cpp */; };
E819949A21A90DC00019C605 /* CPUInfo.hpp in Headers */ = {isa = PBXBuildFile; fileRef = E819949821A90DC00019C605 /* CPUInfo.hpp */; };
E81A35CC21AA78C100A101FD /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = E81A35CB21AA78C100A101FD /* README.md */; };
E81A35CE21AA7B6F00A101FD /* Changelog.md in Resources */ = {isa = PBXBuildFile; fileRef = E81A35CD21AA7B6F00A101FD /* Changelog.md */; };
E827227A24276A2A0006E161 /* NVRAMUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E827227824276A2A0006E161 /* NVRAMUtils.cpp */; };
E827227B24276A2A0006E161 /* NVRAMUtils.hpp in Headers */ = {isa = PBXBuildFile; fileRef = E827227924276A2A0006E161 /* NVRAMUtils.hpp */; };
E8D5861821A7BB1C001CCF6A /* CPUTune.hpp in Headers */ = {isa = PBXBuildFile; fileRef = E8D5861721A7BB1C001CCF6A /* CPUTune.hpp */; };
Expand All @@ -30,8 +28,6 @@
E811BF7021AB1B44001BFDC2 /* SIPTune.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = SIPTune.hpp; sourceTree = "<group>"; };
E819949721A90DC00019C605 /* CPUInfo.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CPUInfo.cpp; sourceTree = "<group>"; };
E819949821A90DC00019C605 /* CPUInfo.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = CPUInfo.hpp; sourceTree = "<group>"; };
E81A35CB21AA78C100A101FD /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = SOURCE_ROOT; };
E81A35CD21AA7B6F00A101FD /* Changelog.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = Changelog.md; sourceTree = SOURCE_ROOT; };
E827227824276A2A0006E161 /* NVRAMUtils.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = NVRAMUtils.cpp; sourceTree = "<group>"; };
E827227924276A2A0006E161 /* NVRAMUtils.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = NVRAMUtils.hpp; sourceTree = "<group>"; };
E8D5861421A7BB1C001CCF6A /* CPUTuneCore.kext */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = CPUTuneCore.kext; sourceTree = BUILT_PRODUCTS_DIR; };
Expand All @@ -54,8 +50,6 @@
E81A35CA21AA787500A101FD /* Docs */ = {
isa = PBXGroup;
children = (
E81A35CB21AA78C100A101FD /* README.md */,
E81A35CD21AA7B6F00A101FD /* Changelog.md */,
);
path = Docs;
sourceTree = "<group>";
Expand Down Expand Up @@ -171,8 +165,6 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
E81A35CC21AA78C100A101FD /* README.md in Resources */,
E81A35CE21AA7B6F00A101FD /* Changelog.md in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
CPUTune Changelog
=======================
#### v2.2.2

- Renamed CPUTune.kext to CPUTuneCore.kext

#### v2.2.1

- Fixed a kernel panic when resart the timer in readConfigAtRuntime()
Expand Down

0 comments on commit b80ca97

Please sign in to comment.