Skip to content

Commit

Permalink
Fix versions
Browse files Browse the repository at this point in the history
  • Loading branch information
plooshi committed Dec 3, 2024
1 parent a2c6532 commit 1c397ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions RealRoot.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@
buildSettings = {
CLANG_ENABLE_OBJC_WEAK = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1.0.1;
CURRENT_PROJECT_VERSION = "$(MODULE_VERSION)";
DEPLOYMENT_POSTPROCESSING = YES;
GCC_ENABLE_FLOATING_POINT_LIBRARY_CALLS = NO;
GCC_ENABLE_KERNEL_DEVELOPMENT = NO;
Expand All @@ -362,7 +362,7 @@
MODULE_NAME = dev.ploosh.RealRoot;
MODULE_START = "$(PRODUCT_NAME)_kern_start";
MODULE_STOP = "$(PRODUCT_NAME)_kern_stop";
MODULE_VERSION = 1.0.0;
MODULE_VERSION = 1.0.1;
OTHER_CFLAGS = (
"-mmmx",
"-msse",
Expand Down Expand Up @@ -390,7 +390,7 @@
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_OBJC_WEAK = YES;
CURRENT_PROJECT_VERSION = 1.0.1;
CURRENT_PROJECT_VERSION = "$(MODULE_VERSION)";
DEAD_CODE_STRIPPING = YES;
DEPLOYMENT_POSTPROCESSING = YES;
GCC_ENABLE_FLOATING_POINT_LIBRARY_CALLS = NO;
Expand All @@ -411,7 +411,7 @@
MODULE_NAME = dev.ploosh.RealRoot;
MODULE_START = "$(PRODUCT_NAME)_kern_start";
MODULE_STOP = "$(PRODUCT_NAME)_kern_stop";
MODULE_VERSION = 1.0.0;
MODULE_VERSION = 1.0.1;
OTHER_CFLAGS = (
"-mmmx",
"-msse",
Expand Down

0 comments on commit 1c397ad

Please sign in to comment.