Closed ianpartridge closed 6 years ago
@stephencelis I hope this will resolve #37 and would welcome you trying it out.
Merging #38 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #38 +/- ##
=======================================
Coverage 76.75% 76.75%
=======================================
Files 10 10
Lines 955 955
=======================================
Hits 733 733
Misses 222 222
Flag | Coverage Δ | |
---|---|---|
#Cryptor | 76.75% <ø> (ø) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update fae7286...6e1715e. Read the comment docs.
Xcode 10 adds a native modulemap for CommonCrypto into the SDK, so we no longer need to depend on https://github.com/IBM-Swift/CommonCrypto to provide this.
Rework our
Package.swift
files to support this.