Merge branch 'feature/docc-plugin' into develop

This commit is contained in:
Oleksii Zghurskyi 2025-07-08 21:24:51 +03:00
commit ad2a031fc4

View file

@ -9,6 +9,9 @@ let package = Package(
products: [
.library(name: "KeychainKit", targets: ["KeychainKit"]),
],
dependencies: [
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0")
],
targets: [
.target(name: "KeychainKit")
]