Update copyright year to 2025.
This commit is contained in:
parent
67d1ba63e5
commit
4bd258b3fc
@ -62,7 +62,7 @@
|
|||||||
<key>NSAppleScriptEnabled</key>
|
<key>NSAppleScriptEnabled</key>
|
||||||
<true/>
|
<true/>
|
||||||
<key>NSHumanReadableCopyright</key>
|
<key>NSHumanReadableCopyright</key>
|
||||||
<string>Copyright © 2002-2024 Brent Simmons. All rights reserved.</string>
|
<string>Copyright © 2020-2025 Brent Simmons. All rights reserved.</string>
|
||||||
<key>NSMainStoryboardFile</key>
|
<key>NSMainStoryboardFile</key>
|
||||||
<string>Main</string>
|
<string>Main</string>
|
||||||
<key>NSPrincipalClass</key>
|
<key>NSPrincipalClass</key>
|
||||||
|
@ -59,7 +59,7 @@
|
|||||||
</dict>
|
</dict>
|
||||||
</dict>
|
</dict>
|
||||||
<key>NSHumanReadableCopyright</key>
|
<key>NSHumanReadableCopyright</key>
|
||||||
<string>Copyright © 2019-2024 Brent Simmons. All rights reserved.</string>
|
<string>Copyright © 2019-2025 Brent Simmons. All rights reserved.</string>
|
||||||
<key>NSHumanReadableDescription</key>
|
<key>NSHumanReadableDescription</key>
|
||||||
<string>This extension adds a Safari toolbar button for easily subscribing to the syndication feed for the current page.</string>
|
<string>This extension adds a Safari toolbar button for easily subscribing to the syndication feed for the current page.</string>
|
||||||
</dict>
|
</dict>
|
||||||
|
@ -48,6 +48,6 @@
|
|||||||
<string>$(PRODUCT_MODULE_NAME).ShareViewController</string>
|
<string>$(PRODUCT_MODULE_NAME).ShareViewController</string>
|
||||||
</dict>
|
</dict>
|
||||||
<key>NSHumanReadableCopyright</key>
|
<key>NSHumanReadableCopyright</key>
|
||||||
<string>Copyright © 2020-2024 Ranchero Software. All rights reserved.</string>
|
<string>Copyright © 2020-2025 Brent Simmons. All rights reserved.</string>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
@ -28,7 +28,7 @@ class AboutViewController: UITableViewController {
|
|||||||
let buildLabel = NonIntrinsicLabel(frame: CGRect(x: 32.0, y: 0.0, width: 0.0, height: 0.0))
|
let buildLabel = NonIntrinsicLabel(frame: CGRect(x: 32.0, y: 0.0, width: 0.0, height: 0.0))
|
||||||
buildLabel.font = UIFont.systemFont(ofSize: 11.0)
|
buildLabel.font = UIFont.systemFont(ofSize: 11.0)
|
||||||
buildLabel.textColor = UIColor.gray
|
buildLabel.textColor = UIColor.gray
|
||||||
buildLabel.text = NSLocalizedString("Copyright © 2002-2024 Brent Simmons", comment: "Copyright")
|
buildLabel.text = NSLocalizedString("Copyright © 2002-2025 Brent Simmons", comment: "Copyright")
|
||||||
buildLabel.numberOfLines = 0
|
buildLabel.numberOfLines = 0
|
||||||
buildLabel.sizeToFit()
|
buildLabel.sizeToFit()
|
||||||
buildLabel.translatesAutoresizingMaskIntoConstraints = false
|
buildLabel.translatesAutoresizingMaskIntoConstraints = false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user