Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 417 Bytes

File metadata and controls

20 lines (13 loc) · 417 Bytes

👨‍🔧 Developer Guide

Requirements

  • macOS 13+
  • Xcode 15+
  • Swift 5.9+

Project Structure

  • ContentView.swift: Main UI entry point
  • PaperStore.swift: Manages list of papers and tag filtering
  • PDFKitView.swift: Integrates PDF rendering using PDFKit

Adding New Features

  • Add views in SwiftUI
  • Update PaperStore.swift to handle data logic
  • Update ContentView.swift for UI bindings