Skip to content

Commit

Permalink
Merge pull request #404 from BlinkID/jenkins/stable-build
Browse files Browse the repository at this point in the history
Jenkins/stable build
  • Loading branch information
tonikreso authored Dec 13, 2023
2 parents 1dc5ec3 + 473d361 commit 4930afd
Show file tree
Hide file tree
Showing 774 changed files with 5,245 additions and 24,114 deletions.
27 changes: 8 additions & 19 deletions BlinkID.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@
<key>AvailableLibraries</key>
<array>
<dict>
<key>BinaryPath</key>
<string>BlinkID.framework/BlinkID</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-maccatalyst</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>BlinkID.framework</string>
<key>SupportedArchitectures</key>
Expand All @@ -17,9 +19,11 @@
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>maccatalyst</string>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>BlinkID.framework/BlinkID</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<key>LibraryPath</key>
Expand All @@ -31,28 +35,13 @@
<key>SupportedPlatform</key>
<string>ios</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>BlinkID.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
<string>XFWK</string>
<key>CFBundleShortVersionString</key>
<string>6.3.0</string>
<string>6.4.0</string>
<key>CFBundleVersion</key>
<string>6.3.0</string>
<string>6.4.0</string>
<key>XCFrameworkFormatVersion</key>
<string>1.0</string>
</dict>
Expand Down
Binary file modified BlinkID.xcframework/ios-arm64/BlinkID.framework/BlinkID
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#if 0
#elif defined(__arm64__) && __arm64__
// Generated by Apple Swift version 5.8 (swiftlang-5.8.0.124.2 clang-1403.0.22.11.100)
// Generated by Apple Swift version 5.9 (swiftlang-5.9.0.128.108 clang-1500.0.40.1)
#ifndef BLINKID_SWIFT_H
#define BLINKID_SWIFT_H
#pragma clang diagnostic push
Expand Down Expand Up @@ -42,12 +42,18 @@
#include <string.h>
#endif
#if defined(__cplusplus)
#if __has_include(<ptrauth.h>)
#if defined(__arm64e__) && __has_include(<ptrauth.h>)
# include <ptrauth.h>
#else
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wreserved-macro-identifier"
# ifndef __ptrauth_swift_value_witness_function_pointer
# define __ptrauth_swift_value_witness_function_pointer(x)
# endif
# ifndef __ptrauth_swift_class_method_pointer
# define __ptrauth_swift_class_method_pointer(x)
# endif
#pragma clang diagnostic pop
#endif
#endif

Expand Down Expand Up @@ -246,6 +252,17 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#else
# define SWIFT_NOEXCEPT
#endif
#if !defined(SWIFT_C_INLINE_THUNK)
# if __has_attribute(always_inline)
# if __has_attribute(nodebug)
# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug))
# else
# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline))
# endif
# else
# define SWIFT_C_INLINE_THUNK inline
# endif
#endif
#if defined(_WIN32)
#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport)
Expand Down Expand Up @@ -290,12 +307,12 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
- (nonnull instancetype)initWithString:(NSString * _Nonnull)string style:(NSParagraphStyle * _Nonnull)style font:(UIFont * _Nonnull)font;
@end

#endif
#if defined(__cplusplus)
#endif
#if __has_attribute(external_source_symbol)
# pragma clang attribute pop
#endif
#if defined(__cplusplus)
#endif
#pragma clang diagnostic pop
#endif

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ typedef NS_ENUM(NSInteger, MBCountry) {
MBCountryYugoslavia,
MBCountryZambia,
MBCountryZimbabwe,
MBSchengenArea
MBCountrySchengenArea
};

