Skip to content

Commit f4dc378

Browse files
author
Aleksandar Vacic
committed
Rename CommonCrypto shimmed module to avoid collision with iOS 12
re kylef#102
1 parent b7188dc commit f4dc378

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module CommonCrypto [system] {
1+
module CCommonCrypto [system] {
22
header "shim.h"
33
export *
44
}
File renamed without changes.

Sources/JWT/HMACCommonCrypto.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import Foundation
2-
import CommonCrypto
2+
import CCommonCrypto
33

44

55
extension HMACAlgorithm {

0 commit comments

Comments
 (0)