barkoder-nativescript 1.5.7 → 1.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (51) hide show
  1. package/barkoder-nativescript.android.ts +93 -4
  2. package/barkoder-nativescript.common.ts +14 -3
  3. package/barkoder-nativescript.ios.ts +86 -2
  4. package/package.json +1 -1
  5. package/platforms/android/barkoder.aar +0 -0
  6. package/platforms/android/barkoder_nativescript.aar +0 -0
  7. package/platforms/ios/Barkoder.xcframework/ios-arm64/Barkoder.framework/Barkoder +0 -0
  8. package/platforms/ios/Barkoder.xcframework/ios-arm64/Barkoder.framework/Headers/iBarkoder.h +42 -10
  9. package/platforms/ios/Barkoder.xcframework/ios-arm64/Barkoder.framework/Info.plist +0 -0
  10. package/platforms/ios/Barkoder.xcframework/ios-arm64/Barkoder.framework/default.metallib +0 -0
  11. package/platforms/ios/Barkoder.xcframework/ios-arm64/Barkoder.framework/float16_384x256.mlmodelc/coremldata.bin +0 -0
  12. package/platforms/ios/Barkoder.xcframework/ios-arm64/Barkoder.framework/float16_384x256.mlmodelc/metadata.json +7 -4
  13. package/platforms/ios/Barkoder.xcframework/ios-arm64/Barkoder.framework/float16_384x256.mlmodelc/model.mil +1 -1
  14. package/platforms/ios/Barkoder.xcframework/ios-arm64/Barkoder.framework/float16_512x384.mlmodelc/coremldata.bin +0 -0
  15. package/platforms/ios/Barkoder.xcframework/ios-arm64/Barkoder.framework/float16_512x384.mlmodelc/metadata.json +7 -4
  16. package/platforms/ios/Barkoder.xcframework/ios-arm64/Barkoder.framework/float16_512x384.mlmodelc/model.mil +1 -1
  17. package/platforms/ios/Barkoder.xcframework/ios-arm64_x86_64-simulator/Barkoder.framework/Barkoder +0 -0
  18. package/platforms/ios/Barkoder.xcframework/ios-arm64_x86_64-simulator/Barkoder.framework/Headers/iBarkoder.h +42 -10
  19. package/platforms/ios/Barkoder.xcframework/ios-arm64_x86_64-simulator/Barkoder.framework/Info.plist +0 -0
  20. package/platforms/ios/Barkoder.xcframework/ios-arm64_x86_64-simulator/Barkoder.framework/_CodeSignature/CodeResources +17 -17
  21. package/platforms/ios/Barkoder.xcframework/ios-arm64_x86_64-simulator/Barkoder.framework/default.metallib +0 -0
  22. package/platforms/ios/Barkoder.xcframework/ios-arm64_x86_64-simulator/Barkoder.framework/float16_384x256.mlmodelc/coremldata.bin +0 -0
  23. package/platforms/ios/Barkoder.xcframework/ios-arm64_x86_64-simulator/Barkoder.framework/float16_384x256.mlmodelc/metadata.json +7 -4
  24. package/platforms/ios/Barkoder.xcframework/ios-arm64_x86_64-simulator/Barkoder.framework/float16_384x256.mlmodelc/model.mil +1 -1
  25. package/platforms/ios/Barkoder.xcframework/ios-arm64_x86_64-simulator/Barkoder.framework/float16_512x384.mlmodelc/coremldata.bin +0 -0
  26. package/platforms/ios/Barkoder.xcframework/ios-arm64_x86_64-simulator/Barkoder.framework/float16_512x384.mlmodelc/metadata.json +7 -4
  27. package/platforms/ios/Barkoder.xcframework/ios-arm64_x86_64-simulator/Barkoder.framework/float16_512x384.mlmodelc/model.mil +1 -1
  28. package/platforms/ios/BarkoderSDK.xcframework/Info.plist +5 -5
  29. package/platforms/ios/BarkoderSDK.xcframework/ios-arm64/BarkoderSDK.framework/BarkoderSDK +0 -0
  30. package/platforms/ios/BarkoderSDK.xcframework/ios-arm64/BarkoderSDK.framework/Headers/BarkoderSDK-Swift.h +36 -5
  31. package/platforms/ios/BarkoderSDK.xcframework/ios-arm64/BarkoderSDK.framework/Info.plist +0 -0
  32. package/platforms/ios/BarkoderSDK.xcframework/ios-arm64/BarkoderSDK.framework/Modules/BarkoderSDK.swiftmodule/arm64-apple-ios.abi.json +893 -115
  33. package/platforms/ios/BarkoderSDK.xcframework/ios-arm64/BarkoderSDK.framework/Modules/BarkoderSDK.swiftmodule/arm64-apple-ios.private.swiftinterface +24 -3
  34. package/platforms/ios/BarkoderSDK.xcframework/ios-arm64/BarkoderSDK.framework/Modules/BarkoderSDK.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  35. package/platforms/ios/BarkoderSDK.xcframework/ios-arm64/BarkoderSDK.framework/Modules/BarkoderSDK.swiftmodule/arm64-apple-ios.swiftinterface +24 -3
  36. package/platforms/ios/BarkoderSDK.xcframework/ios-arm64/BarkoderSDK.framework/beep.mp3 +0 -0
  37. package/platforms/ios/BarkoderSDK.xcframework/ios-arm64/BarkoderSDK.framework/templates.json +123 -15
  38. package/platforms/ios/BarkoderSDK.xcframework/ios-arm64_x86_64-simulator/BarkoderSDK.framework/BarkoderSDK +0 -0
  39. package/platforms/ios/BarkoderSDK.xcframework/ios-arm64_x86_64-simulator/BarkoderSDK.framework/Headers/BarkoderSDK-Swift.h +72 -10
  40. package/platforms/ios/BarkoderSDK.xcframework/ios-arm64_x86_64-simulator/BarkoderSDK.framework/Info.plist +0 -0
  41. package/platforms/ios/BarkoderSDK.xcframework/ios-arm64_x86_64-simulator/BarkoderSDK.framework/Modules/BarkoderSDK.swiftmodule/arm64-apple-ios-simulator.abi.json +893 -115
  42. package/platforms/ios/BarkoderSDK.xcframework/ios-arm64_x86_64-simulator/BarkoderSDK.framework/Modules/BarkoderSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +24 -3
  43. package/platforms/ios/BarkoderSDK.xcframework/ios-arm64_x86_64-simulator/BarkoderSDK.framework/Modules/BarkoderSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  44. package/platforms/ios/BarkoderSDK.xcframework/ios-arm64_x86_64-simulator/BarkoderSDK.framework/Modules/BarkoderSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface +24 -3
  45. package/platforms/ios/BarkoderSDK.xcframework/ios-arm64_x86_64-simulator/BarkoderSDK.framework/Modules/BarkoderSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json +893 -115
  46. package/platforms/ios/BarkoderSDK.xcframework/ios-arm64_x86_64-simulator/BarkoderSDK.framework/Modules/BarkoderSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +24 -3
  47. package/platforms/ios/BarkoderSDK.xcframework/ios-arm64_x86_64-simulator/BarkoderSDK.framework/Modules/BarkoderSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  48. package/platforms/ios/BarkoderSDK.xcframework/ios-arm64_x86_64-simulator/BarkoderSDK.framework/Modules/BarkoderSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +24 -3
  49. package/platforms/ios/BarkoderSDK.xcframework/ios-arm64_x86_64-simulator/BarkoderSDK.framework/_CodeSignature/CodeResources +27 -27
  50. package/platforms/ios/BarkoderSDK.xcframework/ios-arm64_x86_64-simulator/BarkoderSDK.framework/beep.mp3 +0 -0
  51. package/platforms/ios/BarkoderSDK.xcframework/ios-arm64_x86_64-simulator/BarkoderSDK.framework/templates.json +123 -15
