Releases: zxingify/zxingify-objc
Releases · zxingify/zxingify-objc
3.6.9
- Sample app was fixed, cf. #527
- Adding linker flag to
Package.swift
, cf. #569 and 510db5f
- Fixed some Xcode warnings, cf. #518
- Fix parsing of VINs, cf. #525
- The project can now be used in extensions, cf. #528
- Fixed some bugs in datamatrix processing, cf. #517, #524
3.6.8
- Should fix build for Xcode 14.3, cf. #575.
3.6.7
- Should fix #510 Xcode 12 / iOS 14 / Swift 5.3 compilation errors, cf. #507.
3.6.6
- SwiftPM Integration, thanks a lot to @4brunu
3.6.5
Update README and podspec
3.6.4
- Fixes UPCE checksum calculation, cf. #461
3.6.3
- Also handling negative values cf #272.
3.6.2
- Ported some commits from zxing/zxing.
- Fixed an issue regarding some frequent weird exception raise #272.
3.6.1
Fixed small bug regarding Carthage, cf #452 and 5b8253d.
3.6.0
- Ported new version of ZXDataMatrixDetector
- @neacao implemented a complete Swift example of a barcode scanner
- @neacao fixed a bunch of bugs in the old Objective-C example code