Skip to content

Releases: zxingify/zxingify-objc

3.6.9

06 Oct 11:22
Compare
Choose a tag to compare
  • 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

05 Oct 14:59
7f05df1
Compare
Choose a tag to compare
  • Should fix build for Xcode 14.3, cf. #575.

3.6.7

04 Oct 16:48
e75eeff
Compare
Choose a tag to compare
  • Should fix #510 Xcode 12 / iOS 14 / Swift 5.3 compilation errors, cf. #507.

3.6.6

15 Oct 11:18
a2dbc8b
Compare
Choose a tag to compare
  • SwiftPM Integration, thanks a lot to @4brunu

3.6.5

21 Feb 23:37
Compare
Choose a tag to compare
Update README and podspec

3.6.4

18 Dec 07:40
Compare
Choose a tag to compare
  • Fixes UPCE checksum calculation, cf. #461

3.6.3

04 Dec 13:33
Compare
Choose a tag to compare
  • Also handling negative values cf #272.

3.6.2

30 Nov 13:37
Compare
Choose a tag to compare
  • Ported some commits from zxing/zxing.
  • Fixed an issue regarding some frequent weird exception raise #272.

3.6.1

01 Nov 09:50
Compare
Choose a tag to compare

Fixed small bug regarding Carthage, cf #452 and 5b8253d.

3.6.0

16 Oct 15:12
0832e42
Compare
Choose a tag to compare
  • 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