Skip to content

Commit

Permalink
Add ExtendedAttributes
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus authored Apr 20, 2024
1 parent cc3403c commit 17e78ba
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -6144,6 +6144,12 @@
"description": "`@MemberwiseInit` is a Swift Macro that can more often provide your intended `init`, while following the same safe-by-default semantics of Swift’s memberwise initializers.",
"homepage": "https://github.com/gohanlon/swift-memberwise-init-macro",
"tags": ["swift", "macro", "init", "initializers"]
}
}, {
"title": "ExtendedAttributes",
"category": "files",
"description": "Manage extended attributes for files and folders.",
"homepage": "https://github.com/sindresorhus/ExtendedAttributes",
"tags": ["swift", "system", "file-system"]
}
]
}

0 comments on commit 17e78ba

Please sign in to comment.