Skip to content

Commit

Permalink
Change module version
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbierato committed Jun 21, 2023
1 parent 0cd7af8 commit 850d0e0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions SMCProcessorAMD.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
776129DF2A4371FE003779C0 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
B57D27F423F66AE7002BC699 /* SMCProcessorAMD.kext */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SMCProcessorAMD.kext; sourceTree = BUILT_PRODUCTS_DIR; };
B57D27FB23F66AE7002BC699 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
B57D280123F66C8E002BC699 /* SMCProcessorAMD.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SMCProcessorAMD.cpp; sourceTree = "<group>"; };
Expand All @@ -40,6 +41,7 @@
B57D27EA23F66AE7002BC699 = {
isa = PBXGroup;
children = (
776129DF2A4371FE003779C0 /* README.md */,
B57D27F623F66AE7002BC699 /* SMCProcessorAMD */,
B57D27F523F66AE7002BC699 /* Products */,
);
Expand Down Expand Up @@ -305,7 +307,7 @@
LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)/Lilu.kext/Contents/Resources/Library";
MARKETING_VERSION = 1.0.0;
MODULE_NAME = as.lorys89.SMCProcessorAMD;
MODULE_VERSION = 1.0;
MODULE_VERSION = 1.0.0;
OTHER_CPLUSPLUSFLAGS = "-Wno-inconsistent-missing-override";
OTHER_LDFLAGS = "-static";
PRODUCT_BUNDLE_IDENTIFIER = as.lorys89.SMCProcessorAMD;
Expand Down Expand Up @@ -333,7 +335,7 @@
LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)/Lilu.kext/Contents/Resources/Library";
MARKETING_VERSION = 1.0.0;
MODULE_NAME = as.lorys89.SMCProcessorAMD;
MODULE_VERSION = 1.0;
MODULE_VERSION = 1.0.0;
OTHER_CPLUSPLUSFLAGS = "-Wno-inconsistent-missing-override";
OTHER_LDFLAGS = "-static";
PRODUCT_BUNDLE_IDENTIFIER = as.lorys89.SMCProcessorAMD;
Expand Down
4 changes: 2 additions & 2 deletions SMCProcessorAMD/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<string>$(MODULE_VERSION)</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<string>$(MODULE_VERSION)</string>
<key>IOKitPersonalities</key>
<dict>
<key>as.lorys89.SMCProcessorAMD</key>
Expand Down

0 comments on commit 850d0e0

Please sign in to comment.