Skip to content

Commit

Permalink
added v11.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sMaltsevAcuant committed Oct 14, 2020
1 parent 83c223d commit b6a0909
Show file tree
Hide file tree
Showing 160 changed files with 241 additions and 128 deletions.
3 changes: 3 additions & 0 deletions AcuantCamera/AcuantCamera.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,7 @@
PRODUCT_BUNDLE_IDENTIFIER = acuant.AcuantCamera;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
SUPPORTS_MACCATALYST = NO;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
Expand Down Expand Up @@ -486,9 +487,11 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = acuant.AcuantCamera;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
SUPPORTS_MACCATALYST = NO;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 12.1;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
ONLY_ACTIVE_ARCH = NO;
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
Expand Down Expand Up @@ -322,9 +322,11 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = Acuant.AcuantFaceCapture;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
SUPPORTS_MACCATALYST = NO;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
Expand Down Expand Up @@ -355,9 +357,11 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = Acuant.AcuantFaceCapture;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
SUPPORTS_MACCATALYST = NO;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
Expand Down
11 changes: 8 additions & 3 deletions AcuantiOSSDKV11.podspec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Pod::Spec.new do |s|
s.platform = :ios
s.swift_versions = ['5.2']
s.swift_versions = ['5.3']
s.ios.deployment_target = '11.0'
s.name = "AcuantiOSSDKV11"
s.version = "11.4.4"
s.version = "11.4.5"
s.summary = "Acuant's latest SDK with most advanced image capture technology and optimized user workflow "
s.description = "Acuant's latest SDK with most advanced image capture technology and optimized user workflow.
Expand All @@ -21,6 +21,11 @@ Pod::Spec.new do |s|
s.author = { "Acuant Inc" => "[email protected]" }
s.source = { :git => "https://github.com/Acuant/iOSSDKV11.git", :tag => "#{s.version}" }

s.pod_target_xcconfig = {
'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64'
}
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }

s.subspec 'AcuantCommon' do |acuantCommon|
acuantCommon.ios.deployment_target = '11.0'
acuantCommon.ios.vendored_frameworks = "EmbeddedFrameworks/AcuantCommon.framework"
Expand Down Expand Up @@ -109,7 +114,7 @@ Pod::Spec.new do |s|
"AcuantCamera/AcuantCamera/Camera/Mrz/OCR/*.{h,swift}",
"AcuantCamera/AcuantCamera/Camera/Mrz/OCR/Utils/*.{h,swift}"
mrz.dependency "#{s.name}/AcuantCamera/Common"
mrz.dependency 'TesseractOCRiOS', '~> 5.0.1'
mrz.ios.vendored_frameworks = "EmbeddedFrameworks/TesseractOCR.framework"
mrz.resources = "AcuantCamera/AcuantCamera/Camera/Mrz/*.xcassets"
end

Expand Down
Binary file modified EmbeddedFrameworks/AcuantCommon.framework/AcuantCommon
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
// Generated by Apple Swift version 5.2.4 (swiftlang-1103.0.32.9 clang-1103.0.32.53)
// Generated by Apple Swift version 5.3 (swiftlang-1200.0.29.2 clang-1200.0.30.1)
#ifndef ACUANTCOMMON_SWIFT_H
#define ACUANTCOMMON_SWIFT_H
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wgcc-compat"

