Skip to content

Commit

Permalink
Release v6.13.0 (#428)
Browse files Browse the repository at this point in the history
  • Loading branch information
mparadina authored Dec 19, 2024
1 parent f5e3d65 commit 92343bb
Show file tree
Hide file tree
Showing 387 changed files with 4,155 additions and 3,389 deletions.
4 changes: 2 additions & 2 deletions BlinkID.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
<key>CFBundlePackageType</key>
<string>XFWK</string>
<key>CFBundleShortVersionString</key>
<string>6.12.0</string>
<string>6.13.0</string>
<key>CFBundleVersion</key>
<string>6.12.0</string>
<string>6.13.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
Expand Up @@ -339,6 +339,11 @@ MB_INIT_UNAVAILABLE
*/
@property (nonatomic, readonly, nullable) NSArray<MBDependentInfo *>* dependentInfos;

/**
* The vehicle owner.
*/
@property (nonatomic, readonly, nullable) MBStringResult *vehicleOwner;

/**
* 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 @@ -301,6 +301,11 @@ MB_INIT_UNAVAILABLE
*/
@property (nonatomic, readonly, nullable) NSArray<MBDependentInfo *>* dependentInfos;

/**
* The vehicle owner.
*/
@property (nonatomic, readonly, nullable) MBStringResult *vehicleOwner;

/**
* 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 @@ -487,7 +487,8 @@ typedef NS_ENUM(NSInteger, MBType) {
MBTypeInterimHealthInsuranceCard,
MBTypeNonVoterId,
MBTypeReciprocalHealthInsuranceCard,
MBTypeVehicleRegistration
MBTypeVehicleRegistration,
MBTypeEsaadCard,
};

#endif /* MBClassInfoTypes_h */
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ typedef NS_ENUM(NSInteger, MBFieldType) {
MBFieldTypeDependentDocumentNumber,
MBFieldTypeDependentFullName,
MBFieldTypeEligibilityCategory,
MBFieldTypeSpecificDocumentValidity
MBFieldTypeSpecificDocumentValidity,
MBFieldTypeVehicleOwner,
};

#endif /* MBFieldType_h */
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,11 @@ MB_INIT_UNAVAILABLE
*/
@property (nonatomic, readonly, nullable) NSArray<MBDependentInfo *>* dependentInfos;

/**
* The vehicle owner.
*/
@property (nonatomic, readonly, nullable) MBStringResult *vehicleOwner;

@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.
Binary file not shown.
Loading

0 comments on commit 92343bb

Please sign in to comment.