Skip to content

Commit

Permalink
Merge pull request #41 from blinkcard/jenkins/stable-build
Browse files Browse the repository at this point in the history
Jenkins/stable build
  • Loading branch information
juraskrlec authored Oct 16, 2024
2 parents 4c49da9 + 1388fca commit cc285f1
Show file tree
Hide file tree
Showing 283 changed files with 3,425 additions and 2,204 deletions.
4 changes: 2 additions & 2 deletions BlinkCard.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
<key>CFBundlePackageType</key>
<string>XFWK</string>
<key>CFBundleShortVersionString</key>
<string>2.9.1</string>
<string>2.10.0</string>
<key>CFBundleVersion</key>
<string>2.9.1</string>
<string>2.10.0</string>
<key>XCFrameworkFormatVersion</key>
<string>1.0</string>
</dict>
Expand Down
Binary file modified BlinkCard.xcframework/ios-arm64/BlinkCard.framework/BlinkCard
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.9 (swiftlang-5.9.0.128.108 clang-1500.0.40.1)
// Generated by Apple Swift version 6.0 effective-5.10 (swiftlang-6.0.0.9.10 clang-1600.0.26.2)
#ifndef BLINKCARD_SWIFT_H
#define BLINKCARD_SWIFT_H
#pragma clang diagnostic push
Expand Down Expand Up @@ -42,6 +42,8 @@
#include <string.h>
#endif
#if defined(__cplusplus)
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wnon-modular-include-in-framework-module"
#if defined(__arm64e__) && __has_include(<ptrauth.h>)
# include <ptrauth.h>
#else
Expand All @@ -55,6 +57,7 @@
# endif
#pragma clang diagnostic pop
#endif
#pragma clang diagnostic pop
#endif

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

#if __has_attribute(external_source_symbol)
# pragma push_macro("any")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,4 +159,12 @@ MB_CLASS_AVAILABLE_IOS(13.0)
*/
- (AVCaptureAutoFocusRangeRestriction)calcAutofocusRangeRestriction;

/**
* Force using `kCVPixelFormatType_420YpCbCr8BiPlanarFullRange`.
* As `kCVPixelFormatType_420YpCbCr8BiPlanarFullRange` is an experimental feature, no support will be provided while this flag is active.
*
* Default: NO
*/
@property (nonatomic) BOOL forceUsingPixelFormatTypeBiPlanarFullRange;

@end
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,18 @@

NS_ASSUME_NONNULL_BEGIN

/// Enum which defines video rotation angle or capture connection's video orientation.
typedef NS_ENUM(NSInteger, MBCVideoRotationAngle) {
// Landscape left
MBCVideoRotationAngleLandscapeLeft,
// Portrait
MBCVideoRotationAnglePortrait,
// Landscape right
MBCVideoRotationAngleLandscapeRight,
// Portrait upside down
MBCVideoRotationAnglePortraitUpsideDown
};

/**
* Enum which describes text orientation on an image.
*/
Expand Down Expand Up @@ -81,6 +93,10 @@ MB_CLASS_AVAILABLE_IOS(13.0)
*/
@property (nonatomic) BOOL cameraFrame;

/// Connection orientation.
/// Default: `MBCVideoRotationAngleLandscapeRight` - landscape right.
@property (nonatomic) MBCVideoRotationAngle videoRotationAngle;

/**
* Creates MBCImage around UIImage.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,15 @@ MB_CLASS_AVAILABLE_IOS(13.0)
*/
+ (BOOL)isScanningUnsupportedForCameraType:(MBCCameraType)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
Binary file modified BlinkCard.xcframework/ios-arm64/BlinkCard.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.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"ABIRoot": {
"kind": "Root",
"name": "TopLevel",
"printedName": "TopLevel",
"name": "BlinkCard",
"printedName": "BlinkCard",
"children": [
{
"kind": "Import",
Expand Down Expand Up @@ -127,6 +127,20 @@
"ObjectiveC.NSObject"
],
"conformances": [
{
"kind": "Conformance",
"name": "Copyable",
"printedName": "Copyable",
"usr": "s:s8CopyableP",
"mangledName": "$ss8CopyableP"
},
{
"kind": "Conformance",
"name": "Escapable",
"printedName": "Escapable",
"usr": "s:s9EscapableP",
"mangledName": "$ss9EscapableP"
},
{
"kind": "Conformance",
"name": "Equatable",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// swift-interface-format-version: 1.0
// 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 BlinkCard
// swift-module-flags-ignorable: -enable-bare-slash-regex
// swift-compiler-version: Apple Swift version 6.0 effective-5.10 (swiftlang-6.0.0.9.10 clang-1600.0.26.2)
// swift-module-flags: -target arm64-apple-ios13.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name BlinkCard
// swift-module-flags-ignorable: -no-verify-emitted-module-interface
@_exported import BlinkCard
import Foundation
import Swift
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// swift-interface-format-version: 1.0
// 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 BlinkCard
// swift-module-flags-ignorable: -enable-bare-slash-regex
// swift-compiler-version: Apple Swift version 6.0 effective-5.10 (swiftlang-6.0.0.9.10 clang-1600.0.26.2)
// swift-module-flags: -target arm64-apple-ios13.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name BlinkCard
// swift-module-flags-ignorable: -no-verify-emitted-module-interface
@_exported import BlinkCard
import Foundation
import Swift
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@
</array>
<key>NSPrivacyAccessedAPITypes</key>
<array>
<dict>
<key>NSPrivacyAccessedAPIType</key>
<string>NSPrivacyAccessedAPICategoryFileTimestamp</string>
<key>NSPrivacyAccessedAPITypeReasons</key>
<array>
<string>0A2A.1</string>
</array>
</dict>
<dict>
<key>NSPrivacyAccessedAPIType</key>
<string>NSPrivacyAccessedAPICategoryUserDefaults</string>
Expand Down
Loading

0 comments on commit cc285f1

Please sign in to comment.