Skip to content

Commit

Permalink
Merge pull request #1836 from sindresorhus/patch-1
Browse files Browse the repository at this point in the history
Add ExtendedAttributes
  • Loading branch information
matteocrippa committed Apr 20, 2024
2 parents facd46b + 17e78ba commit 0594517
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 @@ -7614,6 +7614,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 0594517

Please sign in to comment.