From 5059a41893aa182c6417b528d5f6a32dca2cbc5e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 12:04:41 +0000 Subject: [PATCH] chore(deps): update dependency ionic-team/capacitor-swift-pm to from: "8.2.0" --- Package.swift | 2 +- example-app/ios/App/CapApp-SPM/Package.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Package.swift b/Package.swift index 9ec9efa..c3bdab6 100644 --- a/Package.swift +++ b/Package.swift @@ -10,7 +10,7 @@ let package = Package( targets: ["SimPlugin"]) ], dependencies: [ - .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.2.0") ], targets: [ .target( diff --git a/example-app/ios/App/CapApp-SPM/Package.swift b/example-app/ios/App/CapApp-SPM/Package.swift index ec9cf82..51db6fc 100644 --- a/example-app/ios/App/CapApp-SPM/Package.swift +++ b/example-app/ios/App/CapApp-SPM/Package.swift @@ -11,7 +11,7 @@ let package = Package( targets: ["CapApp-SPM"]) ], dependencies: [ - .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0"), + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.2.0"), .package(name: "CapgoCapacitorSim", path: "../../../node_modules/.bun/@capgo+capacitor-sim@file+../node_modules/@capgo/capacitor-sim") ], targets: [