- macOS 13+
- Xcode 15+
- Swift 5.9+
ContentView.swift: Main UI entry pointPaperStore.swift: Manages list of papers and tag filteringPDFKitView.swift: Integrates PDF rendering using PDFKit
- Add views in SwiftUI
- Update
PaperStore.swiftto handle data logic - Update
ContentView.swiftfor UI bindings