There was an error while loading. Please reload this page.
1 parent 0b4e735 commit e84bf95Copy full SHA for e84bf95
1 file changed
status-bar/Package.swift
@@ -18,7 +18,8 @@ let package = Package(
18
name: "StatusBarPlugin",
19
dependencies: [
20
.product(name: "Capacitor", package: "capacitor-swift-pm"),
21
- .product(name: "Cordova", package: "capacitor-swift-pm")],
+ .product(name: "Cordova", package: "capacitor-swift-pm")
22
+ ],
23
path: "ios/Sources/StatusBarPlugin"
24
),
25
.testTarget(
0 commit comments