diff --git a/action-sheet/Package.swift b/action-sheet/Package.swift index 696985a59c..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: "main") + .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 1b9729febb..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: "main") + .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 b831ef0c5d..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: "main") + .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 ee4216df2b..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: "main") + .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 56884ea39c..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: "main") + .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 a42d393d80..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: "main") + .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 2f7e6aa6d7..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: "main") + .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 aeeec64c43..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: "main") + .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 cd551de2d7..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: "main") + .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 dd7b40ba3f..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: "main") + .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 c5b1dc8e48..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: "main") + .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 af34957017..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: "main") + .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 39b31fa143..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: "main") + .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 46fb0d69c1..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: "main") + .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 4448dec822..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: "main") + .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 6e37384951..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: "main") + .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 bbceb30886..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: "main") + .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 99e99f3441..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: "main") + .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 a682fdf02a..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: "main") + .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 83b78fb230..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: "main") + .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 8b2ee4841c..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: "main") + .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 a4c22a639b..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: "main") + .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 f0d82da30b..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: "main") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "6.0.0") ], targets: [ .target(