From 590c16da52fb978c52b5323bfdfebdbd2eb3f399 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Thu, 19 May 2022 11:03:32 -0400 Subject: [PATCH] Bump version to 1.2, build 6 and update copyright --- Quicklook/Info.plist | 2 +- SilicaViewer.xcodeproj/project.pbxproj | 8 ++++---- SilicaViewer/Info.plist | 2 +- Thumbnail/Info.plist | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Quicklook/Info.plist b/Quicklook/Info.plist index 051d4cd..7205b02 100644 --- a/Quicklook/Info.plist +++ b/Quicklook/Info.plist @@ -39,6 +39,6 @@ $(PRODUCT_MODULE_NAME).PreviewViewController NSHumanReadableCopyright - Copyright © 2020 Joshua Goins. All rights reserved. + Copyright © 2022 Joshua Goins. All rights reserved. diff --git a/SilicaViewer.xcodeproj/project.pbxproj b/SilicaViewer.xcodeproj/project.pbxproj index ca20b5c..27dc2d8 100644 --- a/SilicaViewer.xcodeproj/project.pbxproj +++ b/SilicaViewer.xcodeproj/project.pbxproj @@ -723,7 +723,7 @@ CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 5; + CURRENT_PROJECT_VERSION = 6; DEVELOPMENT_TEAM = JM5LKVKH48; HEADER_SEARCH_PATHS = "${PROJECT_DIR}/Dependencies/PSDWriter/Shared"; INFOPLIST_FILE = SilicaViewer/Info.plist; @@ -731,7 +731,7 @@ "$(inherited)", "@executable_path/../Frameworks", ); - MARKETING_VERSION = 1.1; + MARKETING_VERSION = 1.2; OTHER_LDFLAGS = ( "-ObjC", "-all_load", @@ -754,7 +754,7 @@ CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 5; + CURRENT_PROJECT_VERSION = 6; DEVELOPMENT_TEAM = JM5LKVKH48; HEADER_SEARCH_PATHS = "${PROJECT_DIR}/Dependencies/PSDWriter/Shared"; INFOPLIST_FILE = SilicaViewer/Info.plist; @@ -762,7 +762,7 @@ "$(inherited)", "@executable_path/../Frameworks", ); - MARKETING_VERSION = 1.1; + MARKETING_VERSION = 1.2; OTHER_LDFLAGS = ( "-ObjC", "-all_load", diff --git a/SilicaViewer/Info.plist b/SilicaViewer/Info.plist index 604efbe..8df90fe 100644 --- a/SilicaViewer/Info.plist +++ b/SilicaViewer/Info.plist @@ -50,7 +50,7 @@ LSMinimumSystemVersion $(MACOSX_DEPLOYMENT_TARGET) NSHumanReadableCopyright - Copyright © 2021 Joshua Goins. All rights reserved. + Copyright © 2022 Joshua Goins. All rights reserved. NSMainStoryboardFile Main NSPrincipalClass diff --git a/Thumbnail/Info.plist b/Thumbnail/Info.plist index f66292a..c7de484 100644 --- a/Thumbnail/Info.plist +++ b/Thumbnail/Info.plist @@ -39,6 +39,6 @@ $(PRODUCT_MODULE_NAME).ThumbnailProvider NSHumanReadableCopyright - Copyright © 2020 Joshua Goins. All rights reserved. + Copyright © 2022 Joshua Goins. All rights reserved.