Skip to content

Commit 75f5026

Browse files
committed
chore: use capacitor-swift-pm from 8.0.0
1 parent 9112b3d commit 75f5026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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", exact: "8.0.0"),
14+
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0"),
1515
.package(name: "CapacitorCamera", path: "../../../node_modules/.bun/@capacitor+camera@8.0.0+15e98482558ccfe6/node_modules/@capacitor/camera"),
1616
.package(name: "CapacitorSplashScreen", path: "../../../node_modules/.bun/@capacitor+splash-screen@8.0.0+15e98482558ccfe6/node_modules/@capacitor/splash-screen"),
1717
.package(name: "CapgoInappbrowser", path: "../../../node_modules/.bun/@capgo+inappbrowser@file+../node_modules/@capgo/inappbrowser")

0 commit comments

Comments
 (0)