Skip to content

Commit

Permalink
chore: point 6.x plugins into 6.x SPM branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile committed Oct 24, 2024
1 parent 925ee04 commit 8225e62
Show file tree
Hide file tree
Showing 23 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion action-sheet/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
2 changes: 1 addition & 1 deletion app-launcher/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
2 changes: 1 addition & 1 deletion app/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
2 changes: 1 addition & 1 deletion browser/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
2 changes: 1 addition & 1 deletion camera/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
2 changes: 1 addition & 1 deletion clipboard/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
2 changes: 1 addition & 1 deletion device/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
2 changes: 1 addition & 1 deletion dialog/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
2 changes: 1 addition & 1 deletion filesystem/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
2 changes: 1 addition & 1 deletion geolocation/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
2 changes: 1 addition & 1 deletion haptics/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
2 changes: 1 addition & 1 deletion keyboard/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
2 changes: 1 addition & 1 deletion local-notifications/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
2 changes: 1 addition & 1 deletion network/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
2 changes: 1 addition & 1 deletion preferences/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
2 changes: 1 addition & 1 deletion push-notifications/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
2 changes: 1 addition & 1 deletion screen-orientation/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
2 changes: 1 addition & 1 deletion screen-reader/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
2 changes: 1 addition & 1 deletion share/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
2 changes: 1 addition & 1 deletion splash-screen/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
2 changes: 1 addition & 1 deletion status-bar/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
2 changes: 1 addition & 1 deletion text-zoom/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
2 changes: 1 addition & 1 deletion toast/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 8225e62

Please sign in to comment.