Skip to content

Commit

Permalink
Merge pull request #252 from MalcolmnDEV/main
Browse files Browse the repository at this point in the history
Resolve missing package: ZIPFoundation
  • Loading branch information
dinesharjani authored Jul 31, 2024
2 parents d0b1de8 + f1854eb commit 571c42e
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@
"revision": "895c9aa84ce3b04106905e398ac870e0cca59d26",
"version": "0.4.4"
}
},
{
"package": "ZIPFoundation",
"repositoryURL": "https://github.com/weichsel/ZIPFoundation.git",
"state": {
"branch": null,
"revision": "02b6abe5f6eef7e3cbd5f247c5cc24e246efcfe0",
"version": "0.9.19"
}
}
]
},
Expand Down
5 changes: 4 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,14 @@ let package = Package(
url: "https://github.com/unrelentingtech/SwiftCBOR.git",
.exact("0.4.4")
),
.package(url: "https://github.com/weichsel/ZIPFoundation.git",
.upToNextMajor(from: "0.9.0")
)
],
targets: [
.target(
name: "iOSMcuManagerLibrary",
dependencies: ["SwiftCBOR"],
dependencies: ["SwiftCBOR", "ZIPFoundation"],
path: "Source",
exclude:["Info.plist"]
)
Expand Down

0 comments on commit 571c42e

Please sign in to comment.