From 9445f3fcb27b8ec6c4aaa0bc51f21175167d2b15 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 10:23:24 +0000 Subject: [PATCH] chore(deps): update dependency ionic-team/capacitor-swift-pm to from: "8.3.4" --- 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 ec91e832..0a8cfb3b 100644 --- a/Package.swift +++ b/Package.swift @@ -10,7 +10,7 @@ let package = Package( targets: ["CapgoCapacitorDataStorageSqlitePlugin"]) ], 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.3.4"), .package(url: "https://github.com/zhuorantan/SQLiteCipher.git", from: "0.0.1") ], targets: [ diff --git a/example-app/ios/App/CapApp-SPM/Package.swift b/example-app/ios/App/CapApp-SPM/Package.swift index 75124cc8..bf2462aa 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.3.4"), .package(name: "CapgoCapacitorDataStorageSqlite", path: "../../../node_modules/.bun/@capgo+capacitor-data-storage-sqlite@file+../node_modules/@capgo/capacitor-data-storage-sqlite") ], targets: [