Skip to content

Commit 40d6016

Browse files
authored
Update copyright to 2025 (#1973)
update copyright to 2025
1 parent c887249 commit 40d6016

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

CodeEdit.xcodeproj/project.pbxproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4773,7 +4773,7 @@
47734773
GENERATE_INFOPLIST_FILE = NO;
47744774
INFOPLIST_FILE = CodeEdit/Info.plist;
47754775
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools";
4776-
INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2022-2024 CodeEdit";
4776+
INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2022-2025 CodeEdit";
47774777
INFOPLIST_KEY_NSPrincipalClass = CodeEdit.CodeEditApplication;
47784778
LD_RUNPATH_SEARCH_PATHS = (
47794779
"$(inherited)",
@@ -4965,7 +4965,7 @@
49654965
GENERATE_INFOPLIST_FILE = NO;
49664966
INFOPLIST_FILE = CodeEdit/Info.plist;
49674967
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools";
4968-
INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2022-2024 CodeEdit";
4968+
INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2022-2025 CodeEdit";
49694969
INFOPLIST_KEY_NSPrincipalClass = CodeEdit.CodeEditApplication;
49704970
LD_RUNPATH_SEARCH_PATHS = (
49714971
"$(inherited)",
@@ -5225,7 +5225,7 @@
52255225
GENERATE_INFOPLIST_FILE = NO;
52265226
INFOPLIST_FILE = CodeEdit/Info.plist;
52275227
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools";
5228-
INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2022-2024 CodeEdit";
5228+
INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2022-2025 CodeEdit";
52295229
INFOPLIST_KEY_NSPrincipalClass = CodeEdit.CodeEditApplication;
52305230
LD_RUNPATH_SEARCH_PATHS = (
52315231
"$(inherited)",
@@ -5486,7 +5486,7 @@
54865486
GENERATE_INFOPLIST_FILE = NO;
54875487
INFOPLIST_FILE = CodeEdit/Info.plist;
54885488
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools";
5489-
INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2022-2024 CodeEdit";
5489+
INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2022-2025 CodeEdit";
54905490
INFOPLIST_KEY_NSPrincipalClass = CodeEdit.CodeEditApplication;
54915491
LD_RUNPATH_SEARCH_PATHS = (
54925492
"$(inherited)",
@@ -5526,7 +5526,7 @@
55265526
GENERATE_INFOPLIST_FILE = NO;
55275527
INFOPLIST_FILE = CodeEdit/Info.plist;
55285528
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools";
5529-
INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2022-2024 CodeEdit";
5529+
INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2022-2025 CodeEdit";
55305530
INFOPLIST_KEY_NSPrincipalClass = CodeEdit.CodeEditApplication;
55315531
LD_RUNPATH_SEARCH_PATHS = (
55325532
"$(inherited)",

Configs/Alpha.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010

1111
CE_APPICON_NAME = AppIconAlpha
1212
CE_VERSION_POSTFIX = -alpha
13-
CE_COPYRIGHT = Copyright © 2022-2024 CodeEdit
13+
CE_COPYRIGHT = Copyright © 2022-2025 CodeEdit

Configs/Beta.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010

1111
CE_APPICON_NAME = AppIconBeta
1212
CE_VERSION_POSTFIX = -beta
13-
CE_COPYRIGHT = Copyright © 2022-2024 CodeEdit
13+
CE_COPYRIGHT = Copyright © 2022-2025 CodeEdit

Configs/Debug.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010

1111
CE_APPICON_NAME = AppIconDev
1212
CE_VERSION_POSTFIX = -dev
13-
CE_COPYRIGHT = Copyright © 2022-2024 CodeEdit
13+
CE_COPYRIGHT = Copyright © 2022-2025 CodeEdit

Configs/Pre.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010

1111
CE_APPICON_NAME = AppIconPre
1212
CE_VERSION_POSTFIX = -pre
13-
CE_COPYRIGHT = Copyright © 2022-2024 CodeEdit
13+
CE_COPYRIGHT = Copyright © 2022-2025 CodeEdit

Configs/Release.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010

1111
CE_APPICON_NAME = AppIcon
1212
// CE_VERSION_POSTFIX = // this is a placeholder since we don't want a postfix in final release
13-
CE_COPYRIGHT = Copyright © 2022-2024 CodeEdit
13+
CE_COPYRIGHT = Copyright © 2022-2025 CodeEdit

0 commit comments

Comments
 (0)