Regenerated the .documentation for both Xcode and Github Pages.

This commit is contained in:
2026-07-26 10:55:35 +02:00
parent 6c6dc59b80
commit d7a4217c79
144 changed files with 143 additions and 143 deletions
@@ -16,4 +16,4 @@
- ``AmiiboServiceError/notAvailable``
- ``AmiiboServiceError/undocumented(_:)``
- ``AmiiboServiceError/unknown``
- ``AmiiboServiceError/unknown(_:)``
@@ -18,7 +18,7 @@ To use the `AmiiboService` library with your package, then add it as a dependenc
let package = Package(
// name, platforms, products, etc.
dependencies: [
.package(url: "https://github.com/rock-n-code/amiibo-service", from: "1.4.2"),
.package(url: "https://github.com/rock-n-code/amiibo-service", from: "2.0.0"),
// other dependencies
],
targets: [
@@ -35,7 +35,7 @@ let package = Package(
It is also possible to use the `AmiiboService` library with your app in Xcode, then add it as a dependency in your Xcode project.
> important: Swift 5.10 or higher is required in order to compile this library.
> important: Swift 6.2 or higher is required in order to compile this library.
## Usage