Skip to content

Commit

Permalink
Merge pull request #35 from TheAcharya/Update-Year
Browse files Browse the repository at this point in the history
Update Year
  • Loading branch information
milanvarady authored Jan 18, 2024
2 parents 6adb40d + 1e28128 commit 28e7de5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Source/Marker Data/Marker Data.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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/")!)
}
Expand Down

0 comments on commit 28e7de5

Please sign in to comment.