mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Change Mac state preservation to be NSSecureCoding compliant
This commit is contained in:
9
Mac/MainWindow/Detail/DetailWindowState.swift
Normal file
9
Mac/MainWindow/Detail/DetailWindowState.swift
Normal 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
|
||||
9
Mac/MainWindow/MainWindowState.swift
Normal file
9
Mac/MainWindow/MainWindowState.swift
Normal 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
|
||||
9
Mac/MainWindow/Sidebar/SidebarWindowState.swift
Normal file
9
Mac/MainWindow/Sidebar/SidebarWindowState.swift
Normal 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
|
||||
9
Mac/MainWindow/Timeline/TimelineWindowState.swift
Normal file
9
Mac/MainWindow/Timeline/TimelineWindowState.swift
Normal 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
|
||||
Reference in New Issue
Block a user