diff --git a/Package.swift b/Package.swift index 86ce586d..8c508ed9 100644 --- a/Package.swift +++ b/Package.swift @@ -10,7 +10,7 @@ let package = Package( targets: ["CapgoCameraPreview"]) ], 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.1") ], targets: [ .target( diff --git a/example-app/ios/App/CapApp-SPM/Package.swift b/example-app/ios/App/CapApp-SPM/Package.swift index 84dd698e..a70a8b6d 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.1"), .package(name: "CapacitorApp", path: "../../../node_modules/.bun/@capacitor+app@7.1.1+15e98482558ccfe6/node_modules/@capacitor/app"), .package(name: "CapacitorHaptics", path: "../../../node_modules/.bun/@capacitor+haptics@7.0.3+15e98482558ccfe6/node_modules/@capacitor/haptics"), .package(name: "CapacitorKeyboard", path: "../../../node_modules/.bun/@capacitor+keyboard@7.0.4+15e98482558ccfe6/node_modules/@capacitor/keyboard"),