Added support for Switch 2 games to the Amiibo type. #21

Merged
javier merged 7 commits from library/switch2-games into main 2025-11-09 20:19:14 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit d304d9d2c9 - Show all commits
+1 -1
View File
@@ -13,7 +13,7 @@ To use this library, then it is mandatory to add it as a dependency in the `Pack
let package = Package(
// name, platforms, products, etc.
dependencies: [
.package(url: "https://github.com/rock-n-code/amiibo-service", from: "1.2.0"),
.package(url: "https://github.com/rock-n-code/amiibo-service", from: "1.3.0"),
// other dependencies
],
targets: [
@@ -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.2.0"),
.package(url: "https://github.com/rock-n-code/amiibo-service", from: "1.3.0"),
// other dependencies
],
targets: [