From 9c88655fe13b0ab1152ed3bc4ae3e76f5ed36003 Mon Sep 17 00:00:00 2001 From: Vigneswaran Rajkumar <118706051+IAmVigneswaran@users.noreply.github.com> Date: Thu, 18 Jan 2024 14:48:52 +0800 Subject: [PATCH 1/2] Update AboutView.swift --- .../Marker Data/Marker Data/Views/Detail Views/AboutView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Marker Data/Marker Data/Views/Detail Views/AboutView.swift b/Source/Marker Data/Marker Data/Views/Detail Views/AboutView.swift index 6d38a99..c24a085 100644 --- a/Source/Marker Data/Marker Data/Views/Detail Views/AboutView.swift +++ b/Source/Marker Data/Marker Data/Views/Detail Views/AboutView.swift @@ -19,7 +19,7 @@ struct AboutView: View { .bold() Text("Version \(Bundle.main.version) (\(Bundle.main.buildNumber))") - Text("Copyright © 2023 The Acharya. All rights reserved.") + Text("Copyright © 2024 The Acharya. All rights reserved.") Link("Acknowledgments & Credits", destination: URL(string: "https://markerdata.theacharya.co/credits/")!) } From 1e28128c6bd589cccc746bba1d4b4fc517fd41d3 Mon Sep 17 00:00:00 2001 From: Vigneswaran Rajkumar <118706051+IAmVigneswaran@users.noreply.github.com> Date: Thu, 18 Jan 2024 14:50:23 +0800 Subject: [PATCH 2/2] Update project.pbxproj --- Source/Marker Data/Marker Data.xcodeproj/project.pbxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Marker Data/Marker Data.xcodeproj/project.pbxproj b/Source/Marker Data/Marker Data.xcodeproj/project.pbxproj index 058c5c2..80611de 100644 --- a/Source/Marker Data/Marker Data.xcodeproj/project.pbxproj +++ b/Source/Marker Data/Marker Data.xcodeproj/project.pbxproj @@ -882,7 +882,7 @@ INFOPLIST_KEY_NSDesktopFolderUsageDescription = "To Use Files On The Desktop, You Must Allow Access."; INFOPLIST_KEY_NSDocumentsFolderUsageDescription = "To Use Files In The Documents Folder, You Must Allow Access."; INFOPLIST_KEY_NSDownloadsFolderUsageDescription = "To Use Files In The Downloads Folder, You Must Allow Access."; - INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2023 The Acharya. All rights reserved."; + INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2024 The Acharya. All rights reserved."; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/../Frameworks", @@ -924,7 +924,7 @@ INFOPLIST_KEY_NSDesktopFolderUsageDescription = "To Use Files On The Desktop, You Must Allow Access."; INFOPLIST_KEY_NSDocumentsFolderUsageDescription = "To Use Files In The Documents Folder, You Must Allow Access."; INFOPLIST_KEY_NSDownloadsFolderUsageDescription = "To Use Files In The Downloads Folder, You Must Allow Access."; - INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2023 The Acharya. All rights reserved."; + INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2024 The Acharya. All rights reserved."; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/../Frameworks",