yeahdongcn / RSBarcodes_Swift

1D and 2D barcodes reader and generators for iOS 8 with delightful controls. Now Swift.
MIT License
710 stars 185 forks source link

Added Mac Catalyst support #145

Closed pvieito closed 3 years ago

pvieito commented 3 years ago
codecov-commenter commented 3 years ago

Codecov Report

Merging #145 (2efecc4) into master (536538b) will not change coverage. The diff coverage is 20.00%.

:exclamation: Current head 2efecc4 differs from pull request most recent head cb7cd1f. Consider uploading reports for the commit cb7cd1f to get more accurate results Impacted file tree graph

@@           Coverage Diff           @@
##           master     #145   +/-   ##
=======================================
  Coverage   61.37%   61.37%           
=======================================
  Files          22       22           
  Lines        1551     1551           
=======================================
  Hits          952      952           
  Misses        599      599           
Impacted Files Coverage Δ
Source/RSCode128Generator.swift 86.80% <ø> (ø)
Source/RSCode39Generator.swift 97.05% <ø> (ø)
Source/RSCode39Mod43Generator.swift 100.00% <ø> (ø)
Source/RSCode93Generator.swift 96.77% <ø> (ø)
Source/RSCodeReaderViewController.swift 15.95% <ø> (ø)
Source/RSEANGenerator.swift 98.59% <ø> (ø)
Source/RSExtendedCode39Generator.swift 73.43% <ø> (ø)
Source/RSITF14Generator.swift 100.00% <ø> (ø)
Source/RSITFGenerator.swift 100.00% <ø> (ø)
Source/RSUPCEGenerator.swift 94.68% <ø> (ø)
... and 3 more

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 86d8b1a...cb7cd1f. Read the comment docs.

pvieito commented 1 year ago

Hey @yeahdongcn! Could you do a release with this change? I currently have hardcoded the commit ref in my SwiftPM package.

Thanks in advance!

yeahdongcn commented 1 year ago

Hey @yeahdongcn! Could you do a release with this change? I currently have hardcoded the commit ref in my SwiftPM package.

Thanks in advance!

Hi @pvieito Could you please check whether the newly created tag works for you? Thanks.

pvieito commented 1 year ago

@yeahdongcn Yes, thank you!