Expand Down Expand Up @@ -442,3 +444,4 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, copy) NSString * _Nonnull SDK_
# pragma clang attribute pop
#endif
#pragma clang diagnostic pop
#endif
Binary file modified EmbeddedFrameworks/AcuantCommon.framework/Info.plist
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.2.4 (swiftlang-1103.0.32.9 clang-1103.0.32.53)
// swift-compiler-version: Apple Swift version 5.3 (swiftlang-1200.0.29.2 clang-1200.0.30.1)
// swift-module-flags: -target arm64-apple-ios11.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name AcuantCommon
import Foundation
import MobileCoreServices
Expand Down Expand Up @@ -40,7 +40,7 @@ public class AcuantInitializer : AcuantCommon.IAcuantInitializer {
@objc public var error: AcuantCommon.AcuantError?
@objc public var isCorrectAspectRatio: Swift.Bool
@objc public var aspectRatio: Swift.Float
@objc public var points: Swift.Array<CoreGraphics.CGPoint>
@objc public var points: [CoreGraphics.CGPoint]
@objc public var isPassport: Swift.Bool
@objc public class func newInstance() -> AcuantCommon.Image
@objc override dynamic public init()
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.2.4 (swiftlang-1103.0.32.9 clang-1103.0.32.53)
// swift-compiler-version: Apple Swift version 5.3 (swiftlang-1200.0.29.2 clang-1200.0.30.1)
// swift-module-flags: -target arm64-apple-ios11.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name AcuantCommon
import Foundation
import MobileCoreServices
Expand Down Expand Up @@ -40,7 +40,7 @@ public class AcuantInitializer : AcuantCommon.IAcuantInitializer {
@objc public var error: AcuantCommon.AcuantError?
@objc public var isCorrectAspectRatio: Swift.Bool
@objc public var aspectRatio: Swift.Float
@objc public var points: Swift.Array<CoreGraphics.CGPoint>
@objc public var points: [CoreGraphics.CGPoint]
@objc public var isPassport: Swift.Bool
@objc public class func newInstance() -> AcuantCommon.Image
@objc override dynamic public init()
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.2.4 (swiftlang-1103.0.32.9 clang-1103.0.32.53)
// swift-compiler-version: Apple Swift version 5.3 (swiftlang-1200.0.29.2 clang-1200.0.30.1)
// swift-module-flags: -target x86_64-apple-ios11.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name AcuantCommon
import Foundation
import MobileCoreServices
Expand Down Expand Up @@ -40,7 +40,7 @@ public class AcuantInitializer : AcuantCommon.IAcuantInitializer {
@objc public var error: AcuantCommon.AcuantError?
@objc public var isCorrectAspectRatio: Swift.Bool
@objc public var aspectRatio: Swift.Float
@objc public var points: Swift.Array<CoreGraphics.CGPoint>
@objc public var points: [CoreGraphics.CGPoint]
@objc public var isPassport: Swift.Bool
@objc public class func newInstance() -> AcuantCommon.Image
@objc override dynamic public init()
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.2.4 (swiftlang-1103.0.32.9 clang-1103.0.32.53)
// swift-compiler-version: Apple Swift version 5.3 (swiftlang-1200.0.29.2 clang-1200.0.30.1)
// swift-module-flags: -target x86_64-apple-ios11.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name AcuantCommon
import Foundation
import MobileCoreServices
Expand Down Expand Up @@ -40,7 +40,7 @@ public class AcuantInitializer : AcuantCommon.IAcuantInitializer {
@objc public var error: AcuantCommon.AcuantError?
@objc public var isCorrectAspectRatio: Swift.Bool
@objc public var aspectRatio: Swift.Float
@objc public var points: Swift.Array<CoreGraphics.CGPoint>
@objc public var points: [CoreGraphics.CGPoint]
@objc public var isPassport: Swift.Bool
@objc public class func newInstance() -> AcuantCommon.Image
@objc override dynamic public init()
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
// Generated by Apple Swift version 5.2.4 (swiftlang-1103.0.32.9 clang-1103.0.32.53)
// Generated by Apple Swift version 5.3 (swiftlang-1200.0.29.2 clang-1200.0.30.1)
#ifndef ACUANTDOCUMENTPROCESSING_SWIFT_H
#define ACUANTDOCUMENTPROCESSING_SWIFT_H
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wgcc-compat"

Expand Down Expand Up @@ -590,6 +592,8 @@ SWIFT_CLASS("_TtC24AcuantDocumentProcessing4Type")
@property (nonatomic) NSInteger Class;
@property (nonatomic, copy) NSString * _Nullable classCode;
@property (nonatomic, copy) NSString * _Nullable className;
@property (nonatomic, copy) NSString * _Nullable countryCode;
@property (nonatomic, copy) NSArray<NSString *> * _Nullable geographicRegions;
@property (nonatomic, copy) NSString * _Nullable Id;
@property (nonatomic) BOOL isGeneric;
@property (nonatomic, copy) NSString * _Nullable issue;
Expand All @@ -615,3 +619,4 @@ SWIFT_PROTOCOL("_TtP24AcuantDocumentProcessing19UploadImageDelegate_")
# pragma clang attribute pop
#endif
#pragma clang diagnostic pop
#endif
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.2.4 (swiftlang-1103.0.32.9 clang-1103.0.32.53)
// swift-compiler-version: Apple Swift version 5.3 (swiftlang-1200.0.29.2 clang-1200.0.30.1)
// swift-module-flags: -target arm64-apple-ios11.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name AcuantDocumentProcessing
import AcuantCommon
import Foundation
Expand Down Expand Up @@ -113,6 +113,8 @@ import UIKit
@objc public var Class: Swift.Int
@objc public var classCode: Swift.String?
@objc public var className: Swift.String?
@objc public var countryCode: Swift.String?
@objc public var geographicRegions: [Swift.String]?
@objc public var Id: Swift.String?
@objc public var isGeneric: Swift.Bool
@objc public var issue: Swift.String?
Expand Down Expand Up @@ -173,6 +175,12 @@ import UIKit
@objc public static func initWithJsonObject(jsonDict: [Swift.String : Any]?) -> AcuantDocumentProcessing.Biographic
@objc deinit
}
public class EvaluatedImageData {
final public let imageBytes: Foundation.NSData
final public let barcodeString: Swift.String?
public init(imageBytes: Foundation.NSData, barcodeString: Swift.String?)
@objc deinit
}
@objc @_inheritsConvenienceInitializers @objcMembers public class IdOptions : ObjectiveC.NSObject {
@objc public enum AuthenticationSensitivity : Swift.Int {
case Normal = 0
Expand Down Expand Up @@ -248,6 +256,7 @@ import UIKit
@objc @_inheritsConvenienceInitializers @objcMembers public class AcuantDocumentProcessing : ObjectiveC.NSObject {
@objc public class func createInstance(options: AcuantDocumentProcessing.IdOptions, delegate: AcuantDocumentProcessing.CreateInstanceDelegate)
@objc public class func uploadImage(instancdId: Swift.String, data: AcuantDocumentProcessing.IdData, options: AcuantDocumentProcessing.IdOptions, delegate: AcuantDocumentProcessing.UploadImageDelegate)
public class func uploadImage(instancdId: Swift.String, data: AcuantDocumentProcessing.EvaluatedImageData, options: AcuantDocumentProcessing.IdOptions, delegate: AcuantDocumentProcessing.UploadImageDelegate)
@objc public class func getData(instanceId: Swift.String, isHealthCard: Swift.Bool, delegate: AcuantDocumentProcessing.GetDataDelegate)
@objc public class func deleteInstance(instanceId: Swift.String, type: AcuantCommon.DeleteType, delegate: AcuantDocumentProcessing.DeleteDelegate)
@objc deinit
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.2.4 (swiftlang-1103.0.32.9 clang-1103.0.32.53)
// swift-compiler-version: Apple Swift version 5.3 (swiftlang-1200.0.29.2 clang-1200.0.30.1)
// swift-module-flags: -target arm64-apple-ios11.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name AcuantDocumentProcessing
import AcuantCommon
import Foundation
Expand Down Expand Up @@ -113,6 +113,8 @@ import UIKit
@objc public var Class: Swift.Int
@objc public var classCode: Swift.String?
@objc public var className: Swift.String?
@objc public var countryCode: Swift.String?
@objc public var geographicRegions: [Swift.String]?
@objc public var Id: Swift.String?
@objc public var isGeneric: Swift.Bool
@objc public var issue: Swift.String?
Expand Down Expand Up @@ -173,6 +175,12 @@ import UIKit
@objc public static func initWithJsonObject(jsonDict: [Swift.String : Any]?) -> AcuantDocumentProcessing.Biographic
@objc deinit
}
public class EvaluatedImageData {
final public let imageBytes: Foundation.NSData
final public let barcodeString: Swift.String?
public init(imageBytes: Foundation.NSData, barcodeString: Swift.String?)
@objc deinit
}
@objc @_inheritsConvenienceInitializers @objcMembers public class IdOptions : ObjectiveC.NSObject {
@objc public enum AuthenticationSensitivity : Swift.Int {
case Normal = 0
Expand Down Expand Up @@ -248,6 +256,7 @@ import UIKit
@objc @_inheritsConvenienceInitializers @objcMembers public class AcuantDocumentProcessing : ObjectiveC.NSObject {
@objc public class func createInstance(options: AcuantDocumentProcessing.IdOptions, delegate: AcuantDocumentProcessing.CreateInstanceDelegate)
@objc public class func uploadImage(instancdId: Swift.String, data: AcuantDocumentProcessing.IdData, options: AcuantDocumentProcessing.IdOptions, delegate: AcuantDocumentProcessing.UploadImageDelegate)
public class func uploadImage(instancdId: Swift.String, data: AcuantDocumentProcessing.EvaluatedImageData, options: AcuantDocumentProcessing.IdOptions, delegate: AcuantDocumentProcessing.UploadImageDelegate)
@objc public class func getData(instanceId: Swift.String, isHealthCard: Swift.Bool, delegate: AcuantDocumentProcessing.GetDataDelegate)
@objc public class func deleteInstance(instanceId: Swift.String, type: AcuantCommon.DeleteType, delegate: AcuantDocumentProcessing.DeleteDelegate)
@objc deinit
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.2.4 (swiftlang-1103.0.32.9 clang-1103.0.32.53)
// swift-compiler-version: Apple Swift version 5.3 (swiftlang-1200.0.29.2 clang-1200.0.30.1)
// swift-module-flags: -target x86_64-apple-ios11.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name AcuantDocumentProcessing
import AcuantCommon
import Foundation
Expand Down Expand Up @@ -113,6 +113,8 @@ import UIKit
@objc public var Class: Swift.Int
@objc public var classCode: Swift.String?
@objc public var className: Swift.String?
@objc public var countryCode: Swift.String?
@objc public var geographicRegions: [Swift.String]?
@objc public var Id: Swift.String?
@objc public var isGeneric: Swift.Bool
@objc public var issue: Swift.String?
Expand Down Expand Up @@ -173,6 +175,12 @@ import UIKit
@objc public static func initWithJsonObject(jsonDict: [Swift.String : Any]?) -> AcuantDocumentProcessing.Biographic
@objc deinit
}
public class EvaluatedImageData {
final public let imageBytes: Foundation.NSData
final public let barcodeString: Swift.String?
public init(imageBytes: Foundation.NSData, barcodeString: Swift.String?)
@objc deinit
}
@objc @_inheritsConvenienceInitializers @objcMembers public class IdOptions : ObjectiveC.NSObject {
@objc public enum AuthenticationSensitivity : Swift.Int {
case Normal = 0
Expand Down Expand Up @@ -248,6 +256,7 @@ import UIKit
@objc @_inheritsConvenienceInitializers @objcMembers public class AcuantDocumentProcessing : ObjectiveC.NSObject {
@objc public class func createInstance(options: AcuantDocumentProcessing.IdOptions, delegate: AcuantDocumentProcessing.CreateInstanceDelegate)
@objc public class func uploadImage(instancdId: Swift.String, data: AcuantDocumentProcessing.IdData, options: AcuantDocumentProcessing.IdOptions, delegate: AcuantDocumentProcessing.UploadImageDelegate)
public class func uploadImage(instancdId: Swift.String, data: AcuantDocumentProcessing.EvaluatedImageData, options: AcuantDocumentProcessing.IdOptions, delegate: AcuantDocumentProcessing.UploadImageDelegate)
@objc public class func getData(instanceId: Swift.String, isHealthCard: Swift.Bool, delegate: AcuantDocumentProcessing.GetDataDelegate)
@objc public class func deleteInstance(instanceId: Swift.String, type: AcuantCommon.DeleteType, delegate: AcuantDocumentProcessing.DeleteDelegate)
@objc deinit
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.2.4 (swiftlang-1103.0.32.9 clang-1103.0.32.53)
// swift-compiler-version: Apple Swift version 5.3 (swiftlang-1200.0.29.2 clang-1200.0.30.1)
// swift-module-flags: -target x86_64-apple-ios11.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name AcuantDocumentProcessing
import AcuantCommon
import Foundation
Expand Down Expand Up @@ -113,6 +113,8 @@ import UIKit
@objc public var Class: Swift.Int
@objc public var classCode: Swift.String?
@objc public var className: Swift.String?
@objc public var countryCode: Swift.String?
@objc public var geographicRegions: [Swift.String]?
@objc public var Id: Swift.String?
@objc public var isGeneric: Swift.Bool
@objc public var issue: Swift.String?
Expand Down Expand Up @@ -173,6 +175,12 @@ import UIKit
@objc public static func initWithJsonObject(jsonDict: [Swift.String : Any]?) -> AcuantDocumentProcessing.Biographic
@objc deinit
}
public class EvaluatedImageData {
final public let imageBytes: Foundation.NSData
final public let barcodeString: Swift.String?
public init(imageBytes: Foundation.NSData, barcodeString: Swift.String?)
@objc deinit
}
@objc @_inheritsConvenienceInitializers @objcMembers public class IdOptions : ObjectiveC.NSObject {
@objc public enum AuthenticationSensitivity : Swift.Int {
case Normal = 0
Expand Down Expand Up @@ -248,6 +256,7 @@ import UIKit
@objc @_inheritsConvenienceInitializers @objcMembers public class AcuantDocumentProcessing : ObjectiveC.NSObject {
@objc public class func createInstance(options: AcuantDocumentProcessing.IdOptions, delegate: AcuantDocumentProcessing.CreateInstanceDelegate)
@objc public class func uploadImage(instancdId: Swift.String, data: AcuantDocumentProcessing.IdData, options: AcuantDocumentProcessing.IdOptions, delegate: AcuantDocumentProcessing.UploadImageDelegate)
public class func uploadImage(instancdId: Swift.String, data: AcuantDocumentProcessing.EvaluatedImageData, options: AcuantDocumentProcessing.IdOptions, delegate: AcuantDocumentProcessing.UploadImageDelegate)
@objc public class func getData(instanceId: Swift.String, isHealthCard: Swift.Bool, delegate: AcuantDocumentProcessing.GetDataDelegate)
@objc public class func deleteInstance(instanceId: Swift.String, type: AcuantCommon.DeleteType, delegate: AcuantDocumentProcessing.DeleteDelegate)
@objc deinit
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
// Generated by Apple Swift version 5.2.4 (swiftlang-1103.0.32.9 clang-1103.0.32.53)
// Generated by Apple Swift version 5.3 (swiftlang-1200.0.29.2 clang-1200.0.30.1)
#ifndef ACUANTECHIPREADER_SWIFT_H
#define ACUANTECHIPREADER_SWIFT_H
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wgcc-compat"

Expand Down Expand Up @@ -186,7 +188,6 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#if __has_warning("-Watimport-in-framework-header")
#pragma clang diagnostic ignored "-Watimport-in-framework-header"
#endif
@import Foundation;
@import ObjectiveC;
#endif

Expand All @@ -207,7 +208,6 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));




SWIFT_CLASS("_TtC17AcuantEchipReader12OzoneService")
@interface OzoneService : NSObject
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
Expand All @@ -218,3 +218,4 @@ SWIFT_CLASS("_TtC17AcuantEchipReader12OzoneService")
# pragma clang attribute pop
#endif
#pragma clang diagnostic pop
#endif
Binary file modified EmbeddedFrameworks/AcuantEchipReader.framework/Info.plist
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.2.4 (swiftlang-1103.0.32.9 clang-1103.0.32.53)
// swift-compiler-version: Apple Swift version 5.3 (swiftlang-1200.0.29.2 clang-1200.0.30.1)
// swift-module-flags: -target arm64-apple-ios11.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name AcuantEchipReader
import AcuantCommon
@_exported import AcuantEchipReader
Expand Down
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit b6a0909

Please sign in to comment.