From fafe4b58bfffb32beff8a3bd3e9962d969ec8b3b Mon Sep 17 00:00:00 2001 From: Rui Mendes Date: Fri, 7 Nov 2025 10:14:36 +0000 Subject: [PATCH] chore: update spm from 7.0.0 to 8.0.0-beta --- action-sheet/Package.swift | 2 +- app-launcher/Package.swift | 2 +- app/Package.swift | 2 +- browser/Package.swift | 2 +- camera/Package.swift | 2 +- clipboard/Package.swift | 2 +- device/Package.swift | 2 +- dialog/Package.swift | 2 +- local-notifications/Package.swift | 2 +- network/Package.swift | 2 +- preferences/Package.swift | 2 +- push-notifications/Package.swift | 2 +- screen-orientation/Package.swift | 2 +- screen-reader/Package.swift | 2 +- share/Package.swift | 2 +- splash-screen/Package.swift | 2 +- status-bar/Package.swift | 2 +- text-zoom/Package.swift | 2 +- toast/Package.swift | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) diff --git a/action-sheet/Package.swift b/action-sheet/Package.swift index daa098c456..e1fefc2838 100644 --- a/action-sheet/Package.swift +++ b/action-sheet/Package.swift @@ -10,7 +10,7 @@ let package = Package( targets: ["ActionSheetPlugin"]) ], dependencies: [ - .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "7.0.0") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0-beta") ], targets: [ .target( diff --git a/app-launcher/Package.swift b/app-launcher/Package.swift index db2b6ff876..5d31a71151 100644 --- a/app-launcher/Package.swift +++ b/app-launcher/Package.swift @@ -10,7 +10,7 @@ let package = Package( targets: ["AppLauncherPlugin"]) ], dependencies: [ - .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "7.0.0") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0-beta") ], targets: [ .target( diff --git a/app/Package.swift b/app/Package.swift index 5d92c17acc..5c7afb0225 100644 --- a/app/Package.swift +++ b/app/Package.swift @@ -10,7 +10,7 @@ let package = Package( targets: ["AppPlugin"]) ], dependencies: [ - .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "7.0.0") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0-beta") ], targets: [ .target( diff --git a/browser/Package.swift b/browser/Package.swift index 4cd76ca98c..e88b926abb 100644 --- a/browser/Package.swift +++ b/browser/Package.swift @@ -10,7 +10,7 @@ let package = Package( targets: ["BrowserPlugin"]) ], dependencies: [ - .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "7.0.0") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0-beta") ], targets: [ .target( diff --git a/camera/Package.swift b/camera/Package.swift index 5f6075059a..2a09800226 100644 --- a/camera/Package.swift +++ b/camera/Package.swift @@ -10,7 +10,7 @@ let package = Package( targets: ["CameraPlugin"]) ], dependencies: [ - .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "7.0.0") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0-beta") ], targets: [ .target( diff --git a/clipboard/Package.swift b/clipboard/Package.swift index 5be07464cd..044cf260bf 100644 --- a/clipboard/Package.swift +++ b/clipboard/Package.swift @@ -10,7 +10,7 @@ let package = Package( targets: ["ClipboardPlugin"]) ], dependencies: [ - .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "7.0.0") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0-beta") ], targets: [ .target( diff --git a/device/Package.swift b/device/Package.swift index f433af51a6..e30cc84d82 100644 --- a/device/Package.swift +++ b/device/Package.swift @@ -10,7 +10,7 @@ let package = Package( targets: ["DevicePlugin"]) ], dependencies: [ - .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "7.0.0") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0-beta") ], targets: [ .target( diff --git a/dialog/Package.swift b/dialog/Package.swift index 29cbc62d9f..90155b0714 100644 --- a/dialog/Package.swift +++ b/dialog/Package.swift @@ -10,7 +10,7 @@ let package = Package( targets: ["DialogPlugin"]) ], dependencies: [ - .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "7.0.0") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0-beta") ], targets: [ .target( diff --git a/local-notifications/Package.swift b/local-notifications/Package.swift index dcc7b65d9e..da97d20b67 100644 --- a/local-notifications/Package.swift +++ b/local-notifications/Package.swift @@ -10,7 +10,7 @@ let package = Package( targets: ["LocalNotificationsPlugin"]) ], dependencies: [ - .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "7.0.0") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0-beta") ], targets: [ .target( diff --git a/network/Package.swift b/network/Package.swift index 2e06ae0f3f..ec409fee85 100644 --- a/network/Package.swift +++ b/network/Package.swift @@ -10,7 +10,7 @@ let package = Package( targets: ["CAPNetworkPlugin"]) ], dependencies: [ - .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "7.0.0") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0-beta") ], targets: [ .target( diff --git a/preferences/Package.swift b/preferences/Package.swift index 53e3d59d30..1059cd4b3a 100644 --- a/preferences/Package.swift +++ b/preferences/Package.swift @@ -10,7 +10,7 @@ let package = Package( targets: ["PreferencesPlugin"]) ], dependencies: [ - .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "7.0.0") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0-beta") ], targets: [ .target( diff --git a/push-notifications/Package.swift b/push-notifications/Package.swift index cd20be434e..89f2836e15 100644 --- a/push-notifications/Package.swift +++ b/push-notifications/Package.swift @@ -10,7 +10,7 @@ let package = Package( targets: ["PushNotificationsPlugin"]) ], dependencies: [ - .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "7.0.0") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0-beta") ], targets: [ .target( diff --git a/screen-orientation/Package.swift b/screen-orientation/Package.swift index f459a4c068..69ba7cd6c6 100644 --- a/screen-orientation/Package.swift +++ b/screen-orientation/Package.swift @@ -10,7 +10,7 @@ let package = Package( targets: ["ScreenOrientationPlugin"]) ], dependencies: [ - .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "7.0.0") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0-beta") ], targets: [ .target( diff --git a/screen-reader/Package.swift b/screen-reader/Package.swift index c526936fd4..b5e8c9916b 100644 --- a/screen-reader/Package.swift +++ b/screen-reader/Package.swift @@ -10,7 +10,7 @@ let package = Package( targets: ["ScreenReaderPlugin"]) ], dependencies: [ - .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "7.0.0") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0-beta") ], targets: [ .target( diff --git a/share/Package.swift b/share/Package.swift index 6586f6b2d4..c8c608c533 100644 --- a/share/Package.swift +++ b/share/Package.swift @@ -10,7 +10,7 @@ let package = Package( targets: ["SharePlugin"]) ], dependencies: [ - .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "7.0.0") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0-beta") ], targets: [ .target( diff --git a/splash-screen/Package.swift b/splash-screen/Package.swift index e442a37e99..bed69e256b 100644 --- a/splash-screen/Package.swift +++ b/splash-screen/Package.swift @@ -10,7 +10,7 @@ let package = Package( targets: ["SplashScreenPlugin"]) ], dependencies: [ - .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "7.0.0") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0-beta") ], targets: [ .target( diff --git a/status-bar/Package.swift b/status-bar/Package.swift index 5eba38fe61..ede8bd6856 100644 --- a/status-bar/Package.swift +++ b/status-bar/Package.swift @@ -11,7 +11,7 @@ let package = Package( targets: ["StatusBarPlugin"]) ], dependencies: [ - .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "7.0.0") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0-beta") ], targets: [ .target( diff --git a/text-zoom/Package.swift b/text-zoom/Package.swift index 06cd76072e..ab1caf9c45 100644 --- a/text-zoom/Package.swift +++ b/text-zoom/Package.swift @@ -10,7 +10,7 @@ let package = Package( targets: ["TextZoomPlugin"]) ], dependencies: [ - .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "7.0.0") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0-beta") ], targets: [ .target( diff --git a/toast/Package.swift b/toast/Package.swift index a05a9ae324..f91b95cd23 100644 --- a/toast/Package.swift +++ b/toast/Package.swift @@ -10,7 +10,7 @@ let package = Package( targets: ["ToastPlugin"]) ], dependencies: [ - .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "7.0.0") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0-beta") ], targets: [ .target(