Kitura / BlueCryptor

Swift cross-platform crypto library using CommonCrypto/libcrypto
Apache License 2.0
190 stars 47 forks source link

Support Xcode 10 #38

Closed ianpartridge closed 6 years ago

ianpartridge commented 6 years ago

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.

ianpartridge commented 6 years ago

@stephencelis I hope this will resolve #37 and would welcome you trying it out.

codecov-io commented 6 years ago

Codecov Report

Merging #38 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           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.