From 47c81e16cfe48e4503932faba8302178978ed723 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Librecz?= Date: Sun, 25 Sep 2022 17:26:14 +0200 Subject: [PATCH] Changes: - bump version number to 1.2.0 - fix build number - update copyright --- App/Application/Info.plist | 4 ++-- App/Extension/Info.plist | 2 +- App/SwiftFormatter.xcodeproj/project.pbxproj | 8 ++++---- LICENSE | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/App/Application/Info.plist b/App/Application/Info.plist index 897031b..7bfcb05 100644 --- a/App/Application/Info.plist +++ b/App/Application/Info.plist @@ -19,11 +19,11 @@ CFBundleShortVersionString $(MARKETING_VERSION) CFBundleVersion - 1 + $(CURRENT_PROJECT_VERSION) LSMinimumSystemVersion $(MACOSX_DEPLOYMENT_TARGET) NSHumanReadableCopyright - Copyright © 2019. kuglee. All rights reserved. + Copyright © 2022. Gábor Librecz NSMainStoryboardFile Main NSPrincipalClass diff --git a/App/Extension/Info.plist b/App/Extension/Info.plist index 823ad41..111883d 100644 --- a/App/Extension/Info.plist +++ b/App/Extension/Info.plist @@ -19,7 +19,7 @@ CFBundleShortVersionString $(MARKETING_VERSION) CFBundleVersion - 1 + $(CURRENT_PROJECT_VERSION) LSMinimumSystemVersion $(MACOSX_DEPLOYMENT_TARGET) NSExtension diff --git a/App/SwiftFormatter.xcodeproj/project.pbxproj b/App/SwiftFormatter.xcodeproj/project.pbxproj index 6426adf..a8df833 100644 --- a/App/SwiftFormatter.xcodeproj/project.pbxproj +++ b/App/SwiftFormatter.xcodeproj/project.pbxproj @@ -302,7 +302,7 @@ "$(DT_TOOLCHAIN_DIR)/usr/lib/swift/macosx", ); MACOSX_DEPLOYMENT_TARGET = 12.0; - MARKETING_VERSION = 1.0.1; + MARKETING_VERSION = 1.2.0; PRODUCT_BUNDLE_IDENTIFIER = com.kuglee.SwiftFormatter; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; @@ -332,7 +332,7 @@ "$(DT_TOOLCHAIN_DIR)/usr/lib/swift/macosx", ); MACOSX_DEPLOYMENT_TARGET = 12.0; - MARKETING_VERSION = 1.0.1; + MARKETING_VERSION = 1.2.0; PRODUCT_BUNDLE_IDENTIFIER = com.kuglee.SwiftFormatter; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; @@ -481,7 +481,7 @@ "@executable_path/../../../../Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 12.0; - MARKETING_VERSION = 1.0.1; + MARKETING_VERSION = 1.2.0; PRODUCT_BUNDLE_IDENTIFIER = com.kuglee.SwiftFormatter.extension; PRODUCT_NAME = "${TARGET_NAME}"; PROVISIONING_PROFILE_SPECIFIER = ""; @@ -512,7 +512,7 @@ "@executable_path/../../../../Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 12.0; - MARKETING_VERSION = 1.0.1; + MARKETING_VERSION = 1.2.0; PRODUCT_BUNDLE_IDENTIFIER = com.kuglee.SwiftFormatter.extension; PRODUCT_NAME = "${TARGET_NAME}"; PROVISIONING_PROFILE_SPECIFIER = ""; diff --git a/LICENSE b/LICENSE index 8485729..f8f6a63 100755 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019 Gábor Librecz +Copyright (c) 2022 Gábor Librecz Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal