Skip to content

Commit

Permalink
Automatically built release by Jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins committed Oct 1, 2024
1 parent 570a846 commit 16acdac
Show file tree
Hide file tree
Showing 392 changed files with 6,995 additions and 4,058 deletions.
14 changes: 7 additions & 7 deletions BlinkID.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,40 +8,40 @@
<key>BinaryPath</key>
<string>BlinkID.framework/BlinkID</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>BlinkID.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>BlinkID.framework/BlinkID</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>BlinkID.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
<string>XFWK</string>
<key>CFBundleShortVersionString</key>
<string>6.10.1</string>
<string>6.11.0</string>
<key>CFBundleVersion</key>
<string>6.10.1</string>
<string>6.11.0</string>
<key>XCFrameworkFormatVersion</key>
<string>1.0</string>
</dict>
Expand Down
Binary file modified BlinkID.xcframework/ios-arm64/BlinkID.framework/BlinkID
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#if 0
#elif defined(__arm64__) && __arm64__
// Generated by Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4)
// Generated by Apple Swift version 6.0 effective-5.10 (swiftlang-6.0.0.9.10 clang-1600.0.26.2)
#ifndef BLINKID_SWIFT_H
#define BLINKID_SWIFT_H
#pragma clang diagnostic push
Expand Down Expand Up @@ -42,6 +42,8 @@
#include <string.h>
#endif
#if defined(__cplusplus)
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wnon-modular-include-in-framework-module"
#if defined(__arm64e__) && __has_include(<ptrauth.h>)
# include <ptrauth.h>
#else
Expand All @@ -55,6 +57,7 @@
# endif
#pragma clang diagnostic pop
#endif
#pragma clang diagnostic pop
#endif

#if !defined(SWIFT_TYPEDEFS)
Expand Down Expand Up @@ -289,6 +292,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#pragma clang diagnostic ignored "-Wunknown-pragmas"
#pragma clang diagnostic ignored "-Wnullability"
#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension"
#pragma clang diagnostic ignored "-Wunsafe-buffer-usage"

#if __has_attribute(external_source_symbol)
# pragma push_macro("any")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,4 @@
#import "MBRecognitionModeFilter.h"
#import "MBFieldType.h"
#import "MBImageExtractionType.h"
#import "MBDependentInfo.h"
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
#import "MBDocumentExpirationCheckResult.h"
#import "MBDataMatchResult.h"
#import "MBAdditionalProcessingInfo.h"
#import "MBDependentInfo.h"

@class MBStringResult;

Expand Down Expand Up @@ -313,6 +314,31 @@ MB_INIT_UNAVAILABLE
*/
@property (nonatomic, readonly, nullable) MBStringResult *visaType;

/**
* The manufacturing year.
*/
@property (nonatomic, readonly, nullable) MBStringResult *manufacturingYear;

/**
* The eligibility category.
*/
@property (nonatomic, readonly, nullable) MBStringResult *vehicleType;

/**
* The manufacturing year..
*/
@property (nonatomic, readonly, nullable) MBStringResult *eligibilityCategory;

/**
* The specific document validity.
*/
@property (nonatomic, readonly, nullable) MBStringResult *specificDocumentValidity;

/**
* The dependents info.
*/
@property (nonatomic, readonly, nullable) NSArray<MBDependentInfo *>* dependentInfos;

/**
* This member indicates whether the barcode scanning step was utilized during the
* process.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#import "MBAgeResult.h"
#import "MBDocumentExpirationCheckResult.h"
#import "MBAdditionalProcessingInfo.h"
#import "MBDependentInfo.h"

@class MBStringResult;

Expand Down Expand Up @@ -275,6 +276,31 @@ MB_INIT_UNAVAILABLE
*/
@property (nonatomic, readonly, nullable) MBStringResult *visaType;

/**
* The manufacturing year.
*/
@property (nonatomic, readonly, nullable) MBStringResult *manufacturingYear;

/**
* The eligibility category.
*/
@property (nonatomic, readonly, nullable) MBStringResult *vehicleType;

/**
* The manufacturing year..
*/
@property (nonatomic, readonly, nullable) MBStringResult *eligibilityCategory;

/**
* The specific document validity.
*/
@property (nonatomic, readonly, nullable) MBStringResult *specificDocumentValidity;

/**
* The dependents info.
*/
@property (nonatomic, readonly, nullable) NSArray<MBDependentInfo *>* dependentInfos;

/**
* This member indicates whether the barcode scanning step was utilized during the
* process.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,8 @@ typedef NS_ENUM(NSInteger, MBRegion) {
MBRegionGuerreroAcapulcoDeJuarez,
MBRegionHaryana,
MBRegionSergipe,
MBRegionAlagoas
MBRegionAlagoas,
MBRegionBangsamoro
};

typedef NS_ENUM(NSInteger, MBType) {
Expand Down Expand Up @@ -480,7 +481,13 @@ typedef NS_ENUM(NSInteger, MBType) {
MBTypeAfghanCitizenCard,
MBTypeEId,
MBTypePass,
MBTypeSisId
MBTypeSisId,
MBTypeAsicCard,
MBTypeBidoonCard,
MBTypeInterimHealthInsuranceCard,
MBTypeNonVoterId,
MBTypeReciprocalHealthInsuranceCard,
MBTypeVehicleRegistration
};

#endif /* MBClassInfoTypes_h */
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
//
// MBDependentInfo.h
// BlinkID
//
// Created by Jura Skrlec on 26.09.2024..
//

