Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 192522e

Browse files
committed
Fix a potential crash of Xcode when using SPM
1 parent b7be7a0 commit 192522e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ let package = Package(
1818
],
1919
dependencies: [
2020
.package(
21-
url: "https://github.com/weichsel/ZIPFoundation/",
21+
url: "https://github.com/weichsel/ZIPFoundation",
2222
.exact("0.9.9")
2323
)
2424
],

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ let package = Package(
5555
name: "<Your Product Name>",
5656
dependencies: [
5757
.package(
58-
url: "https://github.com/NordicSemiconductor/IOS-Pods-DFU-Library/",
58+
url: "https://github.com/NordicSemiconductor/IOS-Pods-DFU-Library",
5959
.upToNextMajor(from: "4.6.1")
6060
)
6161
],

0 commit comments

Comments
 (0)