Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sindresorhus/ExtendedAttributes

Manage extended attributes in Swift
https://github.com/sindresorhus/ExtendedAttributes

extended-attributes file-system metadata swift swift-package swift-package-manager

Last synced: about 2 months ago
JSON representation

Manage extended attributes in Swift

Awesome Lists containing this project

README

        

# ExtendedAttributes

> Manage [extended attributes](https://en.wikipedia.org/wiki/Extended_file_attributes) in Swift

## Install

Add the following to `Package.swift`:

```swift
.package(url: "https://github.com/sindresorhus/ExtendedAttributes", from: "1.0.0")
```

[Or add the package in Xcode.](https://developer.apple.com/documentation/xcode/adding-package-dependencies-to-your-app)

## API

See the [documentation](https://swiftpackageindex.com/sindresorhus/ExtendedAttributes/documentation/extendedattributes).

## Related

- [Defaults](https://github.com/sindresorhus/Defaults) - Swifty and modern UserDefaults
- [KeyboardShortcuts](https://github.com/sindresorhus/KeyboardShortcuts) - Add user-customizable global keyboard shortcuts to your macOS app
- [More…](https://github.com/search?q=user%3Asindresorhus+language%3Aswift+archived%3Afalse&type=repositories)