diff --git a/BlinkID.xcframework/Info.plist b/BlinkID.xcframework/Info.plist
index e56580df..d86e6b50 100644
--- a/BlinkID.xcframework/Info.plist
+++ b/BlinkID.xcframework/Info.plist
@@ -8,40 +8,40 @@
BinaryPath
BlinkID.framework/BlinkID
LibraryIdentifier
- ios-arm64
+ ios-arm64_x86_64-simulator
LibraryPath
BlinkID.framework
SupportedArchitectures
arm64
+ x86_64
SupportedPlatform
ios
+ SupportedPlatformVariant
+ simulator
BinaryPath
BlinkID.framework/BlinkID
LibraryIdentifier
- ios-arm64_x86_64-simulator
+ ios-arm64
LibraryPath
BlinkID.framework
SupportedArchitectures
arm64
- x86_64
SupportedPlatform
ios
- SupportedPlatformVariant
- simulator
CFBundlePackageType
XFWK
CFBundleShortVersionString
- 6.5.1
+ 6.6.0
CFBundleVersion
- 6.5.1
+ 6.6.0
XCFrameworkFormatVersion
1.0
diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/BlinkID b/BlinkID.xcframework/ios-arm64/BlinkID.framework/BlinkID
index 255beda4..922304b7 100755
Binary files a/BlinkID.xcframework/ios-arm64/BlinkID.framework/BlinkID and b/BlinkID.xcframework/ios-arm64/BlinkID.framework/BlinkID differ
diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Headers/MBBlinkIdMultiSideRecognizerResult.h b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Headers/MBBlinkIdMultiSideRecognizerResult.h
index 0d1eb9d0..2cd37196 100644
--- a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Headers/MBBlinkIdMultiSideRecognizerResult.h
+++ b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Headers/MBBlinkIdMultiSideRecognizerResult.h
@@ -183,6 +183,16 @@ MB_INIT_UNAVAILABLE
*/
@property (nonatomic, readonly, nullable) MBStringResult *issuingAuthority;
+/**
+ * The sponsor of the document owner.
+ */
+@property (nonatomic, readonly, nullable) MBStringResult *sponsor;
+
+/**
+ * The blood type of the document owner.
+ */
+@property (nonatomic, readonly, nullable) MBStringResult *bloodType;
+
/**
* The data extracted from the machine readable zone
*/
diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Headers/MBBlinkIdSingleSideRecognizerResult.h b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Headers/MBBlinkIdSingleSideRecognizerResult.h
index 0f4b0252..95e1f155 100644
--- a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Headers/MBBlinkIdSingleSideRecognizerResult.h
+++ b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Headers/MBBlinkIdSingleSideRecognizerResult.h
@@ -180,6 +180,16 @@ MB_INIT_UNAVAILABLE
*/
@property (nonatomic, readonly, nullable) MBStringResult *issuingAuthority;
+/**
+ * The sponsor of the document owner.
+ */
+@property (nonatomic, readonly, nullable) MBStringResult *sponsor;
+
+/**
+ * The blood type of the document owner.
+ */
+@property (nonatomic, readonly, nullable) MBStringResult *bloodType;
+
/**
* The data extracted from the machine readable zone
*/
diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Headers/MBClassInfoTypes.h b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Headers/MBClassInfoTypes.h
index ad68ea6d..0f5f1a64 100644
--- a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Headers/MBClassInfoTypes.h
+++ b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Headers/MBClassInfoTypes.h
@@ -399,7 +399,13 @@ typedef NS_ENUM(NSInteger, MBRegion) {
MBRegionPara,
MBRegionParana,
MBRegionPernambuco,
- MBRegionSantaCatarina
+ MBRegionSantaCatarina,
+ MBRegionAndhraPradesh,
+ MBRegionCeara,
+ MBRegionGoias,
+ MBRegionGuerreroAcapulcoDeJuarez,
+ MBRegionHaryana,
+ MBRegionSergipe
};
typedef NS_ENUM(NSInteger, MBType) {
@@ -464,7 +470,12 @@ typedef NS_ENUM(NSInteger, MBType) {
MBTypeUniformedServicesId,
MBTypeImmigrantVisa,
MBTypeConsularVoterId,
- MBTypeTwicCard
+ MBTypeTwicCard,
+ MBTypeExitEntryPermit,
+ MBTypeMainlandTravelPermitTaiwan,
+ MBTypeNbiClearance,
+ MBTypeProofOfRegistration,
+ MBTypeTemporaryProtectionPermit
};
#endif /* MBClassInfoTypes_h */
diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Headers/MBIdBarcodeRecognizer.h b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Headers/MBIdBarcodeRecognizer.h
index 401138e4..311f30b0 100644
--- a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Headers/MBIdBarcodeRecognizer.h
+++ b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Headers/MBIdBarcodeRecognizer.h
@@ -13,7 +13,7 @@ NS_ASSUME_NONNULL_BEGIN
/**
* The ID Barcode Recognizer is used for scanning ID Barcode.
*/
-MB_CLASS_AVAILABLE_IOS(13.0) MB_FINAL
+MB_CLASS_AVAILABLE_IOS(13.0) MB_CLASS_DEPRECATED() MB_FINAL
@interface MBIdBarcodeRecognizer : MBRecognizer
MB_INIT
diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Headers/MBImage.h b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Headers/MBImage.h
index 1437ff09..e16688d8 100644
--- a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Headers/MBImage.h
+++ b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Headers/MBImage.h
@@ -13,6 +13,18 @@
NS_ASSUME_NONNULL_BEGIN
+/// Enum which defines video rotation angle or capture connection's video orientation.
+typedef NS_ENUM(NSInteger, MBVideoRotationAngle) {
+ // Landscape left
+ MBVideoRotationAngleLandscapeLeft,
+ // Portrait
+ MBVideoRotationAnglePortrait,
+ // Landscape right
+ MBVideoRotationAngleLandscapeRight,
+ // Portrait upside down
+ MBVideoRotationAnglePortraitUpsideDown
+};
+
/**
* Enum which describes text orientation on an image.
*/
@@ -81,6 +93,10 @@ MB_CLASS_AVAILABLE_IOS(13.0)
*/
@property (nonatomic) BOOL cameraFrame;
+/// Connection orientation.
+/// Default: `MBVideoRotationAngleLandscapeRight` - landscape right.
+@property (nonatomic) MBVideoRotationAngle videoRotationAngle;
+
/**
* Creates MBImage around UIImage.
*/
diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Headers/MBMicroblinkSDK.h b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Headers/MBMicroblinkSDK.h
index 8f6da9e1..ebd6f852 100644
--- a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Headers/MBMicroblinkSDK.h
+++ b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Headers/MBMicroblinkSDK.h
@@ -109,6 +109,15 @@ MB_CLASS_AVAILABLE_IOS(13.0)
*/
+ (BOOL)isScanningUnsupportedForCameraType:(MBCameraType)type error:(NSError *_Nullable *_Nullable)error NS_SWIFT_NOTHROW;
+/**
+ * Set the URL for ping proxy.
+ * This method is used if for setting ping proxy URL if that right is enabled in license.
+ * URL must be https.
+ *
+ * @param urlString The URL string for ping proxy
+ */
+- (void)setPingProxyUrl:(NSString * _Nonnull)urlString;
+
@end
NS_ASSUME_NONNULL_END
diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Headers/MBProductIntegrationInfo.h b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Headers/MBProductIntegrationInfo.h
index f4454915..677bd698 100644
--- a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Headers/MBProductIntegrationInfo.h
+++ b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Headers/MBProductIntegrationInfo.h
@@ -26,6 +26,7 @@ MB_CLASS_AVAILABLE_IOS(13.0) MB_FINAL
@property (nonatomic, strong, readonly) NSString *device;
@property (nonatomic, strong, readonly) NSString *userId;
@property (nonatomic, strong, readonly) NSString *licensee;
+@property (nonatomic, strong, readonly) NSArray *applicationIds;
@property (nonatomic, strong, readonly) NSString *licenseId;
@end
diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Headers/MBVizResult.h b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Headers/MBVizResult.h
index 18cc33e8..5b3e531c 100644
--- a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Headers/MBVizResult.h
+++ b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Headers/MBVizResult.h
@@ -162,6 +162,16 @@ MB_INIT_UNAVAILABLE
*/
@property (nonatomic, readonly, nullable) MBStringResult *issuingAuthority;
+/**
+ * The sponsor of the document owner.
+ */
+@property (nonatomic, readonly, nullable) MBStringResult *sponsor;
+
+/**
+ * The blood type of the document owner.
+ */
+@property (nonatomic, readonly, nullable) MBStringResult *bloodType;
+
/**
* The driver license detailed info.
*/
diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Info.plist b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Info.plist
index 0885fa6b..b9a23d97 100644
Binary files a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Info.plist and b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Info.plist differ
diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_07c7ab860e77ec2e92bb822f6d62424b8595a5beb4340f6b2f7f6a4cffa5d050.strop b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_07c7ab860e77ec2e92bb822f6d62424b8595a5beb4340f6b2f7f6a4cffa5d050.strop
index c902123e..e5a17d69 100644
Binary files a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_07c7ab860e77ec2e92bb822f6d62424b8595a5beb4340f6b2f7f6a4cffa5d050.strop and b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_07c7ab860e77ec2e92bb822f6d62424b8595a5beb4340f6b2f7f6a4cffa5d050.strop differ
diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_2880751121560047e6dc571bc8ff4683aeb863886f7c0789234594ceb1e23577.strop b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_2880751121560047e6dc571bc8ff4683aeb863886f7c0789234594ceb1e23577.strop
index 066092c2..dcf566da 100644
Binary files a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_2880751121560047e6dc571bc8ff4683aeb863886f7c0789234594ceb1e23577.strop and b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_2880751121560047e6dc571bc8ff4683aeb863886f7c0789234594ceb1e23577.strop differ
diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_36d8e94f4cb46097bd6b7385f2aa91fcdee1a5fefeec59e56d1b9e82c94b00a7.strop b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_36d8e94f4cb46097bd6b7385f2aa91fcdee1a5fefeec59e56d1b9e82c94b00a7.strop
index 889bfad8..81aa5b78 100644
Binary files a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_36d8e94f4cb46097bd6b7385f2aa91fcdee1a5fefeec59e56d1b9e82c94b00a7.strop and b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_36d8e94f4cb46097bd6b7385f2aa91fcdee1a5fefeec59e56d1b9e82c94b00a7.strop differ
diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_473ac5f5e256623c0a6b282698c1f1b033b9fb5359e6aa142e9fb4a4022afe4e.strop b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_473ac5f5e256623c0a6b282698c1f1b033b9fb5359e6aa142e9fb4a4022afe4e.strop
index df9d5b89..ccf0319d 100644
Binary files a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_473ac5f5e256623c0a6b282698c1f1b033b9fb5359e6aa142e9fb4a4022afe4e.strop and b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_473ac5f5e256623c0a6b282698c1f1b033b9fb5359e6aa142e9fb4a4022afe4e.strop differ
diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_4cd5265c0ff4b156aef99f1a065de02ebd81cd59c7da18a3335ff08761e94679.strop b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_4cd5265c0ff4b156aef99f1a065de02ebd81cd59c7da18a3335ff08761e94679.strop
deleted file mode 100644
index 4605ef78..00000000
Binary files a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_4cd5265c0ff4b156aef99f1a065de02ebd81cd59c7da18a3335ff08761e94679.strop and /dev/null differ
diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_500f4403bf221021bb85c3e758d59f69841635787f6f4201a4ffe5e68733f8bb.strop b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_500f4403bf221021bb85c3e758d59f69841635787f6f4201a4ffe5e68733f8bb.strop
index ae1969f8..72dc0dce 100644
Binary files a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_500f4403bf221021bb85c3e758d59f69841635787f6f4201a4ffe5e68733f8bb.strop and b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_500f4403bf221021bb85c3e758d59f69841635787f6f4201a4ffe5e68733f8bb.strop differ
diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_61057f0b3552585d0b521a4232a22a7708bdafc0182213276897a50447dbdcbe.strop b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_61057f0b3552585d0b521a4232a22a7708bdafc0182213276897a50447dbdcbe.strop
deleted file mode 100644
index 4795602b..00000000
Binary files a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_61057f0b3552585d0b521a4232a22a7708bdafc0182213276897a50447dbdcbe.strop and /dev/null differ
diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_80edc20a6f8f633671d2dccf75bb3efc1dc4ffc8873c060c7fad88e4cd22fb5b.strop b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_80edc20a6f8f633671d2dccf75bb3efc1dc4ffc8873c060c7fad88e4cd22fb5b.strop
new file mode 100644
index 00000000..d821a1f4
Binary files /dev/null and b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_80edc20a6f8f633671d2dccf75bb3efc1dc4ffc8873c060c7fad88e4cd22fb5b.strop differ
diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_a0fe6f57f1b9be97d6d3c0e8df49805a1b94e638413127c6edd3ce6b7c622e07.strop b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_a0fe6f57f1b9be97d6d3c0e8df49805a1b94e638413127c6edd3ce6b7c622e07.strop
new file mode 100644
index 00000000..5a7fb6b4
Binary files /dev/null and b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_a0fe6f57f1b9be97d6d3c0e8df49805a1b94e638413127c6edd3ce6b7c622e07.strop differ
diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_b452fd3cd4037080cfcb4c423dba5bc58c8ceafc28427fdf9c5778fb353f088e.strop b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_b452fd3cd4037080cfcb4c423dba5bc58c8ceafc28427fdf9c5778fb353f088e.strop
index 61c0dc8d..25b419a4 100644
Binary files a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_b452fd3cd4037080cfcb4c423dba5bc58c8ceafc28427fdf9c5778fb353f088e.strop and b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_b452fd3cd4037080cfcb4c423dba5bc58c8ceafc28427fdf9c5778fb353f088e.strop differ
diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_b4a5587987232550b8e116065e9312acfa386e289c67c2f61d3556ef1571b1ba.strop b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_b4a5587987232550b8e116065e9312acfa386e289c67c2f61d3556ef1571b1ba.strop
deleted file mode 100644
index 067e6c25..00000000
Binary files a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_b4a5587987232550b8e116065e9312acfa386e289c67c2f61d3556ef1571b1ba.strop and /dev/null differ
diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_d2bcaf18d17504513598e04f472c035b3d4f22d8653d5a79c05b4508a4b547b3.strop b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_d2bcaf18d17504513598e04f472c035b3d4f22d8653d5a79c05b4508a4b547b3.strop
index 2af0bbf2..373cdbb7 100644
Binary files a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_d2bcaf18d17504513598e04f472c035b3d4f22d8653d5a79c05b4508a4b547b3.strop and b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_d2bcaf18d17504513598e04f472c035b3d4f22d8653d5a79c05b4508a4b547b3.strop differ
diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_e4f1f62f68ec44b71ecad3fb3f3b48fe3790beb5ab325611e17d63af06e9f644.strop b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_e4f1f62f68ec44b71ecad3fb3f3b48fe3790beb5ab325611e17d63af06e9f644.strop
index 1743ac18..af110cb3 100644
Binary files a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_e4f1f62f68ec44b71ecad3fb3f3b48fe3790beb5ab325611e17d63af06e9f644.strop and b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_e4f1f62f68ec44b71ecad3fb3f3b48fe3790beb5ab325611e17d63af06e9f644.strop differ
diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_ed586fd6ca47c8eebb513c4ffaaacc2c54e92162b145062d7022519fba0911de.strop b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_ed586fd6ca47c8eebb513c4ffaaacc2c54e92162b145062d7022519fba0911de.strop
index f8000b6e..4a7caf31 100644
Binary files a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_ed586fd6ca47c8eebb513c4ffaaacc2c54e92162b145062d7022519fba0911de.strop and b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_ed586fd6ca47c8eebb513c4ffaaacc2c54e92162b145062d7022519fba0911de.strop differ
diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_faf688599c7e261a2a7404730f69ed029115bb0d3e7a3657731d88e701720efe.strop b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_faf688599c7e261a2a7404730f69ed029115bb0d3e7a3657731d88e701720efe.strop
index 6c85b426..b8d19921 100644
Binary files a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_faf688599c7e261a2a7404730f69ed029115bb0d3e7a3657731d88e701720efe.strop and b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Model_faf688599c7e261a2a7404730f69ed029115bb0d3e7a3657731d88e701720efe.strop differ
diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Modules/BlinkID.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Modules/BlinkID.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
index d5aff6ee..b8308f43 100644
Binary files a/BlinkID.xcframework/ios-arm64/BlinkID.framework/Modules/BlinkID.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo and b/BlinkID.xcframework/ios-arm64/BlinkID.framework/Modules/BlinkID.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo differ
diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/PrivacyInfo.xcprivacy b/BlinkID.xcframework/ios-arm64/BlinkID.framework/PrivacyInfo.xcprivacy
new file mode 100644
index 00000000..1462c1c2
--- /dev/null
+++ b/BlinkID.xcframework/ios-arm64/BlinkID.framework/PrivacyInfo.xcprivacy
@@ -0,0 +1,56 @@
+
+
+
+
+ NSPrivacyCollectedDataTypes
+
+
+ NSPrivacyCollectedDataType
+ NSPrivacyCollectedDataTypeOtherDiagnosticData
+ NSPrivacyCollectedDataTypeLinked
+
+ NSPrivacyCollectedDataTypeTracking
+
+ NSPrivacyCollectedDataTypePurposes
+
+ NSPrivacyCollectedDataTypePurposeAnalytics
+
+
+
+ NSPrivacyCollectedDataType
+ NSPrivacyCollectedDataTypeOtherUserContent
+ NSPrivacyCollectedDataTypeLinked
+
+ NSPrivacyCollectedDataTypeTracking
+
+ NSPrivacyCollectedDataTypePurposes
+
+ NSPrivacyCollectedDataTypePurposeAnalytics
+
+
+
+ NSPrivacyCollectedDataType
+ NSPrivacyCollectedDataTypeDeviceID
+ NSPrivacyCollectedDataTypeLinked
+
+ NSPrivacyCollectedDataTypeTracking
+
+ NSPrivacyCollectedDataTypePurposes
+
+ NSPrivacyCollectedDataTypePurposeAnalytics
+
+
+
+ NSPrivacyAccessedAPITypes
+
+
+ NSPrivacyAccessedAPIType
+ NSPrivacyAccessedAPICategoryUserDefaults
+ NSPrivacyAccessedAPITypeReasons
+
+ CA92.1
+
+
+
+
+
diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/_CodeSignature/CodeResources b/BlinkID.xcframework/ios-arm64/BlinkID.framework/_CodeSignature/CodeResources
index 02beb210..9a4b9d61 100644
--- a/BlinkID.xcframework/ios-arm64/BlinkID.framework/_CodeSignature/CodeResources
+++ b/BlinkID.xcframework/ios-arm64/BlinkID.framework/_CodeSignature/CodeResources
@@ -94,7 +94,7 @@
Headers/MBBlinkIdMultiSideRecognizerResult.h
- 3fnrlPZUQme3un7y46Da5rX5lR0=
+ xNubx/IPmJK8DdTa3nHIJDpEcuU=
Headers/MBBlinkIdOverlaySettings.h
@@ -118,7 +118,7 @@
Headers/MBBlinkIdSingleSideRecognizerResult.h
- yaeu0N5f/uDkN8DbW96crWavZEY=
+ bIqjaUxxNP28AwpWl53YJSgl2FE=
Headers/MBCameraFrames.h
@@ -146,7 +146,7 @@
Headers/MBClassInfoTypes.h
- AxuQu2671oQ2RjJHOPpqZoG2/WY=
+ CVADuxC0e1HO1hoXKfR3R53XGFc=
Headers/MBCombinedFullDocumentImageResult.h
@@ -402,7 +402,7 @@
Headers/MBIdBarcodeRecognizer.h
- PLz3l5rWsE/avdgvUcAkebgYXYQ=
+ lrBIlBNnsOYlBD9jZUc/7lozXMs=
Headers/MBIdBarcodeRecognizerResult.h
@@ -410,7 +410,7 @@
Headers/MBImage.h
- 2NCWYDNXVQhc9HJjh6eMg2UG06Q=
+ Q/e9xHMfEuihNVCkoiXHT++Zqhs=
Headers/MBImageAnalysisDetectionStatus.h
@@ -478,7 +478,7 @@
Headers/MBMicroblinkSDK.h
- zzuxyGAZEPj4eGiPfd8IWZEQ3ZQ=
+ RkvJp6oGZPbsH626FNN1GtZhs7k=
Headers/MBMrtdCombinedRecognizer.h
@@ -590,7 +590,7 @@
Headers/MBProductIntegrationInfo.h
- nVDqQ1PFnjIq9iI04N6wiBmQ8xg=
+ JJwaaipL7U79rVwd3tfEtz0Ly5E=
Headers/MBQuadDetectorSubview.h
@@ -746,67 +746,63 @@
Headers/MBVizResult.h
- v8vkluUy6Uifu3ekdoONgjvEpf4=
+ Im4D2bWrUCI+Q4ZPIuEi/u2P6os=
Info.plist
- Nars+WjQAQYxR2t9nctg40eZizw=
+ A2AiMBT3i1217m8NG0+/rd+H4zU=
Model_07c7ab860e77ec2e92bb822f6d62424b8595a5beb4340f6b2f7f6a4cffa5d050.strop
- if8licT97XQhn50kUzBW86e4xkY=
+ owPcIpxWdotA9EU5X0AjbTrtUzs=
Model_2880751121560047e6dc571bc8ff4683aeb863886f7c0789234594ceb1e23577.strop
- nzXS8VGRMXh+6f2UUMd/Ra1JqhM=
+ UZmqJxYA7i/ZAXHbvMwjojKFDzk=
Model_36d8e94f4cb46097bd6b7385f2aa91fcdee1a5fefeec59e56d1b9e82c94b00a7.strop
- 3B5F22CSSqiYQw2XLkbU58Menu0=
+ /06GzxeMgCV492VijWWxsG9zYT8=
Model_473ac5f5e256623c0a6b282698c1f1b033b9fb5359e6aa142e9fb4a4022afe4e.strop
- O6T3spg6TmZYmj0Z3jOIQssJGns=
-
- Model_4cd5265c0ff4b156aef99f1a065de02ebd81cd59c7da18a3335ff08761e94679.strop
-
- KJZnnT/tu1jurDIiXaXxjfvJQ8s=
+ YB4LcN/sH+MoJbepVeKBXSXhNWY=
Model_500f4403bf221021bb85c3e758d59f69841635787f6f4201a4ffe5e68733f8bb.strop
- nXaRR3XR8+2Lc9h6AY+Y25Xgt5c=
+ AOOkqWVIjhJtfy4OVgAF0vaXyo4=
- Model_61057f0b3552585d0b521a4232a22a7708bdafc0182213276897a50447dbdcbe.strop
+ Model_80edc20a6f8f633671d2dccf75bb3efc1dc4ffc8873c060c7fad88e4cd22fb5b.strop
- 3gOcKLXA20kUwyTW7yOQw/iIp/Y=
+ DN07pfe8Sir6hYEFTMQAZcmFlCg=
- Model_b452fd3cd4037080cfcb4c423dba5bc58c8ceafc28427fdf9c5778fb353f088e.strop
+ Model_a0fe6f57f1b9be97d6d3c0e8df49805a1b94e638413127c6edd3ce6b7c622e07.strop
- m8QgURLERd1a1HLSPuBNnOk0gL0=
+ ilZF3GkTeVHJ67MzMNMeU6exUyM=
- Model_b4a5587987232550b8e116065e9312acfa386e289c67c2f61d3556ef1571b1ba.strop
+ Model_b452fd3cd4037080cfcb4c423dba5bc58c8ceafc28427fdf9c5778fb353f088e.strop
- DSoKbpMk0INjRGKnSBi06wyeeso=
+ O6ATpQph4PD7H3b7PhwJT2yxAkg=
Model_d2bcaf18d17504513598e04f472c035b3d4f22d8653d5a79c05b4508a4b547b3.strop
- gcUhRfJheyuCis+E0JN1bNxyaDA=
+ R53K9Brq6fGbjc8os2xlj9FRclc=
Model_e4f1f62f68ec44b71ecad3fb3f3b48fe3790beb5ab325611e17d63af06e9f644.strop
- SZdhjeYyTnsYDZZIVR8iU+0/hAk=
+ NGjkifK/coMieLJwTOAhMVKuKPc=
Model_ed586fd6ca47c8eebb513c4ffaaacc2c54e92162b145062d7022519fba0911de.strop
- L3AwFCzNCmOB1j991gx1BUPnXjM=
+ 6cwJtdECrry/rXcfehYvps55tWs=
Model_faf688599c7e261a2a7404730f69ed029115bb0d3e7a3657731d88e701720efe.strop
- 7qb9c+cXinX6XWcNLkCuU2dtORM=
+ Fvv817Vp+zciKJ/L6GdmyIiKFZs=
Modules/BlinkID.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
- WHDH3KbZ59OBqAEv3H5283aVScE=
+ iY4a/V3pFAgQ0BPIEr4OeDpCOp0=
Modules/BlinkID.swiftmodule/arm64-apple-ios.abi.json
@@ -826,7 +822,7 @@
Modules/BlinkID.swiftmodule/arm64-apple-ios.swiftmodule
- eJISnxJ9dADAcmR/l8TARjZtQ0w=
+ OKbFvXNsizZzyVop7iY/J0dX06s=
Modules/module.modulemap
@@ -1032,6 +1028,10 @@
/vVLHvQpOeIv61DbkFTqizQN+HM=
+ PrivacyInfo.xcprivacy
+
+ nGcyythe1EDwoRIOvVmwEjibBwc=
+
all-details-visible-dark.png
yI1LPSpT9uMapQJDrxiT2I8rdjs=
@@ -1366,27 +1366,27 @@
harsh-light-instruction-dark.png
- 8XOWeLKZQnrGWc8s4gjnwYbf1/Y=
+ el1GGnSHPxGrYzCva4nXDgjCBMA=
harsh-light-instruction-dark@2x.png
- JaCwXJVlbHOujyaJdOrsLljtuHI=
+ eGTzpOgdiAklZBcoXbOM28V3ivE=
harsh-light-instruction-dark@3x.png
- 9Ky+3ZIJM0i6p1SK3ntXpQUlUxY=
+ RyAa1KWAbjxEzc1QKhmXJ6uLu5I=
harsh-light-instruction.png
- 73bugdnSZXxpNFyUPHkIUNvnqDQ=
+ sTNUXOL/OB/qmf/k0idi6KAzwPk=
harsh-light-instruction@2x.png
- nvcdh0ZCjQ2lpVm0S2VCaxZ9GdM=
+ +aR6Die8mJOrLt5FMX/6TzBahZ0=
harsh-light-instruction@3x.png
- U5VN/ihrwU2ihbKBM3vTLC8OQZc=
+ dcF/Yojkf6NsMX/l1NB2drFWQos=
he.strings
@@ -1578,7 +1578,7 @@
model_mrtd.zzip
- 5HMwT3O5n98E2SWVMGL32XvSHUI=
+ g/w8Va3mFuGKvFOefQ8mccx5Ni4=
ms.strings
@@ -1586,15 +1586,15 @@
need-help-tooltip-dark.png
- n2kQFtiY3m+nMQRK1uUaOHfruyA=
+ Mx+9jCk/b/oMFSNSNjSsqUYa3XQ=
need-help-tooltip-dark@2x.png
- drH8upoRYhDqqO0dA2vaBJEx8Go=
+ Fev33hmUuzEsDZ/3881mGXJj63c=
need-help-tooltip-dark@3x.png
- 9GBx0cihldP8zucv4Chy/z9lSGI=
+ +XJMJIZv1QeZjvGHRLIocaamN4E=
need-help-tooltip.png
@@ -1873,7 +1873,7 @@
hash2
- GPoagIeBRlTREBg50cYJ6MY/mqQcsPhEsJ1lliGgq28=
+ /kXoH/NEXgdsUKAUXaZpgIRTmJLzamqK6aqh+lv4jJU=
Headers/MBBlinkIdOverlaySettings.h
@@ -1915,7 +1915,7 @@
hash2
- pPa0zDyc5Uead9EgnTSuRddh5+gcby05sQi4Avh0XdQ=
+ Q8F464KGGgCX6GrQ19NeaXB9BfGd8rpucQURKtq2J5A=
Headers/MBCameraFrames.h
@@ -1964,7 +1964,7 @@
hash2
- oE9DvYzPztFKVxgJv0QKc5kZV6HJJza+pTP1pbJQPRo=
+ X11wrcjyJZUf9zEynQXMJCh6Ldv/LUWdmxD9441jGOc=
Headers/MBCombinedFullDocumentImageResult.h
@@ -2412,7 +2412,7 @@
hash2
- Uc9UEaFThg6K9beU+hvLqxm2kXZyccz/PtM2wTuy7wo=
+ Rbng4YFnMm7MxAHRY2BWvZ1gVf2qoYj59d14u6uBg2Q=
Headers/MBIdBarcodeRecognizerResult.h
@@ -2426,7 +2426,7 @@
hash2
- g5AbGT4RakKvpMp9JgdywO+39ZnuYf1BuN0QJfXoNPQ=
+ M7fHKW6SfZ+VJs6l+VOEwwxe99roc3HxHrYDh0xNvYE=
Headers/MBImageAnalysisDetectionStatus.h
@@ -2545,7 +2545,7 @@
hash2
- dRB8MwfnnnulRnvIwV/PQKkvArKILkJ0VDibjjmnw5U=
+ 0nQczFkGv25R1+mKYWJTZHmUdhupMGVYYNWT8RHgGwo=
Headers/MBMrtdCombinedRecognizer.h
@@ -2741,7 +2741,7 @@
hash2
- hsALmiNtAj0tAnef3aqzCbBVMPFGPWGynScCTNnuH/8=
+ PE11c+g3KSeJ4FBDO2C+PJ9ryhJjRYMU2BdTmQwKRTU=
Headers/MBQuadDetectorSubview.h
@@ -3014,105 +3014,98 @@
hash2
- rpqe2TZfdKqXRyAHipl47WHPrjsIQDXUzZ94oejDAvE=
+ NIrk6cQQwUuSlDJ8NrFXJWBFm3qQAFwHnwJyMrSpfJI=
Model_07c7ab860e77ec2e92bb822f6d62424b8595a5beb4340f6b2f7f6a4cffa5d050.strop
hash2
- g73u5849u8InL+DN4jYRaJxbtXIdEOz2pmNSDo2HzSQ=
+ Q29GH5miMBSHrmk3Ipk9TAkI0xPJOcKW0Jek0pkPlBg=
Model_2880751121560047e6dc571bc8ff4683aeb863886f7c0789234594ceb1e23577.strop
hash2
- 72hMSW9HBaYHu6SGYy0gObLUUkMCvgDm2ToOLqMtZDY=
+ NAZlym4fD51OD0BqRx11/XUGHXAAKKtj9DTvkKxpESY=
Model_36d8e94f4cb46097bd6b7385f2aa91fcdee1a5fefeec59e56d1b9e82c94b00a7.strop
hash2
- +xB5OFfcMGtBS1DZ0TmRlr8ior6TTra0A6bs9t8ei10=
+ InHGywcuUTHyh0VEXFxG+wWdlK6iSc12veWGiFOGm1Q=
Model_473ac5f5e256623c0a6b282698c1f1b033b9fb5359e6aa142e9fb4a4022afe4e.strop
hash2
- 2pBU7l6BSeIIvQ4EhQ8o/56rgiD7SxT4k0W0uQO6kig=
-
-
- Model_4cd5265c0ff4b156aef99f1a065de02ebd81cd59c7da18a3335ff08761e94679.strop
-
- hash2
-
- GhCNkYcOtnYUunY+g84rzpJdvi/v/KG2nok0XZp5TNE=
+ scJc4OCJ96zYIPBCe2Oe0yaKpGqfy2yBAMvO02ce6Ac=
Model_500f4403bf221021bb85c3e758d59f69841635787f6f4201a4ffe5e68733f8bb.strop
hash2
- q6bY5szXU6c+WgBABXjzdomaEd9zUidf4G/G7XZPGrc=
+ /gl5vLLgHXYhmvL08aNSJmoYAp96Pom3iJXbehEJN4c=
- Model_61057f0b3552585d0b521a4232a22a7708bdafc0182213276897a50447dbdcbe.strop
+ Model_80edc20a6f8f633671d2dccf75bb3efc1dc4ffc8873c060c7fad88e4cd22fb5b.strop
hash2
- RwgCxjhVAT+99TWeXJ0gHkVAdR9ygHqQEo0Yn2l6alI=
+ Az3VoaA7FIK8owD1i/JS7GCreXDDcA/yoMhXEhtjJOE=
- Model_b452fd3cd4037080cfcb4c423dba5bc58c8ceafc28427fdf9c5778fb353f088e.strop
+ Model_a0fe6f57f1b9be97d6d3c0e8df49805a1b94e638413127c6edd3ce6b7c622e07.strop
hash2
- Q63y4DkmMB5ZhN6vj15lGRfkHT3Ohg1oA5hAJeFhNS8=
+ 89Bg9gev0vefwQnxfsGu6+0D9dblgWhqfykPWpI3kGA=
- Model_b4a5587987232550b8e116065e9312acfa386e289c67c2f61d3556ef1571b1ba.strop
+ Model_b452fd3cd4037080cfcb4c423dba5bc58c8ceafc28427fdf9c5778fb353f088e.strop
hash2
- wLzx9f2tZ7OfJuIdQTyK5ymsH/Zdx/LZTg5labYqhXM=
+ XWw1vxxxMiYlVrFY6nJppRx6jVx0ZG+UnUGN209qqog=
Model_d2bcaf18d17504513598e04f472c035b3d4f22d8653d5a79c05b4508a4b547b3.strop
hash2
- XQmSNJEmDBwzjL4zz9fcXhGv5avJ4j+niIGuHgVhZdI=
+ eifErzgizhTW/LcFyHRvjHVskWF7yrhGpkqdfmEQ7G8=
Model_e4f1f62f68ec44b71ecad3fb3f3b48fe3790beb5ab325611e17d63af06e9f644.strop
hash2
- oYssbGDfDhw4Na1vj8HX8h5s7FMVyUnTydlILxJA6YQ=
+ E0FktZmQ4gnLGH/QSvXiIc7WtbcOEyi465exIs+q+/8=
Model_ed586fd6ca47c8eebb513c4ffaaacc2c54e92162b145062d7022519fba0911de.strop
hash2
- Dj0A6w3I6GynnGCBjFn6HBtggWrWO0rTelZpQ3gNU6I=
+ /em4R3Zv2EKjepzQK8e40O1ZitrukB8AP1kklL0fgUM=
Model_faf688599c7e261a2a7404730f69ed029115bb0d3e7a3657731d88e701720efe.strop
hash2
- Jf0GdTkvpB7PwikPnKvo1jFvOjJD9nD3l+UVTULG+zI=
+ AhZp1VUoAS9AzP+LH8tZ8DBcZXvru86nV76IDqI7PmI=
Modules/BlinkID.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
hash2
- rmX5wrO3/2ngV6m4UPKhoRU5rOLwTaE16wm+xSqj0Uw=
+ +Jes+gAYVr/GOtww6fuHR7Eegmcpj4EUL0lJignFkG0=
Modules/BlinkID.swiftmodule/arm64-apple-ios.abi.json
@@ -3147,7 +3140,7 @@
hash2
- xSLJeVSEFtNLLwVvsdS8ELDg4cqVFHuNnb9gwL4A/lQ=
+ UOTcMk4DBeZE4xki1lqm3nc2nOps49TMaRyTJqgxXsY=
Modules/module.modulemap
@@ -3507,6 +3500,13 @@
HHd+QlTYTVTs128KDbXB3+XOzxBo3Vs8ezupRzqSJGE=
+ PrivacyInfo.xcprivacy
+
+ hash2
+
+ BKVMSTtTznftVyO17huVl44dbOc3Tue8XNhMRjaziQk=
+
+
all-details-visible-dark.png
hash2
@@ -4092,42 +4092,42 @@
hash2
- 22huXklIM4LWNA0GbE48Mf43oAFZciDP/VTxKCuwdfE=
+ 7vbJPN6sjxK8bl6+5Xf39cVKnuqVE7MhECWci6ju7Wo=
harsh-light-instruction-dark@2x.png
hash2
- gZ0J2Qa7Pd5w2anJeUcCQ9NuVU0q4AZRi5Gf15wqg4I=
+ 25tpzX7LeVfA3Wsvj/9JXQBGPmGxVXDP1rRTeA7QKn8=
harsh-light-instruction-dark@3x.png
hash2
- 6KEBIDfTJNktU1LNT4QVVZtF/mIEi3GfYnEHE/pbGbo=
+ i3+5/gh8MgPEn6wdE4TJX97ldRjQn7iYstilXZOBigE=
harsh-light-instruction.png
hash2
- 5yzKUvHRZZANTJE7XQLHhp4gFEIijbMvJbUAsDNj3tk=
+ GryY1hAEgykxpa6eR1MMBtUP4XNkGa/0L7mJZwCkipA=
harsh-light-instruction@2x.png
hash2
- n5yNW3IiTR1NIkQNvXufrkzaFYtSA3bndzUtNN68URA=
+ 68X/UA9x/L6kWI5R+gQ5rla4I+CvtyOZsECoVtZ9EX0=
harsh-light-instruction@3x.png
hash2
- QTawi8dIbbLtQe63pxWsrKacedmz3WEbbl0Q1i7dyKk=
+ JtE/gDgO9Zs4lV54iu3oVilc+ac1sNrgpzgXwaNoXAQ=
he.strings
@@ -4463,7 +4463,7 @@
hash2
- mbPMHwpOr4kuX8n2rISGSHafELMY3vXie4fLWXuFX4g=
+ wvkOaG0yFRDByG+abFC+5kmT5QjsMGPbpABpW4RMWqU=
ms.strings
@@ -4477,21 +4477,21 @@
hash2
- VKCtmPREiFrYSx/EKiCOy0Eryk7ejD8VgxeKUzlmpIY=
+ WZaVrQn424WbTkgmD+XWzAlZTVQUKEFkshgrCqYuIzg=
need-help-tooltip-dark@2x.png
hash2
- kHGFyaoKuZtQkpEFvmVmXMqCNSjCKbaRJwhV3wpxw70=
+ DIfUuVHI9eLJPReWxLRAgcAUq8SXWfTngwPZJXnmMms=
need-help-tooltip-dark@3x.png
hash2
- Soh7bjKkiJKsLdsEQxghyLbSO4RHXmdg1dR5uOOi83M=
+ 1LsYSkzjd7gsJl9jqH3FgkvzHz2P3lhtN36rucJ3NJw=
need-help-tooltip.png
diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/harsh-light-instruction-dark.png b/BlinkID.xcframework/ios-arm64/BlinkID.framework/harsh-light-instruction-dark.png
index 599c4aea..37b4fa36 100644
Binary files a/BlinkID.xcframework/ios-arm64/BlinkID.framework/harsh-light-instruction-dark.png and b/BlinkID.xcframework/ios-arm64/BlinkID.framework/harsh-light-instruction-dark.png differ
diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/harsh-light-instruction-dark@2x.png b/BlinkID.xcframework/ios-arm64/BlinkID.framework/harsh-light-instruction-dark@2x.png
index 8277874a..0f1dec3f 100644
Binary files a/BlinkID.xcframework/ios-arm64/BlinkID.framework/harsh-light-instruction-dark@2x.png and b/BlinkID.xcframework/ios-arm64/BlinkID.framework/harsh-light-instruction-dark@2x.png differ
diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/harsh-light-instruction-dark@3x.png b/BlinkID.xcframework/ios-arm64/BlinkID.framework/harsh-light-instruction-dark@3x.png
index e03ccf5f..853e3b61 100644
Binary files a/BlinkID.xcframework/ios-arm64/BlinkID.framework/harsh-light-instruction-dark@3x.png and b/BlinkID.xcframework/ios-arm64/BlinkID.framework/harsh-light-instruction-dark@3x.png differ
diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/harsh-light-instruction.png b/BlinkID.xcframework/ios-arm64/BlinkID.framework/harsh-light-instruction.png
index b98f1c20..8dba92e8 100644
Binary files a/BlinkID.xcframework/ios-arm64/BlinkID.framework/harsh-light-instruction.png and b/BlinkID.xcframework/ios-arm64/BlinkID.framework/harsh-light-instruction.png differ
diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/harsh-light-instruction@2x.png b/BlinkID.xcframework/ios-arm64/BlinkID.framework/harsh-light-instruction@2x.png
index 90102921..41ccbb54 100644
Binary files a/BlinkID.xcframework/ios-arm64/BlinkID.framework/harsh-light-instruction@2x.png and b/BlinkID.xcframework/ios-arm64/BlinkID.framework/harsh-light-instruction@2x.png differ
diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/harsh-light-instruction@3x.png b/BlinkID.xcframework/ios-arm64/BlinkID.framework/harsh-light-instruction@3x.png
index c36d9b97..80539343 100644
Binary files a/BlinkID.xcframework/ios-arm64/BlinkID.framework/harsh-light-instruction@3x.png and b/BlinkID.xcframework/ios-arm64/BlinkID.framework/harsh-light-instruction@3x.png differ
diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/model_mrtd.zzip b/BlinkID.xcframework/ios-arm64/BlinkID.framework/model_mrtd.zzip
index 01130970..31772ef5 100644
Binary files a/BlinkID.xcframework/ios-arm64/BlinkID.framework/model_mrtd.zzip and b/BlinkID.xcframework/ios-arm64/BlinkID.framework/model_mrtd.zzip differ
diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/need-help-tooltip-dark.png b/BlinkID.xcframework/ios-arm64/BlinkID.framework/need-help-tooltip-dark.png
index 6aa4e6ce..c21f9bea 100644
Binary files a/BlinkID.xcframework/ios-arm64/BlinkID.framework/need-help-tooltip-dark.png and b/BlinkID.xcframework/ios-arm64/BlinkID.framework/need-help-tooltip-dark.png differ
diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/need-help-tooltip-dark@2x.png b/BlinkID.xcframework/ios-arm64/BlinkID.framework/need-help-tooltip-dark@2x.png
index d5c81d82..4c0cbe0d 100644
Binary files a/BlinkID.xcframework/ios-arm64/BlinkID.framework/need-help-tooltip-dark@2x.png and b/BlinkID.xcframework/ios-arm64/BlinkID.framework/need-help-tooltip-dark@2x.png differ
diff --git a/BlinkID.xcframework/ios-arm64/BlinkID.framework/need-help-tooltip-dark@3x.png b/BlinkID.xcframework/ios-arm64/BlinkID.framework/need-help-tooltip-dark@3x.png
index 56ef57b3..9dee1da4 100644
Binary files a/BlinkID.xcframework/ios-arm64/BlinkID.framework/need-help-tooltip-dark@3x.png and b/BlinkID.xcframework/ios-arm64/BlinkID.framework/need-help-tooltip-dark@3x.png differ
diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/BlinkID b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/BlinkID
index 8977937c..7e62dbfc 100755
Binary files a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/BlinkID and b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/BlinkID differ
diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/MBBlinkIdMultiSideRecognizerResult.h b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/MBBlinkIdMultiSideRecognizerResult.h
index 0d1eb9d0..2cd37196 100644
--- a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/MBBlinkIdMultiSideRecognizerResult.h
+++ b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/MBBlinkIdMultiSideRecognizerResult.h
@@ -183,6 +183,16 @@ MB_INIT_UNAVAILABLE
*/
@property (nonatomic, readonly, nullable) MBStringResult *issuingAuthority;
+/**
+ * The sponsor of the document owner.
+ */
+@property (nonatomic, readonly, nullable) MBStringResult *sponsor;
+
+/**
+ * The blood type of the document owner.
+ */
+@property (nonatomic, readonly, nullable) MBStringResult *bloodType;
+
/**
* The data extracted from the machine readable zone
*/
diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/MBBlinkIdSingleSideRecognizerResult.h b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/MBBlinkIdSingleSideRecognizerResult.h
index 0f4b0252..95e1f155 100644
--- a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/MBBlinkIdSingleSideRecognizerResult.h
+++ b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/MBBlinkIdSingleSideRecognizerResult.h
@@ -180,6 +180,16 @@ MB_INIT_UNAVAILABLE
*/
@property (nonatomic, readonly, nullable) MBStringResult *issuingAuthority;
+/**
+ * The sponsor of the document owner.
+ */
+@property (nonatomic, readonly, nullable) MBStringResult *sponsor;
+
+/**
+ * The blood type of the document owner.
+ */
+@property (nonatomic, readonly, nullable) MBStringResult *bloodType;
+
/**
* The data extracted from the machine readable zone
*/
diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/MBClassInfoTypes.h b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/MBClassInfoTypes.h
index ad68ea6d..0f5f1a64 100644
--- a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/MBClassInfoTypes.h
+++ b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/MBClassInfoTypes.h
@@ -399,7 +399,13 @@ typedef NS_ENUM(NSInteger, MBRegion) {
MBRegionPara,
MBRegionParana,
MBRegionPernambuco,
- MBRegionSantaCatarina
+ MBRegionSantaCatarina,
+ MBRegionAndhraPradesh,
+ MBRegionCeara,
+ MBRegionGoias,
+ MBRegionGuerreroAcapulcoDeJuarez,
+ MBRegionHaryana,
+ MBRegionSergipe
};
typedef NS_ENUM(NSInteger, MBType) {
@@ -464,7 +470,12 @@ typedef NS_ENUM(NSInteger, MBType) {
MBTypeUniformedServicesId,
MBTypeImmigrantVisa,
MBTypeConsularVoterId,
- MBTypeTwicCard
+ MBTypeTwicCard,
+ MBTypeExitEntryPermit,
+ MBTypeMainlandTravelPermitTaiwan,
+ MBTypeNbiClearance,
+ MBTypeProofOfRegistration,
+ MBTypeTemporaryProtectionPermit
};
#endif /* MBClassInfoTypes_h */
diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/MBIdBarcodeRecognizer.h b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/MBIdBarcodeRecognizer.h
index 401138e4..311f30b0 100644
--- a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/MBIdBarcodeRecognizer.h
+++ b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/MBIdBarcodeRecognizer.h
@@ -13,7 +13,7 @@ NS_ASSUME_NONNULL_BEGIN
/**
* The ID Barcode Recognizer is used for scanning ID Barcode.
*/
-MB_CLASS_AVAILABLE_IOS(13.0) MB_FINAL
+MB_CLASS_AVAILABLE_IOS(13.0) MB_CLASS_DEPRECATED() MB_FINAL
@interface MBIdBarcodeRecognizer : MBRecognizer
MB_INIT
diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/MBImage.h b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/MBImage.h
index 1437ff09..e16688d8 100644
--- a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/MBImage.h
+++ b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/MBImage.h
@@ -13,6 +13,18 @@
NS_ASSUME_NONNULL_BEGIN
+/// Enum which defines video rotation angle or capture connection's video orientation.
+typedef NS_ENUM(NSInteger, MBVideoRotationAngle) {
+ // Landscape left
+ MBVideoRotationAngleLandscapeLeft,
+ // Portrait
+ MBVideoRotationAnglePortrait,
+ // Landscape right
+ MBVideoRotationAngleLandscapeRight,
+ // Portrait upside down
+ MBVideoRotationAnglePortraitUpsideDown
+};
+
/**
* Enum which describes text orientation on an image.
*/
@@ -81,6 +93,10 @@ MB_CLASS_AVAILABLE_IOS(13.0)
*/
@property (nonatomic) BOOL cameraFrame;
+/// Connection orientation.
+/// Default: `MBVideoRotationAngleLandscapeRight` - landscape right.
+@property (nonatomic) MBVideoRotationAngle videoRotationAngle;
+
/**
* Creates MBImage around UIImage.
*/
diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/MBMicroblinkSDK.h b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/MBMicroblinkSDK.h
index 8f6da9e1..ebd6f852 100644
--- a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/MBMicroblinkSDK.h
+++ b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/MBMicroblinkSDK.h
@@ -109,6 +109,15 @@ MB_CLASS_AVAILABLE_IOS(13.0)
*/
+ (BOOL)isScanningUnsupportedForCameraType:(MBCameraType)type error:(NSError *_Nullable *_Nullable)error NS_SWIFT_NOTHROW;
+/**
+ * Set the URL for ping proxy.
+ * This method is used if for setting ping proxy URL if that right is enabled in license.
+ * URL must be https.
+ *
+ * @param urlString The URL string for ping proxy
+ */
+- (void)setPingProxyUrl:(NSString * _Nonnull)urlString;
+
@end
NS_ASSUME_NONNULL_END
diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/MBProductIntegrationInfo.h b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/MBProductIntegrationInfo.h
index f4454915..677bd698 100644
--- a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/MBProductIntegrationInfo.h
+++ b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/MBProductIntegrationInfo.h
@@ -26,6 +26,7 @@ MB_CLASS_AVAILABLE_IOS(13.0) MB_FINAL
@property (nonatomic, strong, readonly) NSString *device;
@property (nonatomic, strong, readonly) NSString *userId;
@property (nonatomic, strong, readonly) NSString *licensee;
+@property (nonatomic, strong, readonly) NSArray *applicationIds;
@property (nonatomic, strong, readonly) NSString *licenseId;
@end
diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/MBVizResult.h b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/MBVizResult.h
index 18cc33e8..5b3e531c 100644
--- a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/MBVizResult.h
+++ b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/MBVizResult.h
@@ -162,6 +162,16 @@ MB_INIT_UNAVAILABLE
*/
@property (nonatomic, readonly, nullable) MBStringResult *issuingAuthority;
+/**
+ * The sponsor of the document owner.
+ */
+@property (nonatomic, readonly, nullable) MBStringResult *sponsor;
+
+/**
+ * The blood type of the document owner.
+ */
+@property (nonatomic, readonly, nullable) MBStringResult *bloodType;
+
/**
* The driver license detailed info.
*/
diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Info.plist b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Info.plist
index 5f28abb2..f190a0b9 100644
Binary files a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Info.plist and b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Info.plist differ
diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_07c7ab860e77ec2e92bb822f6d62424b8595a5beb4340f6b2f7f6a4cffa5d050.strop b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_07c7ab860e77ec2e92bb822f6d62424b8595a5beb4340f6b2f7f6a4cffa5d050.strop
index 17a8cfdd..7849b999 100644
Binary files a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_07c7ab860e77ec2e92bb822f6d62424b8595a5beb4340f6b2f7f6a4cffa5d050.strop and b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_07c7ab860e77ec2e92bb822f6d62424b8595a5beb4340f6b2f7f6a4cffa5d050.strop differ
diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_2880751121560047e6dc571bc8ff4683aeb863886f7c0789234594ceb1e23577.strop b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_2880751121560047e6dc571bc8ff4683aeb863886f7c0789234594ceb1e23577.strop
index 820032f9..1b206846 100644
Binary files a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_2880751121560047e6dc571bc8ff4683aeb863886f7c0789234594ceb1e23577.strop and b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_2880751121560047e6dc571bc8ff4683aeb863886f7c0789234594ceb1e23577.strop differ
diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_36d8e94f4cb46097bd6b7385f2aa91fcdee1a5fefeec59e56d1b9e82c94b00a7.strop b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_36d8e94f4cb46097bd6b7385f2aa91fcdee1a5fefeec59e56d1b9e82c94b00a7.strop
index e9a89eb5..56a87033 100644
Binary files a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_36d8e94f4cb46097bd6b7385f2aa91fcdee1a5fefeec59e56d1b9e82c94b00a7.strop and b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_36d8e94f4cb46097bd6b7385f2aa91fcdee1a5fefeec59e56d1b9e82c94b00a7.strop differ
diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_473ac5f5e256623c0a6b282698c1f1b033b9fb5359e6aa142e9fb4a4022afe4e.strop b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_473ac5f5e256623c0a6b282698c1f1b033b9fb5359e6aa142e9fb4a4022afe4e.strop
index 06be26fc..6da5ddd8 100644
Binary files a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_473ac5f5e256623c0a6b282698c1f1b033b9fb5359e6aa142e9fb4a4022afe4e.strop and b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_473ac5f5e256623c0a6b282698c1f1b033b9fb5359e6aa142e9fb4a4022afe4e.strop differ
diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_4cd5265c0ff4b156aef99f1a065de02ebd81cd59c7da18a3335ff08761e94679.strop b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_4cd5265c0ff4b156aef99f1a065de02ebd81cd59c7da18a3335ff08761e94679.strop
deleted file mode 100644
index 784c9b9c..00000000
Binary files a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_4cd5265c0ff4b156aef99f1a065de02ebd81cd59c7da18a3335ff08761e94679.strop and /dev/null differ
diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_500f4403bf221021bb85c3e758d59f69841635787f6f4201a4ffe5e68733f8bb.strop b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_500f4403bf221021bb85c3e758d59f69841635787f6f4201a4ffe5e68733f8bb.strop
index 01941ed1..0050151f 100644
Binary files a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_500f4403bf221021bb85c3e758d59f69841635787f6f4201a4ffe5e68733f8bb.strop and b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_500f4403bf221021bb85c3e758d59f69841635787f6f4201a4ffe5e68733f8bb.strop differ
diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_61057f0b3552585d0b521a4232a22a7708bdafc0182213276897a50447dbdcbe.strop b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_61057f0b3552585d0b521a4232a22a7708bdafc0182213276897a50447dbdcbe.strop
deleted file mode 100644
index 91e07cab..00000000
Binary files a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_61057f0b3552585d0b521a4232a22a7708bdafc0182213276897a50447dbdcbe.strop and /dev/null differ
diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_80edc20a6f8f633671d2dccf75bb3efc1dc4ffc8873c060c7fad88e4cd22fb5b.strop b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_80edc20a6f8f633671d2dccf75bb3efc1dc4ffc8873c060c7fad88e4cd22fb5b.strop
new file mode 100644
index 00000000..ac0d9f08
Binary files /dev/null and b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_80edc20a6f8f633671d2dccf75bb3efc1dc4ffc8873c060c7fad88e4cd22fb5b.strop differ
diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_a0fe6f57f1b9be97d6d3c0e8df49805a1b94e638413127c6edd3ce6b7c622e07.strop b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_a0fe6f57f1b9be97d6d3c0e8df49805a1b94e638413127c6edd3ce6b7c622e07.strop
new file mode 100644
index 00000000..33935b96
Binary files /dev/null and b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_a0fe6f57f1b9be97d6d3c0e8df49805a1b94e638413127c6edd3ce6b7c622e07.strop differ
diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_b452fd3cd4037080cfcb4c423dba5bc58c8ceafc28427fdf9c5778fb353f088e.strop b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_b452fd3cd4037080cfcb4c423dba5bc58c8ceafc28427fdf9c5778fb353f088e.strop
index 08465fa0..e62d1c5d 100644
Binary files a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_b452fd3cd4037080cfcb4c423dba5bc58c8ceafc28427fdf9c5778fb353f088e.strop and b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_b452fd3cd4037080cfcb4c423dba5bc58c8ceafc28427fdf9c5778fb353f088e.strop differ
diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_b4a5587987232550b8e116065e9312acfa386e289c67c2f61d3556ef1571b1ba.strop b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_b4a5587987232550b8e116065e9312acfa386e289c67c2f61d3556ef1571b1ba.strop
deleted file mode 100644
index 4a2c75ed..00000000
Binary files a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_b4a5587987232550b8e116065e9312acfa386e289c67c2f61d3556ef1571b1ba.strop and /dev/null differ
diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_d2bcaf18d17504513598e04f472c035b3d4f22d8653d5a79c05b4508a4b547b3.strop b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_d2bcaf18d17504513598e04f472c035b3d4f22d8653d5a79c05b4508a4b547b3.strop
index 040ab2a8..53a56138 100644
Binary files a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_d2bcaf18d17504513598e04f472c035b3d4f22d8653d5a79c05b4508a4b547b3.strop and b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_d2bcaf18d17504513598e04f472c035b3d4f22d8653d5a79c05b4508a4b547b3.strop differ
diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_e4f1f62f68ec44b71ecad3fb3f3b48fe3790beb5ab325611e17d63af06e9f644.strop b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_e4f1f62f68ec44b71ecad3fb3f3b48fe3790beb5ab325611e17d63af06e9f644.strop
index 6a6538dd..00b95479 100644
Binary files a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_e4f1f62f68ec44b71ecad3fb3f3b48fe3790beb5ab325611e17d63af06e9f644.strop and b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_e4f1f62f68ec44b71ecad3fb3f3b48fe3790beb5ab325611e17d63af06e9f644.strop differ
diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_ed586fd6ca47c8eebb513c4ffaaacc2c54e92162b145062d7022519fba0911de.strop b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_ed586fd6ca47c8eebb513c4ffaaacc2c54e92162b145062d7022519fba0911de.strop
index 87714378..bc351dfe 100644
Binary files a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_ed586fd6ca47c8eebb513c4ffaaacc2c54e92162b145062d7022519fba0911de.strop and b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_ed586fd6ca47c8eebb513c4ffaaacc2c54e92162b145062d7022519fba0911de.strop differ
diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_faf688599c7e261a2a7404730f69ed029115bb0d3e7a3657731d88e701720efe.strop b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_faf688599c7e261a2a7404730f69ed029115bb0d3e7a3657731d88e701720efe.strop
index 14c29c9b..83f372f8 100644
Binary files a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_faf688599c7e261a2a7404730f69ed029115bb0d3e7a3657731d88e701720efe.strop and b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Model_faf688599c7e261a2a7404730f69ed029115bb0d3e7a3657731d88e701720efe.strop differ
diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo
index 4981520e..74b83401 100644
Binary files a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo and b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo differ
diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo
index ddd7f6f4..c991e24b 100644
Binary files a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo and b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo differ
diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/PrivacyInfo.xcprivacy b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/PrivacyInfo.xcprivacy
new file mode 100644
index 00000000..1462c1c2
--- /dev/null
+++ b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/PrivacyInfo.xcprivacy
@@ -0,0 +1,56 @@
+
+
+
+
+ NSPrivacyCollectedDataTypes
+
+
+ NSPrivacyCollectedDataType
+ NSPrivacyCollectedDataTypeOtherDiagnosticData
+ NSPrivacyCollectedDataTypeLinked
+
+ NSPrivacyCollectedDataTypeTracking
+
+ NSPrivacyCollectedDataTypePurposes
+
+ NSPrivacyCollectedDataTypePurposeAnalytics
+
+
+
+ NSPrivacyCollectedDataType
+ NSPrivacyCollectedDataTypeOtherUserContent
+ NSPrivacyCollectedDataTypeLinked
+
+ NSPrivacyCollectedDataTypeTracking
+
+ NSPrivacyCollectedDataTypePurposes
+
+ NSPrivacyCollectedDataTypePurposeAnalytics
+
+
+
+ NSPrivacyCollectedDataType
+ NSPrivacyCollectedDataTypeDeviceID
+ NSPrivacyCollectedDataTypeLinked
+
+ NSPrivacyCollectedDataTypeTracking
+
+ NSPrivacyCollectedDataTypePurposes
+
+ NSPrivacyCollectedDataTypePurposeAnalytics
+
+
+
+ NSPrivacyAccessedAPITypes
+
+
+ NSPrivacyAccessedAPIType
+ NSPrivacyAccessedAPICategoryUserDefaults
+ NSPrivacyAccessedAPITypeReasons
+
+ CA92.1
+
+
+
+
+
diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/_CodeSignature/CodeResources b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/_CodeSignature/CodeResources
index 86783248..79fce4de 100644
--- a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/_CodeSignature/CodeResources
+++ b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/_CodeSignature/CodeResources
@@ -94,7 +94,7 @@
Headers/MBBlinkIdMultiSideRecognizerResult.h
- 3fnrlPZUQme3un7y46Da5rX5lR0=
+ xNubx/IPmJK8DdTa3nHIJDpEcuU=
Headers/MBBlinkIdOverlaySettings.h
@@ -118,7 +118,7 @@
Headers/MBBlinkIdSingleSideRecognizerResult.h
- yaeu0N5f/uDkN8DbW96crWavZEY=
+ bIqjaUxxNP28AwpWl53YJSgl2FE=
Headers/MBCameraFrames.h
@@ -146,7 +146,7 @@
Headers/MBClassInfoTypes.h
- AxuQu2671oQ2RjJHOPpqZoG2/WY=
+ CVADuxC0e1HO1hoXKfR3R53XGFc=
Headers/MBCombinedFullDocumentImageResult.h
@@ -402,7 +402,7 @@
Headers/MBIdBarcodeRecognizer.h
- PLz3l5rWsE/avdgvUcAkebgYXYQ=
+ lrBIlBNnsOYlBD9jZUc/7lozXMs=
Headers/MBIdBarcodeRecognizerResult.h
@@ -410,7 +410,7 @@
Headers/MBImage.h
- 2NCWYDNXVQhc9HJjh6eMg2UG06Q=
+ Q/e9xHMfEuihNVCkoiXHT++Zqhs=
Headers/MBImageAnalysisDetectionStatus.h
@@ -478,7 +478,7 @@
Headers/MBMicroblinkSDK.h
- zzuxyGAZEPj4eGiPfd8IWZEQ3ZQ=
+ RkvJp6oGZPbsH626FNN1GtZhs7k=
Headers/MBMrtdCombinedRecognizer.h
@@ -590,7 +590,7 @@
Headers/MBProductIntegrationInfo.h
- nVDqQ1PFnjIq9iI04N6wiBmQ8xg=
+ JJwaaipL7U79rVwd3tfEtz0Ly5E=
Headers/MBQuadDetectorSubview.h
@@ -746,71 +746,67 @@
Headers/MBVizResult.h
- v8vkluUy6Uifu3ekdoONgjvEpf4=
+ Im4D2bWrUCI+Q4ZPIuEi/u2P6os=
Info.plist
- 1UID7tf1eTeyFOjE3cu12AVkIF4=
+ EKDtMojj5HUx4Uz7KQbftAFwRF4=
Model_07c7ab860e77ec2e92bb822f6d62424b8595a5beb4340f6b2f7f6a4cffa5d050.strop
- T4jbNJpAIroWkmXBMXeOj0qjEAg=
+ MtKZodExKxTwlLzLFUDByIORKBo=
Model_2880751121560047e6dc571bc8ff4683aeb863886f7c0789234594ceb1e23577.strop
- fuCqAPpcEackb/FdQO+eMWaGSUo=
+ qjCiPXILtD3UNIp2ZBuYtGjOnXI=
Model_36d8e94f4cb46097bd6b7385f2aa91fcdee1a5fefeec59e56d1b9e82c94b00a7.strop
- cjRajpOitrE6ATFGjipmPG6px3U=
+ czehD1w5nuyf4K7dW1stXxCVScA=
Model_473ac5f5e256623c0a6b282698c1f1b033b9fb5359e6aa142e9fb4a4022afe4e.strop
- YiXZF2PH852EIWtP8Eut00T0ys4=
-
- Model_4cd5265c0ff4b156aef99f1a065de02ebd81cd59c7da18a3335ff08761e94679.strop
-
- I0QhK9dVgcn+96wRXrg++7v7WEw=
+ uyXE9/5LgcNAJzWHsTTWp8Zjp1o=
Model_500f4403bf221021bb85c3e758d59f69841635787f6f4201a4ffe5e68733f8bb.strop
- uXycFdswY/0U4/+/WgIWJq5vwqY=
+ bssCiKo/m7R4kssLgxedlkhZN2U=
- Model_61057f0b3552585d0b521a4232a22a7708bdafc0182213276897a50447dbdcbe.strop
+ Model_80edc20a6f8f633671d2dccf75bb3efc1dc4ffc8873c060c7fad88e4cd22fb5b.strop
- urO4Mbl46ewOdqk5ODtIGBuSU2A=
+ vq6z6XBEtQ+bn6zwW4+kskRZLH4=
- Model_b452fd3cd4037080cfcb4c423dba5bc58c8ceafc28427fdf9c5778fb353f088e.strop
+ Model_a0fe6f57f1b9be97d6d3c0e8df49805a1b94e638413127c6edd3ce6b7c622e07.strop
- ZHGCgD8ZiZoVxrBv3p7S2pJvDHw=
+ cHSfYzSuTE228giYtGajFf6/8Aw=
- Model_b4a5587987232550b8e116065e9312acfa386e289c67c2f61d3556ef1571b1ba.strop
+ Model_b452fd3cd4037080cfcb4c423dba5bc58c8ceafc28427fdf9c5778fb353f088e.strop
- QbBrETasNaZpBb6oxdb5WtpFxL4=
+ hNKDQ4pZFh0FhJQstLp1QyEfGAg=
Model_d2bcaf18d17504513598e04f472c035b3d4f22d8653d5a79c05b4508a4b547b3.strop
- w6rsiRWiSE3osU5gRA6Lmt4b8T8=
+ 0KrQ9DEfZxJHfIRwObbZOvPBoN4=
Model_e4f1f62f68ec44b71ecad3fb3f3b48fe3790beb5ab325611e17d63af06e9f644.strop
- D54dVeHlnnxQdirW2vd4QjQIOgo=
+ cvb0GC6X77AjaPnftlPRQnOr5HM=
Model_ed586fd6ca47c8eebb513c4ffaaacc2c54e92162b145062d7022519fba0911de.strop
- p1glS7Z6ex60yAVuhwr6iuUx//Q=
+ Tocuf5a+8t1uWWASZ5TsaNg17mo=
Model_faf688599c7e261a2a7404730f69ed029115bb0d3e7a3657731d88e701720efe.strop
- U515oXww47KtMMP9LC/xzMXhbp4=
+ EeTZYkPY4t7njU3gB3tx7sxcxqk=
Modules/BlinkID.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo
- mJ9AT14UUe0d5qs3t17tV0/RAlA=
+ hyj06ynzZ40FcU0RTe5fHGJhI/Y=
Modules/BlinkID.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo
- ZIfK+D2F1g6cND0cCgh3cpnbB6U=
+ zEr9JkazrIg5yL7clPzgUJTKNdY=
Modules/BlinkID.swiftmodule/arm64-apple-ios-simulator.abi.json
@@ -830,7 +826,7 @@
Modules/BlinkID.swiftmodule/arm64-apple-ios-simulator.swiftmodule
- F9aZT1Hn7IqJxIVYV+r+lPY5Mr0=
+ BDWqlNgc1ONFs8rUOUgYTXS/Mds=
Modules/BlinkID.swiftmodule/x86_64-apple-ios-simulator.abi.json
@@ -850,7 +846,7 @@
Modules/BlinkID.swiftmodule/x86_64-apple-ios-simulator.swiftmodule
- ysRNhHyTfa5ZzrKSIbheAVnUSlo=
+ u3/MszKgmIP8UIoihJ2otOAxl0A=
Modules/module.modulemap
@@ -1056,6 +1052,10 @@
/vVLHvQpOeIv61DbkFTqizQN+HM=
+ PrivacyInfo.xcprivacy
+
+ nGcyythe1EDwoRIOvVmwEjibBwc=
+
all-details-visible-dark.png
yI1LPSpT9uMapQJDrxiT2I8rdjs=
@@ -1390,27 +1390,27 @@
harsh-light-instruction-dark.png
- 8XOWeLKZQnrGWc8s4gjnwYbf1/Y=
+ el1GGnSHPxGrYzCva4nXDgjCBMA=
harsh-light-instruction-dark@2x.png
- JaCwXJVlbHOujyaJdOrsLljtuHI=
+ eGTzpOgdiAklZBcoXbOM28V3ivE=
harsh-light-instruction-dark@3x.png
- 9Ky+3ZIJM0i6p1SK3ntXpQUlUxY=
+ RyAa1KWAbjxEzc1QKhmXJ6uLu5I=
harsh-light-instruction.png
- 73bugdnSZXxpNFyUPHkIUNvnqDQ=
+ sTNUXOL/OB/qmf/k0idi6KAzwPk=
harsh-light-instruction@2x.png
- nvcdh0ZCjQ2lpVm0S2VCaxZ9GdM=
+ +aR6Die8mJOrLt5FMX/6TzBahZ0=
harsh-light-instruction@3x.png
- U5VN/ihrwU2ihbKBM3vTLC8OQZc=
+ dcF/Yojkf6NsMX/l1NB2drFWQos=
he.strings
@@ -1602,7 +1602,7 @@
model_mrtd.zzip
- 5HMwT3O5n98E2SWVMGL32XvSHUI=
+ g/w8Va3mFuGKvFOefQ8mccx5Ni4=
ms.strings
@@ -1610,15 +1610,15 @@
need-help-tooltip-dark.png
- n2kQFtiY3m+nMQRK1uUaOHfruyA=
+ Mx+9jCk/b/oMFSNSNjSsqUYa3XQ=
need-help-tooltip-dark@2x.png
- drH8upoRYhDqqO0dA2vaBJEx8Go=
+ Fev33hmUuzEsDZ/3881mGXJj63c=
need-help-tooltip-dark@3x.png
- 9GBx0cihldP8zucv4Chy/z9lSGI=
+ +XJMJIZv1QeZjvGHRLIocaamN4E=
need-help-tooltip.png
@@ -1897,7 +1897,7 @@
hash2
- GPoagIeBRlTREBg50cYJ6MY/mqQcsPhEsJ1lliGgq28=
+ /kXoH/NEXgdsUKAUXaZpgIRTmJLzamqK6aqh+lv4jJU=
Headers/MBBlinkIdOverlaySettings.h
@@ -1939,7 +1939,7 @@
hash2
- pPa0zDyc5Uead9EgnTSuRddh5+gcby05sQi4Avh0XdQ=
+ Q8F464KGGgCX6GrQ19NeaXB9BfGd8rpucQURKtq2J5A=
Headers/MBCameraFrames.h
@@ -1988,7 +1988,7 @@
hash2
- oE9DvYzPztFKVxgJv0QKc5kZV6HJJza+pTP1pbJQPRo=
+ X11wrcjyJZUf9zEynQXMJCh6Ldv/LUWdmxD9441jGOc=
Headers/MBCombinedFullDocumentImageResult.h
@@ -2436,7 +2436,7 @@
hash2
- Uc9UEaFThg6K9beU+hvLqxm2kXZyccz/PtM2wTuy7wo=
+ Rbng4YFnMm7MxAHRY2BWvZ1gVf2qoYj59d14u6uBg2Q=
Headers/MBIdBarcodeRecognizerResult.h
@@ -2450,7 +2450,7 @@
hash2
- g5AbGT4RakKvpMp9JgdywO+39ZnuYf1BuN0QJfXoNPQ=
+ M7fHKW6SfZ+VJs6l+VOEwwxe99roc3HxHrYDh0xNvYE=
Headers/MBImageAnalysisDetectionStatus.h
@@ -2569,7 +2569,7 @@
hash2
- dRB8MwfnnnulRnvIwV/PQKkvArKILkJ0VDibjjmnw5U=
+ 0nQczFkGv25R1+mKYWJTZHmUdhupMGVYYNWT8RHgGwo=
Headers/MBMrtdCombinedRecognizer.h
@@ -2765,7 +2765,7 @@
hash2
- hsALmiNtAj0tAnef3aqzCbBVMPFGPWGynScCTNnuH/8=
+ PE11c+g3KSeJ4FBDO2C+PJ9ryhJjRYMU2BdTmQwKRTU=
Headers/MBQuadDetectorSubview.h
@@ -3038,112 +3038,105 @@
hash2
- rpqe2TZfdKqXRyAHipl47WHPrjsIQDXUzZ94oejDAvE=
+ NIrk6cQQwUuSlDJ8NrFXJWBFm3qQAFwHnwJyMrSpfJI=
Model_07c7ab860e77ec2e92bb822f6d62424b8595a5beb4340f6b2f7f6a4cffa5d050.strop
hash2
- zgqkqGVKDTimV+6DN4gPA4IXa2jZsVLaj5Wy/rkrM34=
+ lb1XvWM81CFAZdeFyONX1F3WaRH5FERQ9H0RPNxSfCw=
Model_2880751121560047e6dc571bc8ff4683aeb863886f7c0789234594ceb1e23577.strop
hash2
- aQEr8Apqs24zTgbTt4aVOMqTbAp04Yt7Kck4oL/dIkc=
+ hBEMm2kbm8TbU/rzGEW7T0Y+0+fzredaKxZByyn3BIE=
Model_36d8e94f4cb46097bd6b7385f2aa91fcdee1a5fefeec59e56d1b9e82c94b00a7.strop
hash2
- O2y0oKN1HuT0YYwdL4JZanOSqev/7FWhjWovB8B8Hu8=
+ V6Z16OBB2tc7dOUQ7BjBvwizdJNMHIF0Ot1+RXiuWN0=
Model_473ac5f5e256623c0a6b282698c1f1b033b9fb5359e6aa142e9fb4a4022afe4e.strop
hash2
- E8yEaq0zevXVaeL9Jv3RLeps+fkfc1I0Waj5lrwHM6o=
-
-
- Model_4cd5265c0ff4b156aef99f1a065de02ebd81cd59c7da18a3335ff08761e94679.strop
-
- hash2
-
- 9lisCydC62SVDVdluhZEzXonNTXDfzBFofexFT83anI=
+ 6dlq2CEhStjqijiaO0ysl+YjDCUk8NNzDnv2Ruep5L8=
Model_500f4403bf221021bb85c3e758d59f69841635787f6f4201a4ffe5e68733f8bb.strop
hash2
- eTrlajtJGlY3Ox6tDCwH+lKFi1eXyM4k7PK6VHsYZfQ=
+ DifJ6ECMph3WM/+8wAnk3SPN9IohEa0gAPQgMLXuaHM=
- Model_61057f0b3552585d0b521a4232a22a7708bdafc0182213276897a50447dbdcbe.strop
+ Model_80edc20a6f8f633671d2dccf75bb3efc1dc4ffc8873c060c7fad88e4cd22fb5b.strop
hash2
- PFl57uJla96U22yTlRwxD9u6K8cX1z2J8K5h/W+AXK8=
+ CrQYO1cL03kj7DzGKeMCNIAjmeIM/aP3cJBC8+VCd48=
- Model_b452fd3cd4037080cfcb4c423dba5bc58c8ceafc28427fdf9c5778fb353f088e.strop
+ Model_a0fe6f57f1b9be97d6d3c0e8df49805a1b94e638413127c6edd3ce6b7c622e07.strop
hash2
- 3bqOhJxw3Q0hXg7CLdZEOitIlWiwCJIIxheeF0nOuUc=
+ E56vXhXwGs1kQy/6DnmX2a5bLd3Pr3Cvg64Q/8fdecQ=
- Model_b4a5587987232550b8e116065e9312acfa386e289c67c2f61d3556ef1571b1ba.strop
+ Model_b452fd3cd4037080cfcb4c423dba5bc58c8ceafc28427fdf9c5778fb353f088e.strop
hash2
- x8Q2J3SIhjdPtwBPka/FdVtjHJzOJ7ut0lBSV7yM56A=
+ FRnfUAxBRwR7vg2NFL/eR2ULiehfnIN8/28bkYuIslU=
Model_d2bcaf18d17504513598e04f472c035b3d4f22d8653d5a79c05b4508a4b547b3.strop
hash2
- J7D1QMYDgiJa/LsV799HAwZtJyUFs02mZ9SGaqlKZWM=
+ Epsrc5xUbOQuAZnzYyZnCYZSNH4/25NHgKWJbyF4G+g=
Model_e4f1f62f68ec44b71ecad3fb3f3b48fe3790beb5ab325611e17d63af06e9f644.strop
hash2
- sdsL5MhqWZWSiQ/t5le7Mk2ZLyPYfQ/RjyDutj48rsQ=
+ 46tvg3fdzb3aWlYR9gPrrOmulb7hzPnQCGqfAG/XwgQ=
Model_ed586fd6ca47c8eebb513c4ffaaacc2c54e92162b145062d7022519fba0911de.strop
hash2
- zFgs9Ss0AyKRya9Ps9Xmc/E3kjtcoz4HmEcaqjUtXi0=
+ a2Dv4E5iYBrcoNstZbrO2CnlSyytG5OZR+4lLqmYN8U=
Model_faf688599c7e261a2a7404730f69ed029115bb0d3e7a3657731d88e701720efe.strop
hash2
- AjTCKBwiwMuRdKlCRCI+RvzCnLOu6JXnSowEmP7ggUg=
+ nMJcrVfYuuBNJTfHUTbC77WiPh8icfWOxJ9pD4Sfe3I=
Modules/BlinkID.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo
hash2
- 1UMyWMtaI3CcTpLjXSB0+UjzRnebxTrH525wCZ3540g=
+ XrlF352PVOr9Z3nvIcbsV9R0DlcMBcdjjfmTDTrMyvs=
Modules/BlinkID.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo
hash2
- DsvU/Fgmf/hw/WE5wVkzbfOkSV6QO6xpYKlXmaid/z4=
+ v3dVi0v/Ziwfm2TnoirUw6kWIoVrsBYP08JZ3bf7jZM=
Modules/BlinkID.swiftmodule/arm64-apple-ios-simulator.abi.json
@@ -3178,7 +3171,7 @@
hash2
- 9Vwt8CPpcBuVQ0QL4kZiqOZG8a8FficIvnlx4gxVIFQ=
+ 0vBcDLvANyvbJCswUJJMIjBiayjZ03OLUybMHgo5rDU=
Modules/BlinkID.swiftmodule/x86_64-apple-ios-simulator.abi.json
@@ -3213,7 +3206,7 @@
hash2
- dio4PfU/2ispha4HhltIfOjLDwTAP1ExYhliR0Xwmn0=
+ NvfN1kuNJZeNF9FJx83Sj/jSk4FD3UyRm0u10HurzTg=
Modules/module.modulemap
@@ -3573,6 +3566,13 @@
HHd+QlTYTVTs128KDbXB3+XOzxBo3Vs8ezupRzqSJGE=
+ PrivacyInfo.xcprivacy
+
+ hash2
+
+ BKVMSTtTznftVyO17huVl44dbOc3Tue8XNhMRjaziQk=
+
+
all-details-visible-dark.png
hash2
@@ -4158,42 +4158,42 @@
hash2
- 22huXklIM4LWNA0GbE48Mf43oAFZciDP/VTxKCuwdfE=
+ 7vbJPN6sjxK8bl6+5Xf39cVKnuqVE7MhECWci6ju7Wo=
harsh-light-instruction-dark@2x.png
hash2
- gZ0J2Qa7Pd5w2anJeUcCQ9NuVU0q4AZRi5Gf15wqg4I=
+ 25tpzX7LeVfA3Wsvj/9JXQBGPmGxVXDP1rRTeA7QKn8=
harsh-light-instruction-dark@3x.png
hash2
- 6KEBIDfTJNktU1LNT4QVVZtF/mIEi3GfYnEHE/pbGbo=
+ i3+5/gh8MgPEn6wdE4TJX97ldRjQn7iYstilXZOBigE=
harsh-light-instruction.png
hash2
- 5yzKUvHRZZANTJE7XQLHhp4gFEIijbMvJbUAsDNj3tk=
+ GryY1hAEgykxpa6eR1MMBtUP4XNkGa/0L7mJZwCkipA=
harsh-light-instruction@2x.png
hash2
- n5yNW3IiTR1NIkQNvXufrkzaFYtSA3bndzUtNN68URA=
+ 68X/UA9x/L6kWI5R+gQ5rla4I+CvtyOZsECoVtZ9EX0=
harsh-light-instruction@3x.png
hash2
- QTawi8dIbbLtQe63pxWsrKacedmz3WEbbl0Q1i7dyKk=
+ JtE/gDgO9Zs4lV54iu3oVilc+ac1sNrgpzgXwaNoXAQ=
he.strings
@@ -4529,7 +4529,7 @@
hash2
- mbPMHwpOr4kuX8n2rISGSHafELMY3vXie4fLWXuFX4g=
+ wvkOaG0yFRDByG+abFC+5kmT5QjsMGPbpABpW4RMWqU=
ms.strings
@@ -4543,21 +4543,21 @@
hash2
- VKCtmPREiFrYSx/EKiCOy0Eryk7ejD8VgxeKUzlmpIY=
+ WZaVrQn424WbTkgmD+XWzAlZTVQUKEFkshgrCqYuIzg=
need-help-tooltip-dark@2x.png
hash2
- kHGFyaoKuZtQkpEFvmVmXMqCNSjCKbaRJwhV3wpxw70=
+ DIfUuVHI9eLJPReWxLRAgcAUq8SXWfTngwPZJXnmMms=
need-help-tooltip-dark@3x.png
hash2
- Soh7bjKkiJKsLdsEQxghyLbSO4RHXmdg1dR5uOOi83M=
+ 1LsYSkzjd7gsJl9jqH3FgkvzHz2P3lhtN36rucJ3NJw=
need-help-tooltip.png
diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/harsh-light-instruction-dark.png b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/harsh-light-instruction-dark.png
index 599c4aea..37b4fa36 100644
Binary files a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/harsh-light-instruction-dark.png and b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/harsh-light-instruction-dark.png differ
diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/harsh-light-instruction-dark@2x.png b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/harsh-light-instruction-dark@2x.png
index 8277874a..0f1dec3f 100644
Binary files a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/harsh-light-instruction-dark@2x.png and b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/harsh-light-instruction-dark@2x.png differ
diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/harsh-light-instruction-dark@3x.png b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/harsh-light-instruction-dark@3x.png
index e03ccf5f..853e3b61 100644
Binary files a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/harsh-light-instruction-dark@3x.png and b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/harsh-light-instruction-dark@3x.png differ
diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/harsh-light-instruction.png b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/harsh-light-instruction.png
index b98f1c20..8dba92e8 100644
Binary files a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/harsh-light-instruction.png and b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/harsh-light-instruction.png differ
diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/harsh-light-instruction@2x.png b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/harsh-light-instruction@2x.png
index 90102921..41ccbb54 100644
Binary files a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/harsh-light-instruction@2x.png and b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/harsh-light-instruction@2x.png differ
diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/harsh-light-instruction@3x.png b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/harsh-light-instruction@3x.png
index c36d9b97..80539343 100644
Binary files a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/harsh-light-instruction@3x.png and b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/harsh-light-instruction@3x.png differ
diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/model_mrtd.zzip b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/model_mrtd.zzip
index 01130970..31772ef5 100644
Binary files a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/model_mrtd.zzip and b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/model_mrtd.zzip differ
diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/need-help-tooltip-dark.png b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/need-help-tooltip-dark.png
index 6aa4e6ce..c21f9bea 100644
Binary files a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/need-help-tooltip-dark.png and b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/need-help-tooltip-dark.png differ
diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/need-help-tooltip-dark@2x.png b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/need-help-tooltip-dark@2x.png
index d5c81d82..4c0cbe0d 100644
Binary files a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/need-help-tooltip-dark@2x.png and b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/need-help-tooltip-dark@2x.png differ
diff --git a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/need-help-tooltip-dark@3x.png b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/need-help-tooltip-dark@3x.png
index 56ef57b3..9dee1da4 100644
Binary files a/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/need-help-tooltip-dark@3x.png and b/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/need-help-tooltip-dark@3x.png differ
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 21da5abb..ce7afc5c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,111 @@
# Release notes
+## 6.6.0
+
+### What’s new:
+- Data extraction improvements:
+ - Added `Sponsor` and `BloodType` result fields to `BlinkIdMultiSideRecognizerResult`, `BlinkIdSingleSideRecognizerResult` and `VizResult`
+
+- Upgraded to `YUV` Color Format:
+ - We’ve upgraded our imaging to support the `YUV` color format (`kCVPixelFormatType_420YpCbCr8BiPlanarFullRange`), making it the default encoding scheme.
+
+#### Accessibility changes:
+- Optimized Color Contrast by fine-tuning color contrasts across the app, enhancing readability for all users.
+- Blurred content and translucent areas have been made mostly opaque, simplifying the UI and making it easier to navigate.
+- A new icon for harsh light conditions has been added to the onboarding screen, aiding in better navigation and usability.
+
+#### Deprecated functionality:
+- `IdBarcodeRecognizer` is now marked as deprecated. We recommend transitioning to `BlinkIdMultiSideRecognizer`, which not only covers the functionality of `IdBarcodeRecognizer` but also offers additional features.
+
+### Added support for 7 new documents:
+- Australia - Polycarbonate Passport
+- Indonesia - Polycarbonate Passport
+- Mexico - Consular Voter ID
+- Moldova - Polycarbonate Passport
+- Pakistan - Proof Of Registration
+- Panama - Polycarbonate Passport
+- USA - West Virginia - ID Card
+
+### Added support for 10 new documents in BETA:
+- Brazil - Ceara - ID Card
+- Brazil - Goias - ID Card
+- Brazil - Sergipe - ID Card
+- China - Exit Entry Permit
+- China - Mainland Travel Permit Taiwan
+- Colombia - Temporary Protection Permit
+- India - DL
+- India - Andhra Pradesh - DL
+- India - Haryana - DL
+- European Union - Health Insurance Card
+
+### Added new version support for 37 already supported documents
+- Australia - Queensland - DL
+- Australia - Victoria - DL
+- Australia - Western Australia - DL
+- Bolivia - Minor's ID
+- Brazil - Alien ID
+- Estonia - DL
+- Finland - Alien ID
+- Guatemala - Paper Passport
+- India - Paper Passport - New side type
+- Malta - DL
+- Mexico - Guanajuato - DL
+- Mexico - San Luis Potosi - DL
+- New Zealand - Polycarbonate Passport
+- Paraguay - ID Card
+- Slovenia - Residence Permit
+- USA - Green Card
+- USA - Work Permit
+- USA - Arizona - ID Card
+- USA - Colorado - DL
+- USA - Colorado - ID Card
+- USA - District of Columbia - DL
+- USA - District of Columbia - ID Card
+- USA - Idaho - DL
+- USA - Idaho - ID Card
+- USA - Missouri - ID Card
+- USA - Nebraska - ID Card
+- USA - Nevada - ID Card
+- USA - New York - ID Card
+- USA - North Dakota - DL
+- USA - Oklahoma - ID Card
+- USA - Pennsylvania - ID Card
+- USA - Utah - ID Card
+- USA - Virginia - DL
+- USA - Virginia - ID Card
+- USA - West Virginia - DL
+- USA - Wisconsin - DL
+- USA - Wisconsin - ID Card
+
+### Added new version support for 7 already supported documents in BETA:
+- Australia - Queensland - Proof of Age Card
+- Brazil - ID Card
+- Ireland - Residence Permit
+- Mexico - Consular ID
+- Mexico - Residence Permit
+- Mexico - Nayarit - DL
+- USA - North Dakota - ID Card
+
+### These documents are no longer BETA:
+- Croatia - Residence Permit
+- Moldova - Paper Passport
+
+### Changes to the `BlinkIdSingleSideRecognizer` and `BlinkIdMultiSideRecognizer`:
+- Expanded geographic support with new `Region` enum values:
+ - `ANDHRA_PRADESH`
+ - `CEARA`
+ - `GOIAS`
+ - `GUERRERO_ACAPULCO_DE_JUAREZ`
+ - `HARYANA`
+ - `SERGIPE`
+
+- Document recognition enhanced with new `Type` enum values:
+ - `EXIT_ENTRY_PERMIT`
+ - `MAINLAND_TRAVEL_PERMIT_TAIWAN`
+ - `NBI_CLEARANCE`
+ - `PROOF_OF_REGISTRATION`
+ - `TEMPORARY_PROTECTION_PERMIT`
+
## 6.5.1
- Improved scanning of Bolivia IDs by addressing cases where the expiration date is covered by a signature, allowing the completion of the scanning process.
diff --git a/PPBlinkID.podspec b/PPBlinkID.podspec
index 8355f40b..bde0eff3 100644
--- a/PPBlinkID.podspec
+++ b/PPBlinkID.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "PPBlinkID"
- s.version = "6.5.1"
+ s.version = "6.6.0"
s.summary = "A delightful component for barcode scanning"
s.homepage = "http://microblink.com"
@@ -31,7 +31,7 @@ Pod::Spec.new do |s|
}
s.source = {
- :http => 'https://github.com/BlinkID/blinkid-ios/releases/download/v6.5.1/blinkid-ios_v6.5.1.tar.gz'
+ :http => 'https://github.com/BlinkID/blinkid-ios/releases/download/v6.6.0/blinkid-ios_v6.6.0.tar.gz'
}
s.platform = :ios
diff --git a/Package.swift b/Package.swift
index ab556620..d72fdcc6 100644
--- a/Package.swift
+++ b/Package.swift
@@ -16,7 +16,7 @@ let package = Package(
targets: [
.binaryTarget(
name: "BlinkID",
- url: "https://github.com/BlinkID/blinkid-ios/releases/download/v6.5.1/BlinkID.xcframework.zip",
- checksum: "7061dc52f87bd9362d128f79c5e37fe0ca95120e0836838f0ca192c42727b01e")
+ url: "https://github.com/BlinkID/blinkid-ios/releases/download/v6.6.0/BlinkID.xcframework.zip",
+ checksum: "25f829344d2df4f8c09a53b1190ddfc3453ebf8dac8f5f55c849ca7fefcd8318")
]
)
diff --git a/README.md b/README.md
index a53cf843..eddd6834 100644
--- a/README.md
+++ b/README.md
@@ -108,7 +108,7 @@ pod init
```ruby
platform :ios, '13.0'
target 'Your-App-Name' do
- pod 'PPBlinkID', '~> 6.5.1'
+ pod 'PPBlinkID', '~> 6.6.0'
end
```
@@ -668,13 +668,13 @@ When you are using combined recognizer and images of both document sides are req
The [`MBRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBRecognizer.html) is the basic unit of processing within the SDK. Its main purpose is to process the image and extract meaningful information from it. As you will see [later](#available-recognizers), the SDK has lots of different [`MBRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBRecognizer.html) objects that have various purposes.
-Each [`MBRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBRecognizer.html) has a [`MBRecognizerResult`](http://blinkid.github.io/blinkid-ios/Classes/MBRecognizerResult.html) object, which contains the data that was extracted from the image. The [`MBRecognizerResult`](http://blinkid.github.io/blinkid-ios/Classes/MBRecognizerResult.html) object is a member of corresponding [`MBRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBRecognizer.html) object its lifetime is bound to the lifetime of its parent [`MBRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBRecognizer.html) object. If you need your `MBRecognizerResult` object to outlive its parent [`MBRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBRecognizer.html) object, you must make a copy of it by calling its method `copy`.
+Each [`MBRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBRecognizer.html) has a [`MBRecognizerResult`](http://blinkid.github.io/blinkid-ios/Classes.html#/c:objc(cs)MBRecognizerResult) object, which contains the data that was extracted from the image. The [`MBRecognizerResult`](http://blinkid.github.io/blinkid-ios/Classes.html#/c:objc(cs)MBRecognizerResult) object is a member of corresponding [`MBRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBRecognizer.html) object its lifetime is bound to the lifetime of its parent [`MBRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBRecognizer.html) object. If you need your `MBRecognizerResult` object to outlive its parent [`MBRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBRecognizer.html) object, you must make a copy of it by calling its method `copy`.
-While [`MBRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBRecognizer.html) object works, it changes its internal state and its result. The [`MBRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBRecognizer.html) object's [`MBRecognizerResult`](http://blinkid.github.io/blinkid-ios/Classes/MBRecognizerResult.html) always starts in `Empty` state. When corresponding [`MBRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBRecognizer.html) object performs the recognition of given image, its [`MBRecognizerResult`](http://blinkid.github.io/blinkid-ios/Classes/MBRecognizerResult.html) can either stay in `Empty` state (in case [`MBRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBRecognizer.html)failed to perform recognition), move to `Uncertain` state (in case [`MBRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBRecognizer.html) performed the recognition, but not all mandatory information was extracted) or move to `Valid` state (in case [`MBRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBRecognizer.html) performed recognition and all mandatory information was successfully extracted from the image).
+While [`MBRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBRecognizer.html) object works, it changes its internal state and its result. The [`MBRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBRecognizer.html) object's [`MBRecognizerResult`](http://blinkid.github.io/blinkid-ios/Classes.html#/c:objc(cs)MBRecognizerResult) always starts in `Empty` state. When corresponding [`MBRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBRecognizer.html) object performs the recognition of given image, its [`MBRecognizerResult`](http://blinkid.github.io/blinkid-ios/Classes.html#/c:objc(cs)MBRecognizerResult) can either stay in `Empty` state (in case [`MBRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBRecognizer.html)failed to perform recognition), move to `Uncertain` state (in case [`MBRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBRecognizer.html) performed the recognition, but not all mandatory information was extracted) or move to `Valid` state (in case [`MBRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBRecognizer.html) performed recognition and all mandatory information was successfully extracted from the image).
-As soon as one [`MBRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBRecognizer.html) object's [`MBRecognizerResult`](http://blinkid.github.io/blinkid-ios/Classes/MBRecognizerResult.html) within [`MBRecognizerCollection`](http://blinkid.github.io/blinkid-ios/Classes/MBRecognizerCollection.html) given to `MBRecognizerRunner` or `MBRecognizerRunnerViewController` changes to `Valid` state, the `onScanningFinished` callback will be invoked on same thread that performs the background processing and you will have the opportunity to inspect each of your [`MBRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBRecognizer.html) objects' [`MBRecognizerResult`](http://blinkid.github.io/blinkid-ios/Classes/MBRecognizerResult.html) to see which one has moved to `Valid` state.
+As soon as one [`MBRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBRecognizer.html) object's [`MBRecognizerResult`](http://blinkid.github.io/blinkid-ios/Classes.html#/c:objc(cs)MBRecognizerResult) within [`MBRecognizerCollection`](http://blinkid.github.io/blinkid-ios/Classes/MBRecognizerCollection.html) given to `MBRecognizerRunner` or `MBRecognizerRunnerViewController` changes to `Valid` state, the `onScanningFinished` callback will be invoked on same thread that performs the background processing and you will have the opportunity to inspect each of your [`MBRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBRecognizer.html) objects' [`MBRecognizerResult`](http://blinkid.github.io/blinkid-ios/Classes.html#/c:objc(cs)MBRecognizerResult) to see which one has moved to `Valid` state.
-As soon as `onScanningFinished` method ends, the `MBRecognizerRunnerViewController` will continue processing new camera frames with same [`MBRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBRecognizer.html) objects, unless `paused`. Continuation of processing or `reset` recognition will modify or reset all [`MBRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBRecognizer.html) objects's [`MBRecognizerResult`](http://blinkid.github.io/blinkid-ios/Classes/MBRecognizerResult.html). When using built-in activities, as soon as `onScanningFinished` is invoked, built-in activity pauses the `MBRecognizerRunnerViewController` and starts finishing the activity, while saving the [`MBRecognizerCollection`](http://blinkid.github.io/blinkid-ios/Classes/MBRecognizerCollection.html) with active [`MBRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBRecognizer.html).
+As soon as `onScanningFinished` method ends, the `MBRecognizerRunnerViewController` will continue processing new camera frames with same [`MBRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBRecognizer.html) objects, unless `paused`. Continuation of processing or `reset` recognition will modify or reset all [`MBRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBRecognizer.html) objects's [`MBRecognizerResult`](http://blinkid.github.io/blinkid-ios/Classes/MBRecognizerResult). When using built-in activities, as soon as `onScanningFinished` is invoked, built-in activity pauses the `MBRecognizerRunnerViewController` and starts finishing the activity, while saving the [`MBRecognizerCollection`](http://blinkid.github.io/blinkid-ios/Classes/MBRecognizerCollection.html) with active [`MBRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBRecognizer.html).
## `MBRecognizerCollection` concept
@@ -682,7 +682,7 @@ The [`MBRecognizerCollection`](http://blinkid.github.io/blinkid-ios/Classes/MBRe
The [`MBRecognizerCollection`](http://blinkid.github.io/blinkid-ios/Classes/MBRecognizerCollection.html) is always constructed with array `[[MBRecognizerCollection alloc] initWithRecognizers:recognizers]` of [`MBRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBRecognizer.html) objects that need to be prepared for recognition (i.e. their properties must be tweaked already).
-The [`MBRecognizerCollection`](http://blinkid.github.io/blinkid-ios/Classes/MBRecognizerCollection.html) manages a chain of [`MBRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBRecognizer.html) objects within the recognition process. When a new image arrives, it is processed by the first [`MBRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBRecognizer.html) in chain, then by the second and so on, iterating until a [`MBRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBRecognizer.html) object's [`MBRecognizerResult`](http://blinkid.github.io/blinkid-ios/Classes/MBRecognizerResult.html) changes its state to `Valid` or all of the [`MBRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBRecognizer.html) objects in chain were invoked (none getting a `Valid` result state).
+The [`MBRecognizerCollection`](http://blinkid.github.io/blinkid-ios/Classes/MBRecognizerCollection.html) manages a chain of [`MBRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBRecognizer.html) objects within the recognition process. When a new image arrives, it is processed by the first [`MBRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBRecognizer.html) in chain, then by the second and so on, iterating until a [`MBRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBRecognizer.html) object's [`MBRecognizerResult`](http://blinkid.github.io/blinkid-ios/Classes.html#/c:objc(cs)MBRecognizerResult) changes its state to `Valid` or all of the [`MBRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBRecognizer.html) objects in chain were invoked (none getting a `Valid` result state).
You cannot change the order of the [`MBRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBRecognizer.html) objects within the chain - no matter the order in which you give [`MBRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBRecognizer.html) objects to [`MBRecognizerCollection`](http://blinkid.github.io/blinkid-ios/Classes/MBRecognizerCollection.html), they are internally ordered in a way that provides best possible performance and accuracy. Also, in order for SDK to be able to order [`MBRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBRecognizer.html) objects in recognition chain in a best way possible, it is not allowed to have multiple instances of [`MBRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBRecognizer.html) objects of the same type within the chain. Attempting to do so will crash your application.
@@ -698,11 +698,11 @@ This recognizer is best for easy capturing of camera frames with `MBRecognizerRu
## Success Frame Grabber Recognizer
-The [`MBSuccessFrameGrabberRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBSuccessFrameGrabberRecognizer.html) is a special `MBecognizer` that wraps some other [`MBRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBRecognizer.html) and impersonates it while processing the image. However, when the [`MBRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBRecognizer.html) being impersonated changes its [`MBRecognizerResult`](http://blinkid.github.io/blinkid-ios/Classes/MBRecognizerResult.html) into `Valid` state, the [`MBSuccessFrameGrabberRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBSuccessFrameGrabberRecognizer.html) captures the image and saves it into its own [`MBSuccessFrameGrabberRecognizerResult`](http://blinkid.github.io/blinkid-ios/Classes/MBSuccessFrameGrabberRecognizerResult.html) object.
+The [`MBSuccessFrameGrabberRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBSuccessFrameGrabberRecognizer.html) is a special `MBecognizer` that wraps some other [`MBRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBRecognizer.html) and impersonates it while processing the image. However, when the [`MBRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBRecognizer.html) being impersonated changes its [`MBRecognizerResult`](http://blinkid.github.io/blinkid-ios/Classes.html#/c:objc(cs)MBRecognizerResult) into `Valid` state, the [`MBSuccessFrameGrabberRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBSuccessFrameGrabberRecognizer.html) captures the image and saves it into its own [`MBSuccessFrameGrabberRecognizerResult`](http://blinkid.github.io/blinkid-ios/Classes/MBSuccessFrameGrabberRecognizerResult.html) object.
Since [`MBSuccessFrameGrabberRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBSuccessFrameGrabberRecognizer.html) impersonates its slave [`MBRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBRecognizer.html) object, it is not possible to give both concrete [`MBRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBRecognizer.html) object and `MBSuccessFrameGrabberRecognizer` that wraps it to same `MBRecognizerCollection` - doing so will have the same result as if you have given two instances of same [`MBRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBRecognizer.html) type to the [`MBRecognizerCollection`](http://blinkid.github.io/blinkid-ios/Classes/MBRecognizerCollection.html) - it will crash your application.
-This recognizer is best for use cases when you need to capture the exact image that was being processed by some other [`MBRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBRecognizer.html) object at the time its [`MBRecognizerResult`](http://blinkid.github.io/blinkid-ios/Classes/MBRecognizerResult.html) became `Valid`. When that happens, `MBSuccessFrameGrabberRecognizer's` `MBSuccessFrameGrabberRecognizerResult` will also become `Valid` and will contain described image.
+This recognizer is best for use cases when you need to capture the exact image that was being processed by some other [`MBRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBRecognizer.html) object at the time its [`MBRecognizerResult`](http://blinkid.github.io/blinkid-ios/Classes.html#/c:objc(cs)MBRecognizerResult) became `Valid`. When that happens, `MBSuccessFrameGrabberRecognizer's` `MBSuccessFrameGrabberRecognizerResult` will also become `Valid` and will contain described image.
## BlinkID recognizers
diff --git a/Release notes.md b/Release notes.md
index 21da5abb..f75fd1f0 100644
--- a/Release notes.md
+++ b/Release notes.md
@@ -1,5 +1,113 @@
# Release notes
+## 6.6.0
+
+### Document Updates
+
+#### New Documents Support:
+- Australia - Polycarbonate Passport
+- Indonesia - Polycarbonate Passport
+- Mexico - Consular Voter ID
+- Moldova - Polycarbonate Passport
+- Pakistan - Proof Of Registration
+- Panama - Polycarbonate Passport
+- USA - West Virginia - ID Card
+
+#### New Beta Documents Support:
+- Brazil - Ceara - ID Card
+- Brazil - Goias - ID Card
+- Brazil - Sergipe - ID Card
+- China - Exit Entry Permit
+- China - Mainland Travel Permit Taiwan
+- Colombia - Temporary Protection Permit
+- India - DL
+- India - Andhra Pradesh - DL
+- India - Haryana - DL
+- European Union - Health Insurance Card
+
+#### New Document Versions for Supported Documents:
+- Australia - Queensland - DL
+- Australia - Victoria - DL
+- Australia - Western Australia - DL
+- Bolivia - Minor's ID
+- Brazil - Alien ID
+- Estonia - DL
+- Finland - Alien ID
+- Guatemala - Paper Passport
+- India - Paper Passport - New side type
+- Malta - DL
+- Mexico - Guanajuato - DL
+- Mexico - San Luis Potosi - DL
+- New Zealand - Polycarbonate Passport
+- Paraguay - ID Card
+- Slovenia - Residence Permit
+- USA - Green Card
+- USA - Work Permit
+- USA - Arizona - ID Card
+- USA - Colorado - DL
+- USA - Colorado - ID Card
+- USA - District of Columbia - DL
+- USA - District of Columbia - ID Card
+- USA - Idaho - DL
+- USA - Idaho - ID Card
+- USA - Missouri - ID Card
+- USA - Nebraska - ID Card
+- USA - Nevada - ID Card
+- USA - New York - ID Card
+- USA - North Dakota - DL
+- USA - Oklahoma - ID Card
+- USA - Pennsylvania - ID Card
+- USA - Utah - ID Card
+- USA - Virginia - DL
+- USA - Virginia - ID Card
+- USA - West Virginia - DL
+- USA - Wisconsin - DL
+- USA - Wisconsin - ID Card
+
+#### New Document Versions for Beta Supported Documents:
+- Australia - Queensland - Proof of Age Card
+- Brazil - ID Card
+- Ireland - Residence Permit
+- Mexico - Consular ID
+- Mexico - Residence Permit
+- Mexico - Nayarit - DL
+- USA - North Dakota - ID Card
+
+#### Out of Beta:
+- Croatia - Residence Permit
+- Moldova - Paper Passport
+
+### Platform Updates
+
+- Expanded geographic support with new `Region` enum values:
+ - `ANDHRA_PRADESH`
+ - `CEARA`
+ - `GOIAS`
+ - `GUERRERO_ACAPULCO_DE_JUAREZ`
+ - `HARYANA`
+ - `SERGIPE`
+
+- Document recognition enhanced with new `Type` enum values:
+ - `EXIT_ENTRY_PERMIT`
+ - `MAINLAND_TRAVEL_PERMIT_TAIWAN`
+ - `NBI_CLEARANCE`
+ - `PROOF_OF_REGISTRATION`
+ - `TEMPORARY_PROTECTION_PERMIT`
+
+- Data extraction improvements:
+ - Added `Sponsor` and `BloodType` result fields to `BlinkIdMultiSideRecognizerResult`, `BlinkIdSingleSideRecognizerResult` and `VizResult`
+
+- Upgraded to `YUV` Color Format:
+ - We’ve upgraded our imaging to support the `YUV` color format (`kCVPixelFormatType_420YpCbCr8BiPlanarFullRange`), making it the default encoding scheme.
+
+#### Accessibility Changes:
+- Optimized Color Contrast by fine-tuning color contrasts across the app, enhancing readability for all users.
+- Blurred content and translucent areas have been made mostly opaque, simplifying the UI and making it easier to navigate.
+- A new icon for harsh light conditions has been added to the onboarding screen, aiding in better navigation and usability.
+
+#### Deprecated Functionality:
+- `IdBarcodeRecognizer` is now marked as deprecated. We recommend transitioning to `BlinkIdMultiSideRecognizer`, which not only covers the functionality of `IdBarcodeRecognizer` but also offers additional features.
+
## 6.5.1
- Improved scanning of Bolivia IDs by addressing cases where the expiration date is covered by a signature, allowing the completion of the scanning process.
diff --git a/Samples/License/blinkid-license.txt b/Samples/License/blinkid-license.txt
index a3ce46c4..bdb2b164 100644
Binary files a/Samples/License/blinkid-license.txt and b/Samples/License/blinkid-license.txt differ
diff --git a/Transition guide.md b/Transition guide.md
index 31bb9f06..b7b9a308 100644
--- a/Transition guide.md
+++ b/Transition guide.md
@@ -1,3 +1,7 @@
+## 6.6.0
+
+- No changes
+
## 6.5.1
- No changes
diff --git a/blinkid-ios.json b/blinkid-ios.json
index 4dd53bcd..59d4a173 100644
--- a/blinkid-ios.json
+++ b/blinkid-ios.json
@@ -24,5 +24,6 @@
"6.3.0": "https://github.com/BlinkID/blinkid-ios/releases/download/v6.3.0/BlinkID.framework.zip?alt=https://github.com/BlinkID/blinkid-ios/releases/download/v6.3.0/BlinkID.xcframework.zip",
"6.4.0": "https://github.com/BlinkID/blinkid-ios/releases/download/v6.4.0/BlinkID.framework.zip?alt=https://github.com/BlinkID/blinkid-ios/releases/download/v6.4.0/BlinkID.xcframework.zip",
"6.5.0": "https://github.com/BlinkID/blinkid-ios/releases/download/v6.5.0/BlinkID.framework.zip?alt=https://github.com/BlinkID/blinkid-ios/releases/download/v6.5.0/BlinkID.xcframework.zip",
- "6.5.1": "https://github.com/BlinkID/blinkid-ios/releases/download/v6.5.1/BlinkID.framework.zip?alt=https://github.com/BlinkID/blinkid-ios/releases/download/v6.5.1/BlinkID.xcframework.zip"
+ "6.5.1": "https://github.com/BlinkID/blinkid-ios/releases/download/v6.5.1/BlinkID.framework.zip?alt=https://github.com/BlinkID/blinkid-ios/releases/download/v6.5.1/BlinkID.xcframework.zip",
+ "6.6.0": "https://github.com/BlinkID/blinkid-ios/releases/download/v6.6.0/BlinkID.framework.zip?alt=https://github.com/BlinkID/blinkid-ios/releases/download/v6.6.0/BlinkID.xcframework.zip"
}
diff --git a/buildCommit.txt b/buildCommit.txt
index da02522b..68084a5d 100644
--- a/buildCommit.txt
+++ b/buildCommit.txt
@@ -1 +1 @@
-Built from core repository commit e35bcff83fad30c142a6c74ade470a875115cc14
+Built from core repository commit 97771bac8cc1e9dcc674a6c654b0cd04e1d7c43b
diff --git a/docs/Classes.html b/docs/Classes.html
index 60384ffc..da500daa 100644
--- a/docs/Classes.html
+++ b/docs/Classes.html
@@ -21,7 +21,7 @@