typedef NS_ENUM(NSInteger, MBRegion) {
Expand Down Expand Up @@ -391,7 +391,15 @@ typedef NS_ENUM(NSInteger, MBRegion) {
MBRegionRioGrandeDoSul,
MBRegionNorthwestTerritories,
MBRegionNunavut,
MBRegionPrinceEdwardIsland
MBRegionPrinceEdwardIsland,
MBRegionDistritoFederal,
MBRegionMaranhao,
MBRegionMatoGrosso,
MBRegionMinasGerais,
MBRegionPara,
MBRegionParana,
MBRegionPernambuco,
MBRegionSantaCatarina
};

typedef NS_ENUM(NSInteger, MBType) {
Expand Down Expand Up @@ -454,7 +462,9 @@ typedef NS_ENUM(NSInteger, MBType) {
MBTypeRefugeePassport,
MBTypeSpecialId,
MBTypeUniformedServicesId,
MBImmigrantVisa
MBTypeImmigrantVisa,
MBTypeConsularVoterId,
MBTypeTwicCard
};

#endif /* MBClassInfoTypes_h */
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,27 @@
*/
typedef NS_OPTIONS(NSInteger, MBDetectionStatus) {

/** Object was not detected */
MBDetectionStatusFail,
/** Detection has failed. */
MBDetectionStatusFailed,

/** Object was successfuly detected. */
/** Document has been detected. */
MBDetectionStatusSuccess,

/** Object was successfully detected, but the camera was too far above the object for processing */
MBDetectionStatusCameraTooHigh,
/** Document has been detected but the camera is too far from the document. */
MBDetectionStatusCameraTooFar,

/** Object was successfully detected using a fallback algorithm */
MBDetectionStatusFallbackSuccess,
/** Document has been detected but the camera is too close to the document. */
MBDetectionStatusCameraTooClose,

/** Object was detected, but is only partially visible on screen */
MBDetectionStatusPartialForm,

/** Object was successfully detected, but the perspective angle of camera is too high */
MBDetectionStatusCameraAtAngle,
/** Document has been detected but the camera’s angle is too steep. */
MBDetectionStatusCameraAngleTooSteep,
/** Document has been detected but the document is too close to the camera edge. */
MBDetectionStatusDocumentTooCloseToCameraEdge,

/** Object was successfully detected, but the camera is too near to the object for processing */
MBDetectionStatusCameraTooNear,
/** Only part of the document is visible. */
MBDetectionStatusDocumentPartiallyVisible,

/** Document detected, but document is too close to the edge of the frame */
MBDetectionStatusDocumentTooCloseToEdge,
/** Fallback detection was successful (PhotoPay specific). */
MBDetectionStatusFallbackSuccess
};
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ typedef NS_ENUM(NSInteger, MBFieldType) {
MBFieldTypeAdditionalOptionalAddressInformation,
MBFieldTypeAdditionalPersonalIdNumber,
MBFieldTypeAddress,
MBFieldTypeBloodType,
MBFieldTypeClassEffectiveDate,
MBFieldTypeClassExpiryDate,
MBFieldTypeConditions,
Expand Down Expand Up @@ -45,8 +44,9 @@ typedef NS_ENUM(NSInteger, MBFieldType) {
MBFieldTypeResidentialStatus,
MBFieldTypeRestrictions,
MBFieldTypeSex,
MBFieldTypeSponsor,
MBFieldTypeVehicleClass
MBFieldTypeVehicleClass,
MBFieldTypeBloodType,
MBFieldTypeSponsor
};

#endif /* MBFieldType_h */
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,16 @@ NS_ASSUME_NONNULL_BEGIN

typedef NS_ENUM(NSInteger, MBCardOrientation) {
MBCardOrientationHorizontal,
MBCardOrientationVertical
MBCardOrientationVertical,
MBCardOrientationNotAvailable
};

typedef NS_ENUM(NSInteger, MBRotation) {
MBRotationZero,
MBRotationClockwise90,
MBRotationCounterClockwise90,
MBRotationUpsideDown
MBRotationUpsideDown,
MBRotationNone
};

MB_CLASS_AVAILABLE_IOS(13.0) MB_FINAL
Expand Down Expand Up @@ -64,6 +66,12 @@ MB_INIT_UNAVAILABLE
*/
@property (nonatomic, readonly, assign) MBCardOrientation cardOrientation;

/**
* Orientation determined from the scanned image.
*/

@property (nonatomic, readonly, assign) MBRotation cardRotation;

@end

NS_ASSUME_NONNULL_END
Binary file modified BlinkID.xcframework/ios-arm64/BlinkID.framework/Info.plist
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.8 (swiftlang-5.8.0.124.2 clang-1403.0.22.11.100)
// swift-compiler-version: Apple Swift version 5.9 (swiftlang-5.9.0.128.108 clang-1500.0.40.1)
// swift-module-flags: -target arm64-apple-ios13.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name BlinkID
// swift-module-flags-ignorable: -enable-bare-slash-regex
@_exported import BlinkID
Expand All @@ -8,6 +8,7 @@ import Swift
import UIKit
import _Concurrency
import _StringProcessing
import _SwiftConcurrencyShims
extension Foundation.NSMutableAttributedString {
@objc convenience dynamic public init(string: Swift.String, style: UIKit.NSParagraphStyle)
@objc convenience dynamic public init(string: Swift.String, style: UIKit.NSParagraphStyle, font: UIKit.UIFont)
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.8 (swiftlang-5.8.0.124.2 clang-1403.0.22.11.100)
// swift-compiler-version: Apple Swift version 5.9 (swiftlang-5.9.0.128.108 clang-1500.0.40.1)
// swift-module-flags: -target arm64-apple-ios13.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name BlinkID
// swift-module-flags-ignorable: -enable-bare-slash-regex
@_exported import BlinkID
Expand All @@ -8,6 +8,7 @@ import Swift
import UIKit
import _Concurrency
import _StringProcessing
import _SwiftConcurrencyShims
extension Foundation.NSMutableAttributedString {
@objc convenience dynamic public init(string: Swift.String, style: UIKit.NSParagraphStyle)
@objc convenience dynamic public init(string: Swift.String, style: UIKit.NSParagraphStyle, font: UIKit.UIFont)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
framework module BlinkID {
umbrella header "BlinkID.h"

export *

module * { export * }
}

Expand Down
Loading

0 comments on commit 4930afd

Please sign in to comment.