From 1876610d56b61859fc82de6b5d2c0a8fc976e856 Mon Sep 17 00:00:00 2001 From: Glyph Date: Sun, 23 Aug 2020 22:06:22 -0700 Subject: [PATCH] get consistent about version numbers --- Info.plist | 4 ++++ cfxr.xcodeproj/project.pbxproj | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Info.plist b/Info.plist index e3389b6..6af886e 100644 --- a/Info.plist +++ b/Info.plist @@ -35,6 +35,8 @@ CFBundleExecutable ${EXECUTABLE_NAME} + CFBundleGetInfoString + $(CURRENT_PROJECT_VERSION) CFBundleIconFile cfxr CFBundleIdentifier @@ -45,6 +47,8 @@ ${PRODUCT_NAME} CFBundlePackageType APPL + CFBundleShortVersionString + $(MARKETING_VERSION) CFBundleSignature 3rdC CFBundleVersion diff --git a/cfxr.xcodeproj/project.pbxproj b/cfxr.xcodeproj/project.pbxproj index 74b7dc8..ed662c5 100644 --- a/cfxr.xcodeproj/project.pbxproj +++ b/cfxr.xcodeproj/project.pbxproj @@ -304,7 +304,7 @@ CODE_SIGN_IDENTITY = "Developer ID Application"; CODE_SIGN_STYLE = Manual; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 1000; + CURRENT_PROJECT_VERSION = 20200823A; DEVELOPMENT_TEAM = X8C8VAWQM2; ENABLE_HARDENED_RUNTIME = YES; FRAMEWORK_SEARCH_PATHS = ( @@ -323,7 +323,7 @@ "@executable_path/../Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 10.15; - MARKETING_VERSION = 0.3.2; + MARKETING_VERSION = 0.3.3; PRODUCT_BUNDLE_IDENTIFIER = im.glyph.and.this.is.cfxr; PRODUCT_NAME = cfxr; PROVISIONING_PROFILE_SPECIFIER = ""; @@ -339,7 +339,7 @@ CODE_SIGN_ENTITLEMENTS = cfxr.entitlements; CODE_SIGN_IDENTITY = "Developer ID Application"; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 1000; + CURRENT_PROJECT_VERSION = 20200823A; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEVELOPMENT_TEAM = X8C8VAWQM2; ENABLE_HARDENED_RUNTIME = YES; @@ -357,7 +357,7 @@ "@executable_path/../Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 10.15; - MARKETING_VERSION = 0.3.2; + MARKETING_VERSION = 0.3.3; PRODUCT_BUNDLE_IDENTIFIER = im.glyph.and.this.is.cfxr; PRODUCT_NAME = cfxr; PROVISIONING_PROFILE_SPECIFIER = "";