mchakravarty/projectnavigator
*Requirements:* This package requires i(Pad)OS 17 and macOS 14 (Sonoma) to be able to use the `Observation` framework.
`Files`
The Files library serves as the model representing a file tree that can be marshalled from and to FileWrappers. Individual files and folders are also assigned UUIDs with support to persist the assignment. This is useful to support persistent view and other configuration. Everything needed to fit into the SwiftUI model for document-based apps is provided.
The File data type is generic in a user-defined Payload (i.e., the contents of files), whose minimal requirements are given by a protocol of the same name. Multiple file types can be seamlessly combined. As far as possible, file trees are represented as value types and updated via bindings to stay true to the spirit of SwiftUI.
Documentation
You may want to browse the DocC documentation for the Files target and the ProjectNavigator target. The documentation is kindly being built and hosted by the Swift Package Index.
License
Copyright [2022..2025] Manuel M. T. Chakravarty.
Distributed under the Apache-2.0 license — see the license file for details.
Package Metadata
Repository: mchakravarty/projectnavigator
Default branch: main
README: README.md