Extensions and conveniences for Apple's metadata APIs.
This package is under development and not considered production-ready.
Breaking changes are common, documentation is incomplete, and support is limited. Use at your own risk.
Add the following entry to your package dependencies...
.package(url: "https://github.com/ryanslikesocool/NSMetadataToolbox.git", from: "0.0.6"),...and your target dependencies.
.target(
name: "MyTarget",
dependencies: [
"NSMetadataToolbox",
]
),Most of this package is documented with
DocC.
To view documentation in Xcode, select Product > Build Documentation from the menu bar.
| Dependency | Reason |
|---|---|
| DeclarativeCore | Shared declarative code. |