@@ -1,5 +1,5 @@
1
1
  // swift-interface-format-version: 1.0
2
- // swift-compiler-version: Apple Swift version 6.0.2 effective-5.10 (swiftlang-6.0.2.1.2 clang-1600.0.26.4)
2
+ // swift-compiler-version: Apple Swift version 6.0.3 effective-5.10 (swiftlang-6.0.3.1.10 clang-1600.0.30.1)
3
3
  // swift-module-flags: -target x86_64-apple-ios13.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name BarkoderSDK
4
4
  // swift-module-flags-ignorable: -no-verify-emitted-module-interface
5
5
  import AVFoundation
@@ -28,6 +28,22 @@ import _SwiftConcurrencyShims
28
28
  @objc get
29
29
  @objc set
30
30
  }
31
+ @objc public var scanningIndicatorColor: UIKit.UIColor {
32
+ @objc get
33
+ @objc set
34
+ }
35
+ @objc public var scanningIndicatorWidth: Swift.Float {
36
+ @objc get
37
+ @objc set
38
+ }
39
+ @objc public var scanningIndicatorAnimation: Swift.Int {
40
+ @objc get
41
+ @objc set
42
+ }
43
+ @objc public var scanningIndicatorAlwaysVisible: Swift.Bool {
44
+ @objc get
45
+ @objc set
46
+ }
31
47
  @objc public var regionOfInterestVisible: Swift.Bool {
32
48
  @objc get
33
49
  @objc set
@@ -68,8 +84,9 @@ extension UIKit.UIImage {
68
84
  }
69
85
  @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc @_Concurrency.MainActor @preconcurrency public class BarkoderView : UIKit.UIView, BarkoderSDK.BarkoderPreviewFramesDelegate {
70
86
  @objc public enum BarkoderResolution : Swift.Int {
71
- case normal
72
- case high
87
+ case HD
88
+ case FHD
89
+ case UHD
73
90
  public init?(rawValue: Swift.Int)
74
91
  public typealias RawValue = Swift.Int
75
92
  public var rawValue: Swift.Int {
@@ -91,6 +108,9 @@ extension UIKit.UIImage {
91
108
  @objc @_Concurrency.MainActor @preconcurrency public func setFlash(_ enabled: Swift.Bool)
92
109
  @objc @_Concurrency.MainActor @preconcurrency public func getMaxZoomFactor(_ completion: @escaping (_ maxZoomFactor: Swift.Float) -> Swift.Void)
93
110
  @objc @_Concurrency.MainActor @preconcurrency public func isFlashAvailable(_ completion: @escaping (_ flashAvailable: Swift.Bool) -> Swift.Void)
111
+ @objc @_Concurrency.MainActor @preconcurrency public func setDynamicExposure(_ intensity: Swift.Int)
112
+ @objc @_Concurrency.MainActor @preconcurrency public func setCentricFocusAndExposure(_ enabled: Swift.Bool)
113
+ @objc @_Concurrency.MainActor @preconcurrency public func setVideoStabilization(_ enabled: Swift.Bool)
94
114
  @_Concurrency.MainActor @preconcurrency @objc public func cameraFrameReceived(sampleBuffer: CoreMedia.CMSampleBuffer)
95
115
  @_Concurrency.MainActor @preconcurrency @objc override dynamic public func layoutSubviews()
96
116
  @objc deinit
@@ -122,6 +142,7 @@ extension CoreFoundation.CGRect {
122
142
  case all_1d
123
143
  case mrz
124
144
  case gallery_scan
145
+ case composite
125
146
  public init?(rawValue: Swift.Int)
126
147
  public typealias RawValue = Swift.Int
127
148
  public var rawValue: Swift.Int {
@@ -1,5 +1,5 @@
1
1
  // swift-interface-format-version: 1.0
2
- // swift-compiler-version: Apple Swift version 6.0.2 effective-5.10 (swiftlang-6.0.2.1.2 clang-1600.0.26.4)
2
+ // swift-compiler-version: Apple Swift version 6.0.3 effective-5.10 (swiftlang-6.0.3.1.10 clang-1600.0.30.1)
3
3
  // swift-module-flags: -target x86_64-apple-ios13.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name BarkoderSDK
4
4
  // swift-module-flags-ignorable: -no-verify-emitted-module-interface
5
5
  import AVFoundation
@@ -28,6 +28,22 @@ import _SwiftConcurrencyShims
28
28
  @objc get
29
29
  @objc set
30
30
  }
31
+ @objc public var scanningIndicatorColor: UIKit.UIColor {
32
+ @objc get
33
+ @objc set
34
+ }
35
+ @objc public var scanningIndicatorWidth: Swift.Float {
36
+ @objc get
37
+ @objc set
38
+ }
39
+ @objc public var scanningIndicatorAnimation: Swift.Int {
40
+ @objc get
41
+ @objc set
42
+ }
43
+ @objc public var scanningIndicatorAlwaysVisible: Swift.Bool {
44
+ @objc get
45
+ @objc set
46
+ }
31
47
  @objc public var regionOfInterestVisible: Swift.Bool {
32
48
  @objc get
33
49
  @objc set
@@ -68,8 +84,9 @@ extension UIKit.UIImage {
68
84
  }
69
85
  @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc @_Concurrency.MainActor @preconcurrency public class BarkoderView : UIKit.UIView, BarkoderSDK.BarkoderPreviewFramesDelegate {
70
86
  @objc public enum BarkoderResolution : Swift.Int {
71
- case normal
72
- case high
87
+ case HD
88
+ case FHD
89
+ case UHD
73
90
  public init?(rawValue: Swift.Int)
74
91
  public typealias RawValue = Swift.Int
75
92
  public var rawValue: Swift.Int {
@@ -91,6 +108,9 @@ extension UIKit.UIImage {
91
108
  @objc @_Concurrency.MainActor @preconcurrency public func setFlash(_ enabled: Swift.Bool)
92
109
  @objc @_Concurrency.MainActor @preconcurrency public func getMaxZoomFactor(_ completion: @escaping (_ maxZoomFactor: Swift.Float) -> Swift.Void)
93
110
  @objc @_Concurrency.MainActor @preconcurrency public func isFlashAvailable(_ completion: @escaping (_ flashAvailable: Swift.Bool) -> Swift.Void)
111
+ @objc @_Concurrency.MainActor @preconcurrency public func setDynamicExposure(_ intensity: Swift.Int)
112
+ @objc @_Concurrency.MainActor @preconcurrency public func setCentricFocusAndExposure(_ enabled: Swift.Bool)
113
+ @objc @_Concurrency.MainActor @preconcurrency public func setVideoStabilization(_ enabled: Swift.Bool)
94
114
  @_Concurrency.MainActor @preconcurrency @objc public func cameraFrameReceived(sampleBuffer: CoreMedia.CMSampleBuffer)
95
115
  @_Concurrency.MainActor @preconcurrency @objc override dynamic public func layoutSubviews()
96
116
  @objc deinit
@@ -122,6 +142,7 @@ extension CoreFoundation.CGRect {
122
142
  case all_1d
123
143
  case mrz
124
144
  case gallery_scan
145
+ case composite
125
146
  public init?(rawValue: Swift.Int)
126
147
  public typealias RawValue = Swift.Int
127
148
  public var rawValue: Swift.Int {
@@ -6,7 +6,7 @@
6
6
  <dict>
7
7
  <key>Headers/BarkoderSDK-Swift.h</key>
8
8
  <data>
9
- sNiW6n8M6rXqajE6I+gctmXc3hM=
9
+ FHd0DiKIvoz/EcxTVzp5rS0Uqsk=
10
10
  </data>
11
11
  <key>Headers/BarkoderSDK.h</key>
12
12
  <data>
@@ -14,47 +14,47 @@
14
14
  </data>
15
15
  <key>Info.plist</key>
16
16
  <data>
17
- fqkjv2ZA3EOH9iiIdr7fUE0sloU=
17
+ gMzr+elVLDxvAVuijl2KFPSJWC0=
18
18
  </data>
19
19
  <key>Modules/BarkoderSDK.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
20
20
  <data>
21
- mzxMElj6j3edfJlZ2YPtDureCpw=
21
+ wOryhDoNCvp5UhNu918KMHxn7ZE=
22
22
  </data>
23
23
  <key>Modules/BarkoderSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
24
24
  <data>
25
- ALhvfPBpIRiLmdsEgk4idN/4AVQ=
25
+ bqQbALP2dOnEPZHQLOafCKZu88M=
26
26
  </data>
27
27
  <key>Modules/BarkoderSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key>
28
28
  <data>
29
- 63ghKfVIhitE0RyKpWViIPfqsWE=
29
+ hVt9kDMiPKDPKsxRCdPDO7+kBoU=
30
30
  </data>
31
31
  <key>Modules/BarkoderSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface</key>
32
32
  <data>
33
- ALhvfPBpIRiLmdsEgk4idN/4AVQ=
33
+ bqQbALP2dOnEPZHQLOafCKZu88M=
34
34
  </data>
35
35
  <key>Modules/BarkoderSDK.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
36
36
  <data>
37
- wgjKUDepxha49eM7vySQ/Llhgho=
37
+ WY0WNmTmsy+fk81tIKQJsgVIiKo=
38
38
  </data>
39
39
  <key>Modules/BarkoderSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
40
40
  <data>
41
- mzxMElj6j3edfJlZ2YPtDureCpw=
41
+ wOryhDoNCvp5UhNu918KMHxn7ZE=
42
42
  </data>
43
43
  <key>Modules/BarkoderSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
44
44
  <data>
45
- bkSbKnybuKoFsjS03ry7yChXBCs=
45
+ wvS6Xt3sH0g+whPdp8VumBuAv5U=
46
46
  </data>
47
47
  <key>Modules/BarkoderSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
48
48
  <data>
49
- N48+6Aoy6AfDBuTDyfJ2VkQM+34=
49
+ RwAMyA9hg4ea9oaWd9EHWL6wgjU=
50
50
  </data>
51
51
  <key>Modules/BarkoderSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key>
52
52
  <data>
53
- bkSbKnybuKoFsjS03ry7yChXBCs=
53
+ wvS6Xt3sH0g+whPdp8VumBuAv5U=
54
54
  </data>
55
55
  <key>Modules/BarkoderSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
56
56
  <data>
57
- qMZGtYLsDanuvNLQUX8aQL7mfyo=
57
+ t17UDz8APEnAyX1zdF3EnpKPDO0=
58
58
  </data>
59
59
  <key>Modules/module.modulemap</key>
60
60
  <data>
@@ -62,11 +62,11 @@
62
62
  </data>
63
63
  <key>beep.mp3</key>
64
64
  <data>
65
- v4dveaWQ0q9bQRlDI6pkZHR+ygM=
65
+ i2XHYlvtGZ30Wf9UB/y3C+8Y3eY=
66
66
  </data>
67
67
  <key>templates.json</key>
68
68
  <data>
69
- 1KFVIlXdUubr4CMmSv/wVSgKayw=
69
+ gemncgAP38s2JofOSPdxVYif2dQ=
70
70
  </data>
71
71
  </dict>
72
72
  <key>files2</key>
@@ -75,7 +75,7 @@
75
75
  <dict>
76
76
  <key>hash2</key>
77
77
  <data>
78
- WOYE3h8HrIacr+jC49D8guiclDvFm+mzfPZ3znKFk8c=
78
+ DMXEDP0cldG+dRhi4Z7q844RNxS52r8YxgVNVEfujnY=
79
79
  </data>
80
80
  </dict>
81
81
  <key>Headers/BarkoderSDK.h</key>
@@ -89,70 +89,70 @@
89
89
  <dict>
90
90
  <key>hash2</key>
91
91
  <data>
92
- SNd4H4B74KKOugue8//Ucjc+HEcskt/v4adj3AV9CGQ=
92
+ 1K5T8mNxCOAXXAJgVSl4Iy5EJQsu18Wnvi5GgVZ482U=
93
93
  </data>
94
94
  </dict>
95
95
  <key>Modules/BarkoderSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
96
96
  <dict>
97
97
  <key>hash2</key>
98
98
  <data>
99
- svDA0pGtwCOIhTpxQf0sSGFjmxfRqtgHIetQoKq/dD8=
99
+ wrDnBGsgCSP/OFFJbeQEo4rmt6vqnoULZwS9F+T3l1Q=
100
100
  </data>
101
101
  </dict>
102
102
  <key>Modules/BarkoderSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key>
103
103
  <dict>
104
104
  <key>hash2</key>
105
105
  <data>
106
- PKvbq77vts7G5MmvwSegQuXGJ36Xmx63+ZLoW8sDPqA=
106
+ orsAOe/k6/wmlDdqfUgsLmxmqzAol8cjGj01mdYb1lo=
107
107
  </data>
108
108
  </dict>
109
109
  <key>Modules/BarkoderSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface</key>
110
110
  <dict>
111
111
  <key>hash2</key>
112
112
  <data>
113
- svDA0pGtwCOIhTpxQf0sSGFjmxfRqtgHIetQoKq/dD8=
113
+ wrDnBGsgCSP/OFFJbeQEo4rmt6vqnoULZwS9F+T3l1Q=
114
114
  </data>
115
115
  </dict>
116
116
  <key>Modules/BarkoderSDK.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
117
117
  <dict>
118
118
  <key>hash2</key>
119
119
  <data>
120
- FuhYH6rLCWZcBqJLCBZyTpkshT9EEh0hTKnCsezKzx4=
120
+ MOiQ9AQyv052ZSfmp26ghawbRNUrIpEUy4MDW6AS4HE=
121
121
  </data>
122
122
  </dict>
123
123
  <key>Modules/BarkoderSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
124
124
  <dict>
125
125
  <key>hash2</key>
126
126
  <data>
127
- SNd4H4B74KKOugue8//Ucjc+HEcskt/v4adj3AV9CGQ=
127
+ 1K5T8mNxCOAXXAJgVSl4Iy5EJQsu18Wnvi5GgVZ482U=
128
128
  </data>
129
129
  </dict>
130
130
  <key>Modules/BarkoderSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
131
131
  <dict>
132
132
  <key>hash2</key>
133
133
  <data>
134
- fy0y5er0FW09Lawq/uJnhiBDis4Lo8In0yYxp6i5CuU=
134
+ 1gxk3ARE3t0ZjBfq4OYWhDd2EHefXYZJUeQ3TIg/ghY=
135
135
  </data>
136
136
  </dict>
137
137
  <key>Modules/BarkoderSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
138
138
  <dict>
139
139
  <key>hash2</key>
140
140
  <data>
141
- xnXPLB6RIld/MO89Xdj4vQW7B/zSX9qJhpi+m1yy7Dg=
141
+ 8x9Q10GRALf229IjoJtSTpjveQ0hSeCQrH7ArsMZatw=
142
142
  </data>
143
143
  </dict>
144
144
  <key>Modules/BarkoderSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key>
145
145
  <dict>
146
146
  <key>hash2</key>
147
147
  <data>
148
- fy0y5er0FW09Lawq/uJnhiBDis4Lo8In0yYxp6i5CuU=
148
+ 1gxk3ARE3t0ZjBfq4OYWhDd2EHefXYZJUeQ3TIg/ghY=
149
149
  </data>
150
150
  </dict>
151
151
  <key>Modules/BarkoderSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
152
152
  <dict>
153
153
  <key>hash2</key>
154
154
  <data>
155
- XbEJqIbH83CwpkTv4VakQai+pdW1fNRWLRHddBn2YpQ=
155
+ F8QnBygKkuqgFwkyUZdNmOu/x3UW7pVP0dvOZ2lb2FY=
156
156
  </data>
157
157
  </dict>
158
158
  <key>Modules/module.modulemap</key>
@@ -166,14 +166,14 @@
166
166
  <dict>
167
167
  <key>hash2</key>
168
168
  <data>
169
- JABKgt1SdLhS3nZu8rKsA1yi1rKu/HIIaACWi0qY530=
169
+ xZTknyJ1H1V7sOrHntj4J0IFu7IJI2RXSqgiUZPNBws=
170
170
  </data>
171
171
  </dict>
172
172
  <key>templates.json</key>
173
173
  <dict>
174
174
  <key>hash2</key>
175
175
  <data>
176
- w9ddPCMDfX4hZWBUadmPDAZChVqov60lLGMlJXOGLRM=
176
+ JuWaoH8DwWBOPpUg6aAkBluIW2OCONTrQ3Bz92pc50M=
177
177
  </data>
178
178
  </dict>
179
179
  </dict>
@@ -111,6 +111,15 @@
111
111
  "minimumLength": 0,
112
112
  "maximumLength": 0
113
113
  },
114
+ "Databar 14": {
115
+ "enabled": true
116
+ },
117
+ "Databar Limited": {
118
+ "enabled": true
119
+ },
120
+ "Databar Expanded": {
121
+ "enabled": true
122
+ },
114
123
  "general": {
115
124
  "maxThreads": 2,
116
125
  "decodingSpeed": 1,
@@ -126,11 +135,12 @@
126
135
  "enableMisshaped1D": false,
127
136
  "upcEanDeblur": false,
128
137
  "enableVINRestrictions": false,
129
- "thresholdBetweenDuplicatesScans": 5
138
+ "thresholdBetweenDuplicatesScans": 5,
139
+ "enableComposite": 0
130
140
  }
131
141
  },
132
142
  "locationLineColor": -65536,
133
- "locationLineWidth": 4,
143
+ "locationLineWidth": 2,
134
144
  "roiLineColor": -65536,
135
145
  "roiLineWidth": 3,
136
146
  "roiOverlayBackgroundColor": 1711276032,
@@ -171,7 +181,7 @@
171
181
  }
172
182
  },
173
183
  "locationLineColor": -65536,
174
- "locationLineWidth": 4,
184
+ "locationLineWidth": 2,
175
185
  "roiLineColor": -65536,
176
186
  "roiLineWidth": 3,
177
187
  "roiOverlayBackgroundColor": 1711276032,
@@ -212,7 +222,7 @@
212
222
  }
213
223
  },
214
224
  "locationLineColor": -65536,
215
- "locationLineWidth": 4,
225
+ "locationLineWidth": 2,
216
226
  "roiLineColor": -65536,
217
227
  "roiLineWidth": 3,
218
228
  "roiOverlayBackgroundColor": 1711276032,
@@ -240,6 +250,15 @@
240
250
  "Ean-8": {
241
251
  "enabled": true
242
252
  },
253
+ "Databar 14": {
254
+ "enabled": true
255
+ },
256
+ "Databar Limited": {
257
+ "enabled": false
258
+ },
259
+ "Databar Expanded": {
260
+ "enabled": false
261
+ },
243
262
  "general": {
244
263
  "maxThreads": 2,
245
264
  "decodingSpeed": 2,
@@ -259,7 +278,7 @@
259
278
  }
260
279
  },
261
280
  "locationLineColor": -65536,
262
- "locationLineWidth": 4,
281
+ "locationLineWidth": 2,
263
282
  "roiLineColor": -65536,
264
283
  "roiLineWidth": 3,
265
284
  "roiOverlayBackgroundColor": 1711276032,
@@ -322,6 +341,15 @@
322
341
  "minimumLength": 0,
323
342
  "maximumLength": 0
324
343
  },
344
+ "Databar 14": {
345
+ "enabled": true
346
+ },
347
+ "Databar Limited": {
348
+ "enabled": true
349
+ },
350
+ "Databar Expanded": {
351
+ "enabled": true
352
+ },
325
353
  "general": {
326
354
  "maxThreads": 2,
327
355
  "decodingSpeed": 2,
@@ -341,7 +369,7 @@
341
369
  }
342
370
  },
343
371
  "locationLineColor": -65536,
344
- "locationLineWidth": 4,
372
+ "locationLineWidth": 2,
345
373
  "roiLineColor": -65536,
346
374
  "roiLineWidth": 3,
347
375
  "roiOverlayBackgroundColor": 1711276032,
@@ -392,7 +420,7 @@
392
420
  }
393
421
  },
394
422
  "locationLineColor": -65536,
395
- "locationLineWidth": 4,
423
+ "locationLineWidth": 2,
396
424
  "roiLineColor": -65536,
397
425
  "roiLineWidth": 3,
398
426
  "roiOverlayBackgroundColor": 1711276032,
@@ -439,7 +467,7 @@
439
467
  }
440
468
  },
