Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update copyright to 2025 #1973

Merged
merged 1 commit into from
Jan 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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