Update the copyright date in Info.plist, which fixes it in the About box.

This commit is contained in:
Brent Simmons 2018-02-14 13:18:47 -08:00
parent 2f21dbf6be
commit 71e38bfb3b
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
<key>LSMinimumSystemVersion</key> <key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string> <string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSHumanReadableCopyright</key> <key>NSHumanReadableCopyright</key>
<string>Copyright © 2017 Ranchero Software, LLC. All rights reserved.</string> <string>Copyright © 2017-2018 Ranchero Software, LLC. All rights reserved.</string>
<key>NSMainStoryboardFile</key> <key>NSMainStoryboardFile</key>
<string>Main</string> <string>Main</string>
<key>NSPrincipalClass</key> <key>NSPrincipalClass</key>