From 8225e6200f6eb272f5d33b0d6051fe330c9fb002 Mon Sep 17 00:00:00 2001 From: jcesarmobile Date: Thu, 24 Oct 2024 16:09:37 +0200 Subject: [PATCH 1/2] chore: point 6.x plugins into 6.x SPM branch --- 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 +- filesystem/Package.swift | 2 +- geolocation/Package.swift | 2 +- haptics/Package.swift | 2 +- keyboard/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 +- 23 files changed, 23 insertions(+), 23 deletions(-) diff --git a/action-sheet/Package.swift b/action-sheet/Package.swift index 696985a59c..583ef8f404 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", branch: "main") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", branch: "6.x") ], targets: [ .target( diff --git a/app-launcher/Package.swift b/app-launcher/Package.swift index 1b9729febb..e61a582780 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", branch: "main") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", branch: "6.x") ], targets: [ .target( diff --git a/app/Package.swift b/app/Package.swift index b831ef0c5d..781696ce3a 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", branch: "main") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", branch: "6.x") ], targets: [ .target( diff --git a/browser/Package.swift b/browser/Package.swift index ee4216df2b..b107e6f5ff 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", branch: "main") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", branch: "6.x") ], targets: [ .target( diff --git a/camera/Package.swift b/camera/Package.swift index 56884ea39c..b9e0957f29 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", branch: "main") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", branch: "6.x") ], targets: [ .target( diff --git a/clipboard/Package.swift b/clipboard/Package.swift index a42d393d80..a2fd0f3b00 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", branch: "main") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", branch: "6.x") ], targets: [ .target( diff --git a/device/Package.swift b/device/Package.swift index 2f7e6aa6d7..e8a9ada342 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", branch: "main") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", branch: "6.x") ], targets: [ .target( diff --git a/dialog/Package.swift b/dialog/Package.swift index aeeec64c43..5704b5b2a4 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", branch: "main") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", branch: "6.x") ], targets: [ .target( diff --git a/filesystem/Package.swift b/filesystem/Package.swift index cd551de2d7..ba204e1960 100644 --- a/filesystem/Package.swift +++ b/filesystem/Package.swift @@ -10,7 +10,7 @@ let package = Package( targets: ["FilesystemPlugin"]) ], dependencies: [ - .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", branch: "main") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", branch: "6.x") ], targets: [ .target( diff --git a/geolocation/Package.swift b/geolocation/Package.swift index dd7b40ba3f..736e052e10 100644 --- a/geolocation/Package.swift +++ b/geolocation/Package.swift @@ -10,7 +10,7 @@ let package = Package( targets: ["GeolocationPlugin"]) ], dependencies: [ - .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", branch: "main") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", branch: "6.x") ], targets: [ .target( diff --git a/haptics/Package.swift b/haptics/Package.swift index c5b1dc8e48..be8c310b77 100644 --- a/haptics/Package.swift +++ b/haptics/Package.swift @@ -10,7 +10,7 @@ let package = Package( targets: ["HapticsPlugin"]) ], dependencies: [ - .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", branch: "main") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", branch: "6.x") ], targets: [ .target( diff --git a/keyboard/Package.swift b/keyboard/Package.swift index af34957017..724f334c6c 100644 --- a/keyboard/Package.swift +++ b/keyboard/Package.swift @@ -11,7 +11,7 @@ let package = Package( targets: ["KeyboardPlugin"]) ], dependencies: [ - .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", branch: "main") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", branch: "6.x") ], targets: [ .target( diff --git a/local-notifications/Package.swift b/local-notifications/Package.swift index 39b31fa143..f75acf94bf 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", branch: "main") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", branch: "6.x") ], targets: [ .target( diff --git a/network/Package.swift b/network/Package.swift index 46fb0d69c1..335d0bee22 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", branch: "main") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", branch: "6.x") ], targets: [ .target( diff --git a/preferences/Package.swift b/preferences/Package.swift index 4448dec822..2023a8d4d6 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", branch: "main") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", branch: "6.x") ], targets: [ .target( diff --git a/push-notifications/Package.swift b/push-notifications/Package.swift index 6e37384951..ce68313ae6 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", branch: "main") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", branch: "6.x") ], targets: [ .target( diff --git a/screen-orientation/Package.swift b/screen-orientation/Package.swift index bbceb30886..cf132d7ff4 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", branch: "main") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", branch: "6.x") ], targets: [ .target( diff --git a/screen-reader/Package.swift b/screen-reader/Package.swift index 99e99f3441..5c4f20b52d 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", branch: "main") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", branch: "6.x") ], targets: [ .target( diff --git a/share/Package.swift b/share/Package.swift index a682fdf02a..36be2a3755 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", branch: "main") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", branch: "6.x") ], targets: [ .target( diff --git a/splash-screen/Package.swift b/splash-screen/Package.swift index 83b78fb230..9b866e41b2 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", branch: "main") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", branch: "6.x") ], targets: [ .target( diff --git a/status-bar/Package.swift b/status-bar/Package.swift index 8b2ee4841c..b3e8ee562b 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", branch: "main") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", branch: "6.x") ], targets: [ .target( diff --git a/text-zoom/Package.swift b/text-zoom/Package.swift index a4c22a639b..eb7066713e 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", branch: "main") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", branch: "6.x") ], targets: [ .target( diff --git a/toast/Package.swift b/toast/Package.swift index f0d82da30b..e497fab124 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", branch: "main") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", branch: "6.x") ], targets: [ .target( From d4c95b78fe89887ff47027e5540f340b7a35c90f Mon Sep 17 00:00:00 2001 From: jcesarmobile Date: Thu, 24 Oct 2024 17:37:55 +0200 Subject: [PATCH 2/2] use from instead of branch --- 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 +- filesystem/Package.swift | 2 +- geolocation/Package.swift | 2 +- haptics/Package.swift | 2 +- keyboard/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 +- 23 files changed, 23 insertions(+), 23 deletions(-) diff --git a/action-sheet/Package.swift b/action-sheet/Package.swift index 583ef8f404..6a251a2bdc 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", branch: "6.x") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "6.0.0") ], targets: [ .target( diff --git a/app-launcher/Package.swift b/app-launcher/Package.swift index e61a582780..ec13f14709 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", branch: "6.x") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "6.0.0") ], targets: [ .target( diff --git a/app/Package.swift b/app/Package.swift index 781696ce3a..014527e4df 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", branch: "6.x") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "6.0.0") ], targets: [ .target( diff --git a/browser/Package.swift b/browser/Package.swift index b107e6f5ff..2dfd5b904d 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", branch: "6.x") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "6.0.0") ], targets: [ .target( diff --git a/camera/Package.swift b/camera/Package.swift index b9e0957f29..7f8943ed3c 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", branch: "6.x") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "6.0.0") ], targets: [ .target( diff --git a/clipboard/Package.swift b/clipboard/Package.swift index a2fd0f3b00..ddbb855a89 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", branch: "6.x") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "6.0.0") ], targets: [ .target( diff --git a/device/Package.swift b/device/Package.swift index e8a9ada342..e513b2071c 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", branch: "6.x") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "6.0.0") ], targets: [ .target( diff --git a/dialog/Package.swift b/dialog/Package.swift index 5704b5b2a4..2df4aed1a6 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", branch: "6.x") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "6.0.0") ], targets: [ .target( diff --git a/filesystem/Package.swift b/filesystem/Package.swift index ba204e1960..800f77fd50 100644 --- a/filesystem/Package.swift +++ b/filesystem/Package.swift @@ -10,7 +10,7 @@ let package = Package( targets: ["FilesystemPlugin"]) ], dependencies: [ - .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", branch: "6.x") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "6.0.0") ], targets: [ .target( diff --git a/geolocation/Package.swift b/geolocation/Package.swift index 736e052e10..5202c7e666 100644 --- a/geolocation/Package.swift +++ b/geolocation/Package.swift @@ -10,7 +10,7 @@ let package = Package( targets: ["GeolocationPlugin"]) ], dependencies: [ - .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", branch: "6.x") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "6.0.0") ], targets: [ .target( diff --git a/haptics/Package.swift b/haptics/Package.swift index be8c310b77..2f6efac754 100644 --- a/haptics/Package.swift +++ b/haptics/Package.swift @@ -10,7 +10,7 @@ let package = Package( targets: ["HapticsPlugin"]) ], dependencies: [ - .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", branch: "6.x") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "6.0.0") ], targets: [ .target( diff --git a/keyboard/Package.swift b/keyboard/Package.swift index 724f334c6c..d6f9985ba4 100644 --- a/keyboard/Package.swift +++ b/keyboard/Package.swift @@ -11,7 +11,7 @@ let package = Package( targets: ["KeyboardPlugin"]) ], dependencies: [ - .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", branch: "6.x") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "6.0.0") ], targets: [ .target( diff --git a/local-notifications/Package.swift b/local-notifications/Package.swift index f75acf94bf..52da3f3cfe 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", branch: "6.x") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "6.0.0") ], targets: [ .target( diff --git a/network/Package.swift b/network/Package.swift index 335d0bee22..1cc423820b 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", branch: "6.x") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "6.0.0") ], targets: [ .target( diff --git a/preferences/Package.swift b/preferences/Package.swift index 2023a8d4d6..c3ae9c76b1 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", branch: "6.x") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "6.0.0") ], targets: [ .target( diff --git a/push-notifications/Package.swift b/push-notifications/Package.swift index ce68313ae6..84640088e4 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", branch: "6.x") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "6.0.0") ], targets: [ .target( diff --git a/screen-orientation/Package.swift b/screen-orientation/Package.swift index cf132d7ff4..82bd889fac 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", branch: "6.x") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "6.0.0") ], targets: [ .target( diff --git a/screen-reader/Package.swift b/screen-reader/Package.swift index 5c4f20b52d..ce01045b22 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", branch: "6.x") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "6.0.0") ], targets: [ .target( diff --git a/share/Package.swift b/share/Package.swift index 36be2a3755..b0a7350088 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", branch: "6.x") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "6.0.0") ], targets: [ .target( diff --git a/splash-screen/Package.swift b/splash-screen/Package.swift index 9b866e41b2..b2d390ac64 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", branch: "6.x") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "6.0.0") ], targets: [ .target( diff --git a/status-bar/Package.swift b/status-bar/Package.swift index b3e8ee562b..dfad35fe45 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", branch: "6.x") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "6.0.0") ], targets: [ .target( diff --git a/text-zoom/Package.swift b/text-zoom/Package.swift index eb7066713e..6b6b68ad3a 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", branch: "6.x") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "6.0.0") ], targets: [ .target( diff --git a/toast/Package.swift b/toast/Package.swift index e497fab124..1906ae7538 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", branch: "6.x") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "6.0.0") ], targets: [ .target(