Skip to content

Commit

Permalink
Update copyright to 2025 (#1973)
Browse files Browse the repository at this point in the history
update copyright to 2025
  • Loading branch information
hi2gage authored Jan 21, 2025
1 parent c887249 commit 40d6016
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions CodeEdit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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)",
Expand Down Expand Up @@ -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)",
Expand Down Expand Up @@ -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)",
Expand Down Expand Up @@ -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)",
Expand Down Expand Up @@ -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)",
Expand Down
2 changes: 1 addition & 1 deletion Configs/Alpha.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@

CE_APPICON_NAME = AppIconAlpha
CE_VERSION_POSTFIX = -alpha
CE_COPYRIGHT = Copyright © 2022-2024 CodeEdit
CE_COPYRIGHT = Copyright © 2022-2025 CodeEdit
2 changes: 1 addition & 1 deletion Configs/Beta.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@

CE_APPICON_NAME = AppIconBeta
CE_VERSION_POSTFIX = -beta
CE_COPYRIGHT = Copyright © 2022-2024 CodeEdit
CE_COPYRIGHT = Copyright © 2022-2025 CodeEdit
2 changes: 1 addition & 1 deletion Configs/Debug.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@

CE_APPICON_NAME = AppIconDev
CE_VERSION_POSTFIX = -dev
CE_COPYRIGHT = Copyright © 2022-2024 CodeEdit
CE_COPYRIGHT = Copyright © 2022-2025 CodeEdit
2 changes: 1 addition & 1 deletion Configs/Pre.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@

CE_APPICON_NAME = AppIconPre
CE_VERSION_POSTFIX = -pre
CE_COPYRIGHT = Copyright © 2022-2024 CodeEdit
CE_COPYRIGHT = Copyright © 2022-2025 CodeEdit
2 changes: 1 addition & 1 deletion Configs/Release.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 40d6016

Please sign in to comment.