441
469
  "locationLineColor": -65536,
442
- "locationLineWidth": 4,
470
+ "locationLineWidth": 2,
443
471
  "roiLineColor": -65536,
444
472
  "roiLineWidth": 3,
445
473
  "roiOverlayBackgroundColor": 1711276032,
@@ -492,11 +520,11 @@
492
520
  }
493
521
  },
494
522
  "locationLineColor": -65536,
495
- "locationLineWidth": 4,
523
+ "locationLineWidth": 2,
496
524
  "roiLineColor": -65536,
497
525
  "roiLineWidth": 3,
498
526
  "roiOverlayBackgroundColor": 1711276032,
499
- "closeSessionOnResultEnabled": false,
527
+ "closeSessionOnResultEnabled": true,
500
528
  "imageResultEnabled": false,
501
529
  "locationInImageResultEnabled": false,
502
530
  "locationInPreviewEnabled": true,
@@ -530,7 +558,7 @@
530
558
  }
531
559
  },
532
560
  "locationLineColor": -65536,
533
- "locationLineWidth": 4,
561
+ "locationLineWidth": 2,
534
562
  "roiLineColor": -65536,
535
563
  "roiLineWidth": 3,
536
564
  "roiOverlayBackgroundColor": 1711276032,
@@ -643,6 +671,15 @@
643
671
  "minimumLength": 0,
