From b0555fcd06d781557134891cda415dba8da9dcfd Mon Sep 17 00:00:00 2001 From: Sam Soffes Date: Tue, 31 Mar 2020 06:09:09 -0700 Subject: [PATCH] Version 1.0.1 --- Modules/ZoomIn/Support/Info.plist | 4 ++-- Modules/ZoomInExtension/Support/Info.plist | 4 ++-- ZoomIn.xcodeproj/project.pbxproj | 8 ++++++++ 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/Modules/ZoomIn/Support/Info.plist b/Modules/ZoomIn/Support/Info.plist index a40ef6b..d34573b 100644 --- a/Modules/ZoomIn/Support/Info.plist +++ b/Modules/ZoomIn/Support/Info.plist @@ -19,9 +19,9 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 1.0 + $(MARKETING_VERSION) CFBundleVersion - 1 + $(CURRENT_PROJECT_VERSION) LSApplicationCategoryType public.app-category.utilities LSMinimumSystemVersion diff --git a/Modules/ZoomInExtension/Support/Info.plist b/Modules/ZoomInExtension/Support/Info.plist index af3e5ef..46a2df6 100644 --- a/Modules/ZoomInExtension/Support/Info.plist +++ b/Modules/ZoomInExtension/Support/Info.plist @@ -17,9 +17,9 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 1.0 + $(MARKETING_VERSION) CFBundleVersion - 1 + $(CURRENT_PROJECT_VERSION) LSMinimumSystemVersion $(MACOSX_DEPLOYMENT_TARGET) NSExtension diff --git a/ZoomIn.xcodeproj/project.pbxproj b/ZoomIn.xcodeproj/project.pbxproj index 9f5ea07..16d6bd9 100644 --- a/ZoomIn.xcodeproj/project.pbxproj +++ b/ZoomIn.xcodeproj/project.pbxproj @@ -441,6 +441,7 @@ buildSettings = { CODE_SIGN_ENTITLEMENTS = Modules/ZoomInExtension/Support/ZoomInExtension.entitlements; CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 2; DEVELOPMENT_TEAM = UP9C8XM22A; ENABLE_HARDENED_RUNTIME = YES; INFOPLIST_FILE = Modules/ZoomInExtension/Support/Info.plist; @@ -449,6 +450,7 @@ "@executable_path/../Frameworks", "@executable_path/../../../../Frameworks", ); + MARKETING_VERSION = 1.0.1; PRODUCT_BUNDLE_IDENTIFIER = "com.nothingmagical.zoom-in.extension"; PRODUCT_NAME = "$(TARGET_NAME)"; SKIP_INSTALL = YES; @@ -461,6 +463,7 @@ buildSettings = { CODE_SIGN_ENTITLEMENTS = Modules/ZoomInExtension/Support/ZoomInExtension.entitlements; CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 2; DEVELOPMENT_TEAM = UP9C8XM22A; ENABLE_HARDENED_RUNTIME = YES; INFOPLIST_FILE = Modules/ZoomInExtension/Support/Info.plist; @@ -469,6 +472,7 @@ "@executable_path/../Frameworks", "@executable_path/../../../../Frameworks", ); + MARKETING_VERSION = 1.0.1; PRODUCT_BUNDLE_IDENTIFIER = "com.nothingmagical.zoom-in.extension"; PRODUCT_NAME = "$(TARGET_NAME)"; SKIP_INSTALL = YES; @@ -484,6 +488,7 @@ CODE_SIGN_ENTITLEMENTS = Modules/ZoomIn/Support/ZoomIn.entitlements; CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; + CURRENT_PROJECT_VERSION = 2; DEVELOPMENT_TEAM = UP9C8XM22A; ENABLE_HARDENED_RUNTIME = YES; INFOPLIST_FILE = Modules/ZoomIn/Support/Info.plist; @@ -491,6 +496,7 @@ "$(inherited)", "@executable_path/../Frameworks", ); + MARKETING_VERSION = 1.0.1; PRODUCT_BUNDLE_IDENTIFIER = "com.nothingmagical.zoom-in"; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_VERSION = 5.0; @@ -505,6 +511,7 @@ CODE_SIGN_ENTITLEMENTS = Modules/ZoomIn/Support/ZoomIn.entitlements; CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; + CURRENT_PROJECT_VERSION = 2; DEVELOPMENT_TEAM = UP9C8XM22A; ENABLE_HARDENED_RUNTIME = YES; INFOPLIST_FILE = Modules/ZoomIn/Support/Info.plist; @@ -512,6 +519,7 @@ "$(inherited)", "@executable_path/../Frameworks", ); + MARKETING_VERSION = 1.0.1; PRODUCT_BUNDLE_IDENTIFIER = "com.nothingmagical.zoom-in"; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_VERSION = 5.0;