Skip to content

Commit 27e238f

Browse files
committed
feat: add package lock ios
1 parent cd82789 commit 27e238f

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ node_modules
55
# iOS files
66
Pods
77
Podfile.lock
8-
Package.resolved
98
Build
109
xcuserdata
1110
/.build

Package.resolved

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,14 @@ let package = Package(
1010
targets: ["CapacitorDownloaderPlugin"])
1111
],
1212
dependencies: [
13-
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", branch: "main"),
14-
.package(url: "https://github.com/mzeeshanid/MZDownloadManager.git", from: "3.3.0")
13+
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", branch: "main")
1514
],
1615
targets: [
1716
.target(
1817
name: "CapacitorDownloaderPlugin",
1918
dependencies: [
2019
.product(name: "Capacitor", package: "capacitor-swift-pm"),
21-
.product(name: "Cordova", package: "capacitor-swift-pm"),
22-
"MZDownloadManager"
20+
.product(name: "Cordova", package: "capacitor-swift-pm")
2321
],
2422
path: "ios/Sources/CapacitorDownloaderPlugin"),
2523
.testTarget(

0 commit comments

Comments
 (0)