644
672
  "maximumLength": 0
645
673
  },
674
+ "Databar 14": {
675
+ "enabled": true
676
+ },
677
+ "Databar Limited": {
678
+ "enabled": true
679
+ },
680
+ "Databar Expanded": {
681
+ "enabled": true
682
+ },
646
683
  "general": {
647
684
  "maxThreads": 2,
648
685
  "decodingSpeed": 2,
@@ -662,7 +699,7 @@
662
699
  }
663
700
  },
664
701
  "locationLineColor": -65536,
665
- "locationLineWidth": 4,
702
+ "locationLineWidth": 2,
666
703
  "roiLineColor": -65536,
667
704
  "roiLineWidth": 3,
668
705
  "roiOverlayBackgroundColor": 1711276032,
@@ -701,7 +738,7 @@
701
738
  }
702
739
  },
703
740
  "locationLineColor": -65536,
704
- "locationLineWidth": 4,
741
+ "locationLineWidth": 2,
705
742
  "roiLineColor": -65536,
706
743
  "roiLineWidth": 3,
707
744
  "roiOverlayBackgroundColor": 1711276032,
@@ -863,6 +900,77 @@
863
900
  "beepOnSuccessEnabled": true,
864
901
  "vibrateOnSuccessEnabled": false,
865
902
  "locationInImageResultEnabled": true,
