Skip to content

Commit f00af67

Browse files
committed
Use ibm commoncrypto
1 parent b62f69a commit f00af67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ let package = Package(
44
name: "SocketIO",
55
dependencies: [
66
.Package(url: "https://github.com/daltoniam/zlib-spm.git", majorVersion: 1),
7-
.Package(url: "https://github.com/daltoniam/common-crypto-spm.git", majorVersion: 1)
7+
.Package(url: "https://github.com/IBM-Swift/CommonCrypto.git", majorVersion: 0),
88
]
99
)

0 commit comments

Comments
 (0)