From 3d0a5b62abed17720d8dc44fdb1767b07204bd0e Mon Sep 17 00:00:00 2001 From: hi2gage Date: Sun, 19 Jan 2025 15:36:11 +0700 Subject: [PATCH] update copyright to 2025 --- CodeEdit.xcodeproj/project.pbxproj | 10 +++++----- Configs/Alpha.xcconfig | 2 +- Configs/Beta.xcconfig | 2 +- Configs/Debug.xcconfig | 2 +- Configs/Pre.xcconfig | 2 +- Configs/Release.xcconfig | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CodeEdit.xcodeproj/project.pbxproj b/CodeEdit.xcodeproj/project.pbxproj index 942de336d9..03b25c0d06 100644 --- a/CodeEdit.xcodeproj/project.pbxproj +++ b/CodeEdit.xcodeproj/project.pbxproj @@ -4773,7 +4773,7 @@ GENERATE_INFOPLIST_FILE = NO; INFOPLIST_FILE = CodeEdit/Info.plist; INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools"; - INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2022-2024 CodeEdit"; + INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2022-2025 CodeEdit"; INFOPLIST_KEY_NSPrincipalClass = CodeEdit.CodeEditApplication; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", @@ -4965,7 +4965,7 @@ GENERATE_INFOPLIST_FILE = NO; INFOPLIST_FILE = CodeEdit/Info.plist; INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools"; - INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2022-2024 CodeEdit"; + INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2022-2025 CodeEdit"; INFOPLIST_KEY_NSPrincipalClass = CodeEdit.CodeEditApplication; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", @@ -5225,7 +5225,7 @@ GENERATE_INFOPLIST_FILE = NO; INFOPLIST_FILE = CodeEdit/Info.plist; INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools"; - INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2022-2024 CodeEdit"; + INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2022-2025 CodeEdit"; INFOPLIST_KEY_NSPrincipalClass = CodeEdit.CodeEditApplication; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", @@ -5486,7 +5486,7 @@ GENERATE_INFOPLIST_FILE = NO; INFOPLIST_FILE = CodeEdit/Info.plist; INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools"; - INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2022-2024 CodeEdit"; + INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2022-2025 CodeEdit"; INFOPLIST_KEY_NSPrincipalClass = CodeEdit.CodeEditApplication; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", @@ -5526,7 +5526,7 @@ GENERATE_INFOPLIST_FILE = NO; INFOPLIST_FILE = CodeEdit/Info.plist; INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools"; - INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2022-2024 CodeEdit"; + INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2022-2025 CodeEdit"; INFOPLIST_KEY_NSPrincipalClass = CodeEdit.CodeEditApplication; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", diff --git a/Configs/Alpha.xcconfig b/Configs/Alpha.xcconfig index 032680bee3..6a75bf23c2 100644 --- a/Configs/Alpha.xcconfig +++ b/Configs/Alpha.xcconfig @@ -10,4 +10,4 @@ CE_APPICON_NAME = AppIconAlpha CE_VERSION_POSTFIX = -alpha -CE_COPYRIGHT = Copyright © 2022-2024 CodeEdit +CE_COPYRIGHT = Copyright © 2022-2025 CodeEdit diff --git a/Configs/Beta.xcconfig b/Configs/Beta.xcconfig index 818af99da2..36c3bb3735 100644 --- a/Configs/Beta.xcconfig +++ b/Configs/Beta.xcconfig @@ -10,4 +10,4 @@ CE_APPICON_NAME = AppIconBeta CE_VERSION_POSTFIX = -beta -CE_COPYRIGHT = Copyright © 2022-2024 CodeEdit +CE_COPYRIGHT = Copyright © 2022-2025 CodeEdit diff --git a/Configs/Debug.xcconfig b/Configs/Debug.xcconfig index 6991fa58c4..e0bc8e6657 100644 --- a/Configs/Debug.xcconfig +++ b/Configs/Debug.xcconfig @@ -10,4 +10,4 @@ CE_APPICON_NAME = AppIconDev CE_VERSION_POSTFIX = -dev -CE_COPYRIGHT = Copyright © 2022-2024 CodeEdit +CE_COPYRIGHT = Copyright © 2022-2025 CodeEdit diff --git a/Configs/Pre.xcconfig b/Configs/Pre.xcconfig index 5fa2fd25e3..fa8048b720 100644 --- a/Configs/Pre.xcconfig +++ b/Configs/Pre.xcconfig @@ -10,4 +10,4 @@ CE_APPICON_NAME = AppIconPre CE_VERSION_POSTFIX = -pre -CE_COPYRIGHT = Copyright © 2022-2024 CodeEdit +CE_COPYRIGHT = Copyright © 2022-2025 CodeEdit diff --git a/Configs/Release.xcconfig b/Configs/Release.xcconfig index df772602ff..452a5389ed 100644 --- a/Configs/Release.xcconfig +++ b/Configs/Release.xcconfig @@ -10,4 +10,4 @@ CE_APPICON_NAME = AppIcon // CE_VERSION_POSTFIX = // this is a placeholder since we don't want a postfix in final release -CE_COPYRIGHT = Copyright © 2022-2024 CodeEdit +CE_COPYRIGHT = Copyright © 2022-2025 CodeEdit