#import <Foundation/Foundation.h>
#import "MBMicroblinkDefines.h"

@class MBDateResult;
@class MBStringResult;

NS_ASSUME_NONNULL_BEGIN

MB_CLASS_AVAILABLE_IOS(13.0)
@interface MBDependentInfo : NSObject

- (instancetype)init NS_UNAVAILABLE;

/**
* The date of birth of the dependent.
*/
@property (nonatomic, readonly, nullable) MBDateResult *dateOfBirth;

/**
* The sex or gender of the dependent.
*/
@property (nonatomic, readonly, nullable) MBStringResult *sex;

/**
* The document number of the dependent.
*/
@property (nonatomic, readonly, nullable) MBStringResult *documentNumber;

/**
* The full name of the dependent.
*/
@property (nonatomic, readonly, nullable) MBStringResult *fullName;

/**
* Flag that indicates if dependent info is empty.
*/
@property (nonatomic, readonly, assign) BOOL empty;

@end

NS_ASSUME_NONNULL_END
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,15 @@ typedef NS_ENUM(NSInteger, MBFieldType) {
MBFieldTypeVisaType,
MBFieldTypeDocumentSubtype,
MBFieldTypeRemarks,
MBFieldTypeResidencePermitType
MBFieldTypeResidencePermitType,
MBFieldTypeManufacturingYear,
MBFieldTypeVehicleType,
MBFieldTypeDependentDateOfBirth,
MBFieldTypeDependentSex,
MBFieldTypeDependentDocumentNumber,
MBFieldTypeDependentFullName,
MBFieldTypeEligibilityCategory,
MBFieldTypeSpecificDocumentValidity
};

#endif /* MBFieldType_h */
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ NS_ASSUME_NONNULL_BEGIN
typedef NS_ENUM(NSInteger, MBAlphabetType) {
MBAlphabetTypeLatin,
MBAlphabetTypeArabic,
MBAlphabetTypeCyrillic
MBAlphabetTypeCyrillic,
MBAlphabetTypeGreek
};

typedef NS_ENUM(NSInteger, MBSide) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#import <Foundation/Foundation.h>
#import "MBMicroblinkDefines.h"
#import "MBDriverLicenseDetailedInfo.h"
#import "MBDependentInfo.h"

@class MBStringResult;
@class MBDateResult;
Expand Down Expand Up @@ -202,6 +203,31 @@ MB_INIT_UNAVAILABLE
*/
@property (nonatomic, readonly, nullable) MBStringResult *visaType;

/**
* The manufacturing year.
*/
@property (nonatomic, readonly, nullable) MBStringResult *manufacturingYear;

/**
* The eligibility category.
*/
@property (nonatomic, readonly, nullable) MBStringResult *vehicleType;

/**
* The manufacturing year..
*/
@property (nonatomic, readonly, nullable) MBStringResult *eligibilityCategory;

/**
* The specific document validity.
*/
@property (nonatomic, readonly, nullable) MBStringResult *specificDocumentValidity;

/**
* The dependents info.
*/
@property (nonatomic, readonly, nullable) NSArray<MBDependentInfo *>* dependentInfos;

@end

NS_ASSUME_NONNULL_END
Binary file modified BlinkID.xcframework/ios-arm64/BlinkID.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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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,8 +1,8 @@
{
"ABIRoot": {
"kind": "Root",
"name": "TopLevel",
"printedName": "TopLevel",
"name": "BlinkID",
"printedName": "BlinkID",
"children": [
{
"kind": "Import",
Expand Down Expand Up @@ -127,6 +127,20 @@
"ObjectiveC.NSObject"
],
"conformances": [
{
"kind": "Conformance",
"name": "Copyable",
"printedName": "Copyable",
"usr": "s:s8CopyableP",
"mangledName": "$ss8CopyableP"
},
{
"kind": "Conformance",
"name": "Escapable",
"printedName": "Escapable",
"usr": "s:s9EscapableP",
"mangledName": "$ss9EscapableP"
},
{
"kind": "Conformance",
"name": "Equatable",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4)
// swift-compiler-version: Apple Swift version 6.0 effective-5.10 (swiftlang-6.0.0.9.10 clang-1600.0.26.2)
// swift-module-flags: -target arm64-apple-ios13.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name BlinkID
// swift-module-flags-ignorable: -no-verify-emitted-module-interface
@_exported import BlinkID
import Foundation
import Swift
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4)
// swift-compiler-version: Apple Swift version 6.0 effective-5.10 (swiftlang-6.0.0.9.10 clang-1600.0.26.2)
// swift-module-flags: -target arm64-apple-ios13.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name BlinkID
// swift-module-flags-ignorable: -no-verify-emitted-module-interface
@_exported import BlinkID
import Foundation
import Swift
Expand Down
Loading

0 comments on commit 16acdac

Please sign in to comment.