Change Mac state preservation to be NSSecureCoding compliant

This commit is contained in:
Maurice Parker
2023-12-16 09:32:17 -06:00
parent 11ef598201
commit 434b495ffd
4 changed files with 36 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
//
// DetailWindowState.swift
// NetNewsWire
//
// Created by Maurice Parker on 12/16/23.
// Copyright © 2023 Ranchero Software. All rights reserved.
//
import Foundation

View File

@@ -0,0 +1,9 @@
//
// MainWindowState.swift
// NetNewsWire
//
// Created by Maurice Parker on 12/16/23.
// Copyright © 2023 Ranchero Software. All rights reserved.
//
import Foundation

View File

@@ -0,0 +1,9 @@
//
// SidebarWindowState.swift
// NetNewsWire
//
// Created by Maurice Parker on 12/16/23.
// Copyright © 2023 Ranchero Software. All rights reserved.
//
import Foundation

View File

@@ -0,0 +1,9 @@
//
// TimelineWindowState.swift
// NetNewsWire
//
// Created by Maurice Parker on 12/16/23.
// Copyright © 2023 Ranchero Software. All rights reserved.
//
import Foundation