866
- "locationLineWidth": 7
867
- }
903
+ "locationLineWidth": 8
904
+ },
905
+ "composite": {
906
+ "decoder": {
907
+ "Upc-A": {
908
+ "enabled": true
909
+ },
910
+ "Upc-E": {
911
+ "enabled": true
912
+ },
913
+ "Upc-E1": {
914
+ "enabled": false
915
+ },
916
+ "Ean-13": {
917
+ "enabled": true
918
+ },
919
+ "Ean-8": {
920
+ "enabled": true
921
+ },
922
+ "Code 128": {
923
+ "enabled": true,
924
+ "minimumLength": 0,
925
+ "maximumLength": 0
926
+ },
927
+ "PDF 417": {
928
+ "enabled": true
929
+ },
930
+ "PDF 417 Micro": {
931
+ "enabled": true
932
+ },
933
+ "Databar 14": {
934
+ "enabled": true
935
+ },
936
+ "Databar Limited": {
937
+ "enabled": true
938
+ },
939
+ "Databar Expanded": {
940
+ "enabled": true
941
+ },
942
+ "general": {
943
+ "maxThreads": 2,
944
+ "decodingSpeed": 2,
945
+ "roi_x": 0,
946
+ "roi_y": 0,
947
+ "roi_w": 100,
948
+ "roi_h": 100,
949
+ "formattingType": 2,
950
+ "duplicatesDelayMs": 0,
951
+ "encodingCharacterSet": "",
952
+ "multicodeCachingEnabled": true,
953
+ "multicodeCachingDuration": 1000,
954
+ "enableMisshaped1D": false,
955
+ "upcEanDeblur": true,
956
+ "enableVINRestrictions": false,
957
+ "thresholdBetweenDuplicatesScans": 5,
958
+ "enableComposite": 1
959
+ }
960
+ },
961
+ "locationLineColor": -65536,
962
+ "locationLineWidth": 2,
963
+ "roiLineColor": -65536,
964
+ "roiLineWidth": 3,
965
+ "roiOverlayBackgroundColor": 1711276032,
966
+ "closeSessionOnResultEnabled": true,
967
+ "imageResultEnabled": false,
968
+ "locationInImageResultEnabled": false,
969
+ "locationInPreviewEnabled": true,
970
+ "pinchToZoomEnabled": false,
971
+ "regionOfInterestVisible": false,
972
+ "barkoderResolution": 1,
973
+ "beepOnSuccessEnabled": true,
974
+ "vibrateOnSuccessEnabled": false
975
+ },
868
976
  }