Skip to content

Commit 19ca8d6

Browse files
chore(deps): update dependency ionic-team/capacitor-swift-pm to from: "8.0.2"
1 parent cf6bfa0 commit 19ca8d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ let package = Package(
1515
targets: ["JwPlayerPlugin"])
1616
],
1717
dependencies: [
18-
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0"),
18+
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.2"),
1919
.package(url: "https://github.com/jwplayer/JWPlayerKit-package.git", .upToNextMajor(from: "4.25.1"))
2020
],
2121
targets: [

example-app/ios/App/CapApp-SPM/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ let package = Package(
1111
targets: ["CapApp-SPM"])
1212
],
1313
dependencies: [
14-
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0"),
14+
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.2"),
1515
.package(name: "CapgoCapacitorJwPlayer", path: "../../../node_modules/.bun/@capgo+capacitor-jw-player@file+../node_modules/@capgo/capacitor-jw-player")
1616
],
1717
targets: [

0 commit comments

Comments
 (0)