Skip to content

Vaida12345/FinderItem

Repository files navigation

The FinderItem

The FinderItem Package.

Overview

The FinderItem/FinderItem provides a great abstraction over the ways in which you can interact with the file system.

It abstracts over many structures, including FileManager, URL, FilePath, and more.

Highlights

Getting Started

FinderItem uses Swift Package Manager as its build tool. If you want to import in your own project, it's as simple as adding a dependencies clause to your Package.swift:

dependencies: [
    .package(url: "https://github.com/Vaida12345/FinderItem", from: "1.0.1")
]

and then adding the appropriate module to your target dependencies.

Using Xcode Package support

You can add this framework as a dependency to your Xcode project by clicking File -> Swift Packages -> Add Package Dependency. The package is located at:

https://github.com/Vaida12345/FinderItem

Documentation

This package uses DocC for documentation. View on Github Pages