@thegrizzlylabs/react-native-genius-scan 6.0.0-beta10 → 6.0.0-beta12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/RNGeniusScan.podspec +1 -1
- package/android/build.gradle +1 -1
- package/ios/GSSDK/GSSDK.xcframework/Info.plist +5 -5
- package/ios/GSSDK/GSSDK.xcframework/ios-arm64/GSSDK.framework/GSSDK +0 -0
- package/ios/GSSDK/GSSDK.xcframework/ios-arm64/GSSDK.framework/Headers/GSSDK-Swift.h +5 -0
- package/ios/GSSDK/GSSDK.xcframework/ios-arm64/GSSDK.framework/Info.plist +0 -0
- package/ios/GSSDK/GSSDK.xcframework/ios-arm64/GSSDK.framework/Modules/GSSDK.swiftmodule/arm64-apple-ios.abi.json +104 -35
- package/ios/GSSDK/GSSDK.xcframework/ios-arm64/GSSDK.framework/Modules/GSSDK.swiftmodule/arm64-apple-ios.private.swiftinterface +1 -0
- package/ios/GSSDK/GSSDK.xcframework/ios-arm64/GSSDK.framework/Modules/GSSDK.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/ios/GSSDK/GSSDK.xcframework/ios-arm64/GSSDK.framework/Modules/GSSDK.swiftmodule/arm64-apple-ios.swiftinterface +1 -0
- package/ios/GSSDK/GSSDK.xcframework/ios-arm64/GSSDK.framework/en.lproj/GSSDK.strings +0 -0
- package/ios/GSSDK/GSSDK.xcframework/ios-arm64_x86_64-simulator/GSSDK.framework/GSSDK +0 -0
- package/ios/GSSDK/GSSDK.xcframework/ios-arm64_x86_64-simulator/GSSDK.framework/Headers/GSSDK-Swift.h +10 -0
- package/ios/GSSDK/GSSDK.xcframework/ios-arm64_x86_64-simulator/GSSDK.framework/Info.plist +0 -0
- package/ios/GSSDK/GSSDK.xcframework/ios-arm64_x86_64-simulator/GSSDK.framework/Modules/GSSDK.swiftmodule/arm64-apple-ios-simulator.abi.json +104 -35
- package/ios/GSSDK/GSSDK.xcframework/ios-arm64_x86_64-simulator/GSSDK.framework/Modules/GSSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +1 -0
- package/ios/GSSDK/GSSDK.xcframework/ios-arm64_x86_64-simulator/GSSDK.framework/Modules/GSSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/GSSDK/GSSDK.xcframework/ios-arm64_x86_64-simulator/GSSDK.framework/Modules/GSSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface +1 -0
- package/ios/GSSDK/GSSDK.xcframework/ios-arm64_x86_64-simulator/GSSDK.framework/Modules/GSSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json +104 -35
- package/ios/GSSDK/GSSDK.xcframework/ios-arm64_x86_64-simulator/GSSDK.framework/Modules/GSSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +1 -0
- package/ios/GSSDK/GSSDK.xcframework/ios-arm64_x86_64-simulator/GSSDK.framework/Modules/GSSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/GSSDK/GSSDK.xcframework/ios-arm64_x86_64-simulator/GSSDK.framework/Modules/GSSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +1 -0
- package/ios/GSSDK/GSSDK.xcframework/ios-arm64_x86_64-simulator/GSSDK.framework/en.lproj/GSSDK.strings +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
package/RNGeniusScan.podspec
CHANGED
package/android/build.gradle
CHANGED
|
@@ -10,15 +10,18 @@
|
|
|
10
10
|
<key>DebugSymbolsPath</key>
|
|
11
11
|
<string>dSYMs</string>
|
|
12
12
|
<key>LibraryIdentifier</key>
|
|
13
|
-
<string>ios-
|
|
13
|
+
<string>ios-arm64_x86_64-simulator</string>
|
|
14
14
|
<key>LibraryPath</key>
|
|
15
15
|
<string>GSSDK.framework</string>
|
|
16
16
|
<key>SupportedArchitectures</key>
|
|
17
17
|
<array>
|
|
18
18
|
<string>arm64</string>
|
|
19
|
+
<string>x86_64</string>
|
|
19
20
|
</array>
|
|
20
21
|
<key>SupportedPlatform</key>
|
|
21
22
|
<string>ios</string>
|
|
23
|
+
<key>SupportedPlatformVariant</key>
|
|
24
|
+
<string>simulator</string>
|
|
22
25
|
</dict>
|
|
23
26
|
<dict>
|
|
24
27
|
<key>BinaryPath</key>
|
|
@@ -26,18 +29,15 @@
|
|
|
26
29
|
<key>DebugSymbolsPath</key>
|
|
27
30
|
<string>dSYMs</string>
|
|
28
31
|
<key>LibraryIdentifier</key>
|
|
29
|
-
<string>ios-
|
|
32
|
+
<string>ios-arm64</string>
|
|
30
33
|
<key>LibraryPath</key>
|
|
31
34
|
<string>GSSDK.framework</string>
|
|
32
35
|
<key>SupportedArchitectures</key>
|
|
33
36
|
<array>
|
|
34
37
|
<string>arm64</string>
|
|
35
|
-
<string>x86_64</string>
|
|
36
38
|
</array>
|
|
37
39
|
<key>SupportedPlatform</key>
|
|
38
40
|
<string>ios</string>
|
|
39
|
-
<key>SupportedPlatformVariant</key>
|
|
40
|
-
<string>simulator</string>
|
|
41
41
|
</dict>
|
|
42
42
|
</array>
|
|
43
43
|
<key>CFBundlePackageType</key>
|
|
Binary file
|
|
@@ -708,6 +708,11 @@ SWIFT_PROTOCOL("_TtP5GSSDK31GSKCameraViewControllerDelegate_")
|
|
|
708
708
|
/// \param cameraViewController The camera view controller
|
|
709
709
|
///
|
|
710
710
|
- (void)cameraViewControllerPhotoStabilizationDidStart:(GSKCameraViewController * _Nonnull)cameraViewController;
|
|
711
|
+
/// The camera view controller is about to decide whether to automatically take a photo because the detection was stable enough.
|
|
712
|
+
/// This is an override point where you can return <code>false</code> to stop that automatic process from proceeding.
|
|
713
|
+
/// \param cameraViewController The camera view controller
|
|
714
|
+
///
|
|
715
|
+
- (BOOL)cameraViewControllerShouldSnapPhoto:(GSKCameraViewController * _Nonnull)cameraViewController SWIFT_WARN_UNUSED_RESULT;
|
|
711
716
|
/// The camera view controller is going to automatically take a photo because the detection was stable enough.
|
|
712
717
|
/// The photo taking is underway and cannot be interrupted at this stage.
|
|
713
718
|
/// \param cameraViewController The camera view controller
|
|
Binary file
|
|
@@ -6077,6 +6077,40 @@
|
|
|
6077
6077
|
"reqNewWitnessTableEntry": true,
|
|
6078
6078
|
"funcSelfKind": "NonMutating"
|
|
6079
6079
|
},
|
|
6080
|
+
{
|
|
6081
|
+
"kind": "Function",
|
|
6082
|
+
"name": "cameraViewControllerShouldSnapPhoto",
|
|
6083
|
+
"printedName": "cameraViewControllerShouldSnapPhoto(_:)",
|
|
6084
|
+
"children": [
|
|
6085
|
+
{
|
|
6086
|
+
"kind": "TypeNominal",
|
|
6087
|
+
"name": "Bool",
|
|
6088
|
+
"printedName": "Swift.Bool",
|
|
6089
|
+
"usr": "s:Sb"
|
|
6090
|
+
},
|
|
6091
|
+
{
|
|
6092
|
+
"kind": "TypeNominal",
|
|
6093
|
+
"name": "GSKCameraViewController",
|
|
6094
|
+
"printedName": "GSSDK.GSKCameraViewController",
|
|
6095
|
+
"usr": "c:@M@GSSDK@objc(cs)GSKCameraViewController"
|
|
6096
|
+
}
|
|
6097
|
+
],
|
|
6098
|
+
"declKind": "Func",
|
|
6099
|
+
"usr": "c:@M@GSSDK@objc(pl)GSKCameraViewControllerDelegate(im)cameraViewControllerShouldSnapPhoto:",
|
|
6100
|
+
"mangledName": "$s5GSSDK31GSKCameraViewControllerDelegateP06cameracD15ShouldSnapPhotoySbAA0bcD0CF",
|
|
6101
|
+
"moduleName": "GSSDK",
|
|
6102
|
+
"genericSig": "<τ_0_0 where τ_0_0 : GSSDK.GSKCameraViewControllerDelegate>",
|
|
6103
|
+
"sugared_genericSig": "<Self where Self : GSSDK.GSKCameraViewControllerDelegate>",
|
|
6104
|
+
"protocolReq": true,
|
|
6105
|
+
"declAttributes": [
|
|
6106
|
+
"Custom",
|
|
6107
|
+
"Optional",
|
|
6108
|
+
"ObjC",
|
|
6109
|
+
"RawDocComment"
|
|
6110
|
+
],
|
|
6111
|
+
"reqNewWitnessTableEntry": true,
|
|
6112
|
+
"funcSelfKind": "NonMutating"
|
|
6113
|
+
},
|
|
6080
6114
|
{
|
|
6081
6115
|
"kind": "Function",
|
|
6082
6116
|
"name": "cameraViewController",
|
|
@@ -22828,6 +22862,13 @@
|
|
|
22828
22862
|
"declKind": "Import",
|
|
22829
22863
|
"moduleName": "GSSDK"
|
|
22830
22864
|
},
|
|
22865
|
+
{
|
|
22866
|
+
"kind": "Import",
|
|
22867
|
+
"name": "UIKit",
|
|
22868
|
+
"printedName": "UIKit",
|
|
22869
|
+
"declKind": "Import",
|
|
22870
|
+
"moduleName": "GSSDK"
|
|
22871
|
+
},
|
|
22831
22872
|
{
|
|
22832
22873
|
"kind": "TypeDecl",
|
|
22833
22874
|
"name": "GSKScanFlowConfiguration",
|
|
@@ -32402,6 +32443,13 @@
|
|
|
32402
32443
|
"RawDocComment"
|
|
32403
32444
|
]
|
|
32404
32445
|
},
|
|
32446
|
+
{
|
|
32447
|
+
"kind": "Import",
|
|
32448
|
+
"name": "Combine",
|
|
32449
|
+
"printedName": "Combine",
|
|
32450
|
+
"declKind": "Import",
|
|
32451
|
+
"moduleName": "GSSDK"
|
|
32452
|
+
},
|
|
32405
32453
|
{
|
|
32406
32454
|
"kind": "Import",
|
|
32407
32455
|
"name": "UIKit",
|
|
@@ -40231,6 +40279,13 @@
|
|
|
40231
40279
|
"length": 4,
|
|
40232
40280
|
"value": "true"
|
|
40233
40281
|
},
|
|
40282
|
+
{
|
|
40283
|
+
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKInnerCameraViewController.swift",
|
|
40284
|
+
"kind": "BooleanLiteral",
|
|
40285
|
+
"offset": 3567,
|
|
40286
|
+
"length": 4,
|
|
40287
|
+
"value": "true"
|
|
40288
|
+
},
|
|
40234
40289
|
{
|
|
40235
40290
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKIntegrationContext.swift",
|
|
40236
40291
|
"kind": "IntegerLiteral",
|
|
@@ -42082,16 +42137,16 @@
|
|
|
42082
42137
|
{
|
|
42083
42138
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/GSKScanFlowFeatureFlags.swift",
|
|
42084
42139
|
"kind": "BooleanLiteral",
|
|
42085
|
-
"offset":
|
|
42140
|
+
"offset": 338,
|
|
42086
42141
|
"length": 4,
|
|
42087
42142
|
"value": "true"
|
|
42088
42143
|
},
|
|
42089
42144
|
{
|
|
42090
|
-
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/
|
|
42091
|
-
"kind": "
|
|
42092
|
-
"offset":
|
|
42093
|
-
"length":
|
|
42094
|
-
"value": "
|
|
42145
|
+
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/GSKUIPhotoLibraryPresenter.swift",
|
|
42146
|
+
"kind": "BooleanLiteral",
|
|
42147
|
+
"offset": 260,
|
|
42148
|
+
"length": 5,
|
|
42149
|
+
"value": "false"
|
|
42095
42150
|
},
|
|
42096
42151
|
{
|
|
42097
42152
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Models\/GSKScanFlowConfiguration.swift",
|
|
@@ -42380,6 +42435,27 @@
|
|
|
42380
42435
|
"length": 2,
|
|
42381
42436
|
"value": "[]"
|
|
42382
42437
|
},
|
|
42438
|
+
{
|
|
42439
|
+
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Models\/GSKScanFlowScanInternal.swift",
|
|
42440
|
+
"kind": "IntegerLiteral",
|
|
42441
|
+
"offset": 5537,
|
|
42442
|
+
"length": 5,
|
|
42443
|
+
"value": "1"
|
|
42444
|
+
},
|
|
42445
|
+
{
|
|
42446
|
+
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Models\/GSKScanFlowScanInternal.swift",
|
|
42447
|
+
"kind": "IntegerLiteral",
|
|
42448
|
+
"offset": 5544,
|
|
42449
|
+
"length": 4,
|
|
42450
|
+
"value": "2"
|
|
42451
|
+
},
|
|
42452
|
+
{
|
|
42453
|
+
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Models\/GSKScanFlowScanInternal.swift",
|
|
42454
|
+
"kind": "IntegerLiteral",
|
|
42455
|
+
"offset": 5550,
|
|
42456
|
+
"length": 4,
|
|
42457
|
+
"value": "3"
|
|
42458
|
+
},
|
|
42383
42459
|
{
|
|
42384
42460
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Models\/GSKScanFlowSource.swift",
|
|
42385
42461
|
"kind": "IntegerLiteral",
|
|
@@ -42635,14 +42711,14 @@
|
|
|
42635
42711
|
{
|
|
42636
42712
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/View Controllers\/GSKUIDocumentCameraViewController.swift",
|
|
42637
42713
|
"kind": "FloatLiteral",
|
|
42638
|
-
"offset":
|
|
42714
|
+
"offset": 10736,
|
|
42639
42715
|
"length": 4,
|
|
42640
42716
|
"value": "62.0"
|
|
42641
42717
|
},
|
|
42642
42718
|
{
|
|
42643
42719
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/View Controllers\/GSKUIDocumentCameraViewController.swift",
|
|
42644
42720
|
"kind": "FloatLiteral",
|
|
42645
|
-
"offset":
|
|
42721
|
+
"offset": 10840,
|
|
42646
42722
|
"length": 4,
|
|
42647
42723
|
"value": "44.0"
|
|
42648
42724
|
},
|
|
@@ -42663,7 +42739,7 @@
|
|
|
42663
42739
|
{
|
|
42664
42740
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/View Controllers\/GSKUIPostProcessingToolbarController.swift",
|
|
42665
42741
|
"kind": "BooleanLiteral",
|
|
42666
|
-
"offset":
|
|
42742
|
+
"offset": 6246,
|
|
42667
42743
|
"length": 5,
|
|
42668
42744
|
"value": "false"
|
|
42669
42745
|
},
|
|
@@ -42719,45 +42795,52 @@
|
|
|
42719
42795
|
{
|
|
42720
42796
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Views\/GSKUIScanCollectionView.swift",
|
|
42721
42797
|
"kind": "BooleanLiteral",
|
|
42722
|
-
"offset":
|
|
42798
|
+
"offset": 1457,
|
|
42723
42799
|
"length": 5,
|
|
42724
42800
|
"value": "false"
|
|
42725
42801
|
},
|
|
42726
42802
|
{
|
|
42727
42803
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Views\/GSKUIScanCollectionView.swift",
|
|
42728
42804
|
"kind": "BooleanLiteral",
|
|
42729
|
-
"offset":
|
|
42805
|
+
"offset": 1568,
|
|
42730
42806
|
"length": 5,
|
|
42731
42807
|
"value": "false"
|
|
42732
42808
|
},
|
|
42733
42809
|
{
|
|
42734
42810
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Views\/GSKUIScanCollectionView.swift",
|
|
42735
42811
|
"kind": "IntegerLiteral",
|
|
42736
|
-
"offset":
|
|
42812
|
+
"offset": 13659,
|
|
42737
42813
|
"length": 1,
|
|
42738
42814
|
"value": "4"
|
|
42739
42815
|
},
|
|
42740
42816
|
{
|
|
42741
42817
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Views\/GSKUIScanCollectionView.swift",
|
|
42742
42818
|
"kind": "StringLiteral",
|
|
42743
|
-
"offset":
|
|
42819
|
+
"offset": 17036,
|
|
42744
42820
|
"length": 30,
|
|
42745
42821
|
"value": "\"GSKUIScanCollectionView.Cell\""
|
|
42746
42822
|
},
|
|
42747
42823
|
{
|
|
42748
42824
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Views\/GSKUIScanCollectionView.swift",
|
|
42749
42825
|
"kind": "IntegerLiteral",
|
|
42750
|
-
"offset":
|
|
42826
|
+
"offset": 17100,
|
|
42751
42827
|
"length": 1,
|
|
42752
42828
|
"value": "3"
|
|
42753
42829
|
},
|
|
42754
42830
|
{
|
|
42755
42831
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Views\/GSKUIScanCollectionView.swift",
|
|
42756
42832
|
"kind": "IntegerLiteral",
|
|
42757
|
-
"offset":
|
|
42833
|
+
"offset": 17158,
|
|
42758
42834
|
"length": 2,
|
|
42759
42835
|
"value": "28"
|
|
42760
42836
|
},
|
|
42837
|
+
{
|
|
42838
|
+
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Views\/GSKUIScanCollectionView.swift",
|
|
42839
|
+
"kind": "IntegerLiteral",
|
|
42840
|
+
"offset": 17208,
|
|
42841
|
+
"length": 2,
|
|
42842
|
+
"value": "12"
|
|
42843
|
+
},
|
|
42761
42844
|
{
|
|
42762
42845
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Views\/GSKUIShutterButton.swift",
|
|
42763
42846
|
"kind": "StringLiteral",
|
|
@@ -42786,38 +42869,24 @@
|
|
|
42786
42869
|
"length": 11,
|
|
42787
42870
|
"value": "\"strokeEnd\""
|
|
42788
42871
|
},
|
|
42789
|
-
{
|
|
42790
|
-
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Views\/GSKUIThumbnailView.swift",
|
|
42791
|
-
"kind": "IntegerLiteral",
|
|
42792
|
-
"offset": 1257,
|
|
42793
|
-
"length": 1,
|
|
42794
|
-
"value": "0"
|
|
42795
|
-
},
|
|
42796
|
-
{
|
|
42797
|
-
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Views\/GSKUIThumbnailView.swift",
|
|
42798
|
-
"kind": "IntegerLiteral",
|
|
42799
|
-
"offset": 3007,
|
|
42800
|
-
"length": 1,
|
|
42801
|
-
"value": "1"
|
|
42802
|
-
},
|
|
42803
42872
|
{
|
|
42804
42873
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Views\/GSKUIThumbnailView.swift",
|
|
42805
42874
|
"kind": "BooleanLiteral",
|
|
42806
|
-
"offset":
|
|
42875
|
+
"offset": 3866,
|
|
42807
42876
|
"length": 4,
|
|
42808
42877
|
"value": "true"
|
|
42809
42878
|
},
|
|
42810
42879
|
{
|
|
42811
42880
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Views\/GSKUIThumbnailView.swift",
|
|
42812
42881
|
"kind": "BooleanLiteral",
|
|
42813
|
-
"offset":
|
|
42882
|
+
"offset": 3987,
|
|
42814
42883
|
"length": 4,
|
|
42815
42884
|
"value": "true"
|
|
42816
42885
|
},
|
|
42817
42886
|
{
|
|
42818
42887
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Views\/GSKUIThumbnailView.swift",
|
|
42819
42888
|
"kind": "IntegerLiteral",
|
|
42820
|
-
"offset":
|
|
42889
|
+
"offset": 4098,
|
|
42821
42890
|
"length": 1,
|
|
42822
42891
|
"value": "0"
|
|
42823
42892
|
},
|
|
@@ -42852,21 +42921,21 @@
|
|
|
42852
42921
|
{
|
|
42853
42922
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Views\/GSKUserGuidanceLabel.swift",
|
|
42854
42923
|
"kind": "FloatLiteral",
|
|
42855
|
-
"offset":
|
|
42924
|
+
"offset": 2659,
|
|
42856
42925
|
"length": 3,
|
|
42857
42926
|
"value": "5.0"
|
|
42858
42927
|
},
|
|
42859
42928
|
{
|
|
42860
42929
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Views\/GSKUserGuidanceLabel.swift",
|
|
42861
42930
|
"kind": "FloatLiteral",
|
|
42862
|
-
"offset":
|
|
42931
|
+
"offset": 2698,
|
|
42863
42932
|
"length": 4,
|
|
42864
42933
|
"value": "12.0"
|
|
42865
42934
|
},
|
|
42866
42935
|
{
|
|
42867
42936
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Views\/GSKUserGuidanceLabel.swift",
|
|
42868
42937
|
"kind": "IntegerLiteral",
|
|
42869
|
-
"offset":
|
|
42938
|
+
"offset": 2750,
|
|
42870
42939
|
"length": 2,
|
|
42871
42940
|
"value": "20"
|
|
42872
42941
|
},
|
|
@@ -256,6 +256,7 @@ extension GSSDK.GSKCameraViewController {
|
|
|
256
256
|
@objc @_Concurrency.MainActor optional func cameraViewController(_ cameraViewController: GSSDK.GSKCameraViewController, didFindDocumentWithQuadrangle quadrangle: GSSDK.GSKQuadrangle)
|
|
257
257
|
@objc @_Concurrency.MainActor optional func cameraViewControllerFailedToFindDocument(_ cameraViewController: GSSDK.GSKCameraViewController)
|
|
258
258
|
@objc @_Concurrency.MainActor optional func cameraViewControllerPhotoStabilizationDidStart(_ cameraViewController: GSSDK.GSKCameraViewController)
|
|
259
|
+
@objc @_Concurrency.MainActor optional func cameraViewControllerShouldSnapPhoto(_ cameraViewController: GSSDK.GSKCameraViewController) -> Swift.Bool
|
|
259
260
|
@objc @_Concurrency.MainActor optional func cameraViewController(_ cameraViewController: GSSDK.GSKCameraViewController, willSnapPhotoWithQuadrangle quadrangle: GSSDK.GSKQuadrangle)
|
|
260
261
|
@objc @_Concurrency.MainActor optional func cameraViewControllerDidSnapPhoto(_ cameraViewController: GSSDK.GSKCameraViewController)
|
|
261
262
|
@objc @_Concurrency.MainActor optional func cameraViewController(_ cameraViewController: GSSDK.GSKCameraViewController, didGenerateScan scan: GSSDK.GSKScan)
|
|
Binary file
|
|
@@ -256,6 +256,7 @@ extension GSSDK.GSKCameraViewController {
|
|
|
256
256
|
@objc @_Concurrency.MainActor optional func cameraViewController(_ cameraViewController: GSSDK.GSKCameraViewController, didFindDocumentWithQuadrangle quadrangle: GSSDK.GSKQuadrangle)
|
|
257
257
|
@objc @_Concurrency.MainActor optional func cameraViewControllerFailedToFindDocument(_ cameraViewController: GSSDK.GSKCameraViewController)
|
|
258
258
|
@objc @_Concurrency.MainActor optional func cameraViewControllerPhotoStabilizationDidStart(_ cameraViewController: GSSDK.GSKCameraViewController)
|
|
259
|
+
@objc @_Concurrency.MainActor optional func cameraViewControllerShouldSnapPhoto(_ cameraViewController: GSSDK.GSKCameraViewController) -> Swift.Bool
|
|
259
260
|
@objc @_Concurrency.MainActor optional func cameraViewController(_ cameraViewController: GSSDK.GSKCameraViewController, willSnapPhotoWithQuadrangle quadrangle: GSSDK.GSKQuadrangle)
|
|
260
261
|
@objc @_Concurrency.MainActor optional func cameraViewControllerDidSnapPhoto(_ cameraViewController: GSSDK.GSKCameraViewController)
|
|
261
262
|
@objc @_Concurrency.MainActor optional func cameraViewController(_ cameraViewController: GSSDK.GSKCameraViewController, didGenerateScan scan: GSSDK.GSKScan)
|
|
Binary file
|
|
Binary file
|
package/ios/GSSDK/GSSDK.xcframework/ios-arm64_x86_64-simulator/GSSDK.framework/Headers/GSSDK-Swift.h
CHANGED
|
@@ -708,6 +708,11 @@ SWIFT_PROTOCOL("_TtP5GSSDK31GSKCameraViewControllerDelegate_")
|
|
|
708
708
|
/// \param cameraViewController The camera view controller
|
|
709
709
|
///
|
|
710
710
|
- (void)cameraViewControllerPhotoStabilizationDidStart:(GSKCameraViewController * _Nonnull)cameraViewController;
|
|
711
|
+
/// The camera view controller is about to decide whether to automatically take a photo because the detection was stable enough.
|
|
712
|
+
/// This is an override point where you can return <code>false</code> to stop that automatic process from proceeding.
|
|
713
|
+
/// \param cameraViewController The camera view controller
|
|
714
|
+
///
|
|
715
|
+
- (BOOL)cameraViewControllerShouldSnapPhoto:(GSKCameraViewController * _Nonnull)cameraViewController SWIFT_WARN_UNUSED_RESULT;
|
|
711
716
|
/// The camera view controller is going to automatically take a photo because the detection was stable enough.
|
|
712
717
|
/// The photo taking is underway and cannot be interrupted at this stage.
|
|
713
718
|
/// \param cameraViewController The camera view controller
|
|
@@ -2426,6 +2431,11 @@ SWIFT_PROTOCOL("_TtP5GSSDK31GSKCameraViewControllerDelegate_")
|
|
|
2426
2431
|
/// \param cameraViewController The camera view controller
|
|
2427
2432
|
///
|
|
2428
2433
|
- (void)cameraViewControllerPhotoStabilizationDidStart:(GSKCameraViewController * _Nonnull)cameraViewController;
|
|
2434
|
+
/// The camera view controller is about to decide whether to automatically take a photo because the detection was stable enough.
|
|
2435
|
+
/// This is an override point where you can return <code>false</code> to stop that automatic process from proceeding.
|
|
2436
|
+
/// \param cameraViewController The camera view controller
|
|
2437
|
+
///
|
|
2438
|
+
- (BOOL)cameraViewControllerShouldSnapPhoto:(GSKCameraViewController * _Nonnull)cameraViewController SWIFT_WARN_UNUSED_RESULT;
|
|
2429
2439
|
/// The camera view controller is going to automatically take a photo because the detection was stable enough.
|
|
2430
2440
|
/// The photo taking is underway and cannot be interrupted at this stage.
|
|
2431
2441
|
/// \param cameraViewController The camera view controller
|
|
Binary file
|
|
@@ -6077,6 +6077,40 @@
|
|
|
6077
6077
|
"reqNewWitnessTableEntry": true,
|
|
6078
6078
|
"funcSelfKind": "NonMutating"
|
|
6079
6079
|
},
|
|
6080
|
+
{
|
|
6081
|
+
"kind": "Function",
|
|
6082
|
+
"name": "cameraViewControllerShouldSnapPhoto",
|
|
6083
|
+
"printedName": "cameraViewControllerShouldSnapPhoto(_:)",
|
|
6084
|
+
"children": [
|
|
6085
|
+
{
|
|
6086
|
+
"kind": "TypeNominal",
|
|
6087
|
+
"name": "Bool",
|
|
6088
|
+
"printedName": "Swift.Bool",
|
|
6089
|
+
"usr": "s:Sb"
|
|
6090
|
+
},
|
|
6091
|
+
{
|
|
6092
|
+
"kind": "TypeNominal",
|
|
6093
|
+
"name": "GSKCameraViewController",
|
|
6094
|
+
"printedName": "GSSDK.GSKCameraViewController",
|
|
6095
|
+
"usr": "c:@M@GSSDK@objc(cs)GSKCameraViewController"
|
|
6096
|
+
}
|
|
6097
|
+
],
|
|
6098
|
+
"declKind": "Func",
|
|
6099
|
+
"usr": "c:@M@GSSDK@objc(pl)GSKCameraViewControllerDelegate(im)cameraViewControllerShouldSnapPhoto:",
|
|
6100
|
+
"mangledName": "$s5GSSDK31GSKCameraViewControllerDelegateP06cameracD15ShouldSnapPhotoySbAA0bcD0CF",
|
|
6101
|
+
"moduleName": "GSSDK",
|
|
6102
|
+
"genericSig": "<τ_0_0 where τ_0_0 : GSSDK.GSKCameraViewControllerDelegate>",
|
|
6103
|
+
"sugared_genericSig": "<Self where Self : GSSDK.GSKCameraViewControllerDelegate>",
|
|
6104
|
+
"protocolReq": true,
|
|
6105
|
+
"declAttributes": [
|
|
6106
|
+
"Custom",
|
|
6107
|
+
"Optional",
|
|
6108
|
+
"ObjC",
|
|
6109
|
+
"RawDocComment"
|
|
6110
|
+
],
|
|
6111
|
+
"reqNewWitnessTableEntry": true,
|
|
6112
|
+
"funcSelfKind": "NonMutating"
|
|
6113
|
+
},
|
|
6080
6114
|
{
|
|
6081
6115
|
"kind": "Function",
|
|
6082
6116
|
"name": "cameraViewController",
|
|
@@ -22828,6 +22862,13 @@
|
|
|
22828
22862
|
"declKind": "Import",
|
|
22829
22863
|
"moduleName": "GSSDK"
|
|
22830
22864
|
},
|
|
22865
|
+
{
|
|
22866
|
+
"kind": "Import",
|
|
22867
|
+
"name": "UIKit",
|
|
22868
|
+
"printedName": "UIKit",
|
|
22869
|
+
"declKind": "Import",
|
|
22870
|
+
"moduleName": "GSSDK"
|
|
22871
|
+
},
|
|
22831
22872
|
{
|
|
22832
22873
|
"kind": "TypeDecl",
|
|
22833
22874
|
"name": "GSKScanFlowConfiguration",
|
|
@@ -32402,6 +32443,13 @@
|
|
|
32402
32443
|
"RawDocComment"
|
|
32403
32444
|
]
|
|
32404
32445
|
},
|
|
32446
|
+
{
|
|
32447
|
+
"kind": "Import",
|
|
32448
|
+
"name": "Combine",
|
|
32449
|
+
"printedName": "Combine",
|
|
32450
|
+
"declKind": "Import",
|
|
32451
|
+
"moduleName": "GSSDK"
|
|
32452
|
+
},
|
|
32405
32453
|
{
|
|
32406
32454
|
"kind": "Import",
|
|
32407
32455
|
"name": "UIKit",
|
|
@@ -40231,6 +40279,13 @@
|
|
|
40231
40279
|
"length": 4,
|
|
40232
40280
|
"value": "true"
|
|
40233
40281
|
},
|
|
40282
|
+
{
|
|
40283
|
+
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKInnerCameraViewController.swift",
|
|
40284
|
+
"kind": "BooleanLiteral",
|
|
40285
|
+
"offset": 3567,
|
|
40286
|
+
"length": 4,
|
|
40287
|
+
"value": "true"
|
|
40288
|
+
},
|
|
40234
40289
|
{
|
|
40235
40290
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKIntegrationContext.swift",
|
|
40236
40291
|
"kind": "IntegerLiteral",
|
|
@@ -42082,16 +42137,16 @@
|
|
|
42082
42137
|
{
|
|
42083
42138
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/GSKScanFlowFeatureFlags.swift",
|
|
42084
42139
|
"kind": "BooleanLiteral",
|
|
42085
|
-
"offset":
|
|
42140
|
+
"offset": 338,
|
|
42086
42141
|
"length": 4,
|
|
42087
42142
|
"value": "true"
|
|
42088
42143
|
},
|
|
42089
42144
|
{
|
|
42090
|
-
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/
|
|
42091
|
-
"kind": "
|
|
42092
|
-
"offset":
|
|
42093
|
-
"length":
|
|
42094
|
-
"value": "
|
|
42145
|
+
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/GSKUIPhotoLibraryPresenter.swift",
|
|
42146
|
+
"kind": "BooleanLiteral",
|
|
42147
|
+
"offset": 260,
|
|
42148
|
+
"length": 5,
|
|
42149
|
+
"value": "false"
|
|
42095
42150
|
},
|
|
42096
42151
|
{
|
|
42097
42152
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Models\/GSKScanFlowConfiguration.swift",
|
|
@@ -42380,6 +42435,27 @@
|
|
|
42380
42435
|
"length": 2,
|
|
42381
42436
|
"value": "[]"
|
|
42382
42437
|
},
|
|
42438
|
+
{
|
|
42439
|
+
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Models\/GSKScanFlowScanInternal.swift",
|
|
42440
|
+
"kind": "IntegerLiteral",
|
|
42441
|
+
"offset": 5537,
|
|
42442
|
+
"length": 5,
|
|
42443
|
+
"value": "1"
|
|
42444
|
+
},
|
|
42445
|
+
{
|
|
42446
|
+
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Models\/GSKScanFlowScanInternal.swift",
|
|
42447
|
+
"kind": "IntegerLiteral",
|
|
42448
|
+
"offset": 5544,
|
|
42449
|
+
"length": 4,
|
|
42450
|
+
"value": "2"
|
|
42451
|
+
},
|
|
42452
|
+
{
|
|
42453
|
+
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Models\/GSKScanFlowScanInternal.swift",
|
|
42454
|
+
"kind": "IntegerLiteral",
|
|
42455
|
+
"offset": 5550,
|
|
42456
|
+
"length": 4,
|
|
42457
|
+
"value": "3"
|
|
42458
|
+
},
|
|
42383
42459
|
{
|
|
42384
42460
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Models\/GSKScanFlowSource.swift",
|
|
42385
42461
|
"kind": "IntegerLiteral",
|
|
@@ -42635,14 +42711,14 @@
|
|
|
42635
42711
|
{
|
|
42636
42712
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/View Controllers\/GSKUIDocumentCameraViewController.swift",
|
|
42637
42713
|
"kind": "FloatLiteral",
|
|
42638
|
-
"offset":
|
|
42714
|
+
"offset": 10736,
|
|
42639
42715
|
"length": 4,
|
|
42640
42716
|
"value": "62.0"
|
|
42641
42717
|
},
|
|
42642
42718
|
{
|
|
42643
42719
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/View Controllers\/GSKUIDocumentCameraViewController.swift",
|
|
42644
42720
|
"kind": "FloatLiteral",
|
|
42645
|
-
"offset":
|
|
42721
|
+
"offset": 10840,
|
|
42646
42722
|
"length": 4,
|
|
42647
42723
|
"value": "44.0"
|
|
42648
42724
|
},
|
|
@@ -42663,7 +42739,7 @@
|
|
|
42663
42739
|
{
|
|
42664
42740
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/View Controllers\/GSKUIPostProcessingToolbarController.swift",
|
|
42665
42741
|
"kind": "BooleanLiteral",
|
|
42666
|
-
"offset":
|
|
42742
|
+
"offset": 6246,
|
|
42667
42743
|
"length": 5,
|
|
42668
42744
|
"value": "false"
|
|
42669
42745
|
},
|
|
@@ -42719,45 +42795,52 @@
|
|
|
42719
42795
|
{
|
|
42720
42796
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Views\/GSKUIScanCollectionView.swift",
|
|
42721
42797
|
"kind": "BooleanLiteral",
|
|
42722
|
-
"offset":
|
|
42798
|
+
"offset": 1457,
|
|
42723
42799
|
"length": 5,
|
|
42724
42800
|
"value": "false"
|
|
42725
42801
|
},
|
|
42726
42802
|
{
|
|
42727
42803
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Views\/GSKUIScanCollectionView.swift",
|
|
42728
42804
|
"kind": "BooleanLiteral",
|
|
42729
|
-
"offset":
|
|
42805
|
+
"offset": 1568,
|
|
42730
42806
|
"length": 5,
|
|
42731
42807
|
"value": "false"
|
|
42732
42808
|
},
|
|
42733
42809
|
{
|
|
42734
42810
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Views\/GSKUIScanCollectionView.swift",
|
|
42735
42811
|
"kind": "IntegerLiteral",
|
|
42736
|
-
"offset":
|
|
42812
|
+
"offset": 13659,
|
|
42737
42813
|
"length": 1,
|
|
42738
42814
|
"value": "4"
|
|
42739
42815
|
},
|
|
42740
42816
|
{
|
|
42741
42817
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Views\/GSKUIScanCollectionView.swift",
|
|
42742
42818
|
"kind": "StringLiteral",
|
|
42743
|
-
"offset":
|
|
42819
|
+
"offset": 17036,
|
|
42744
42820
|
"length": 30,
|
|
42745
42821
|
"value": "\"GSKUIScanCollectionView.Cell\""
|
|
42746
42822
|
},
|
|
42747
42823
|
{
|
|
42748
42824
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Views\/GSKUIScanCollectionView.swift",
|
|
42749
42825
|
"kind": "IntegerLiteral",
|
|
42750
|
-
"offset":
|
|
42826
|
+
"offset": 17100,
|
|
42751
42827
|
"length": 1,
|
|
42752
42828
|
"value": "3"
|
|
42753
42829
|
},
|
|
42754
42830
|
{
|
|
42755
42831
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Views\/GSKUIScanCollectionView.swift",
|
|
42756
42832
|
"kind": "IntegerLiteral",
|
|
42757
|
-
"offset":
|
|
42833
|
+
"offset": 17158,
|
|
42758
42834
|
"length": 2,
|
|
42759
42835
|
"value": "28"
|
|
42760
42836
|
},
|
|
42837
|
+
{
|
|
42838
|
+
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Views\/GSKUIScanCollectionView.swift",
|
|
42839
|
+
"kind": "IntegerLiteral",
|
|
42840
|
+
"offset": 17208,
|
|
42841
|
+
"length": 2,
|
|
42842
|
+
"value": "12"
|
|
42843
|
+
},
|
|
42761
42844
|
{
|
|
42762
42845
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Views\/GSKUIShutterButton.swift",
|
|
42763
42846
|
"kind": "StringLiteral",
|
|
@@ -42786,38 +42869,24 @@
|
|
|
42786
42869
|
"length": 11,
|
|
42787
42870
|
"value": "\"strokeEnd\""
|
|
42788
42871
|
},
|
|
42789
|
-
{
|
|
42790
|
-
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Views\/GSKUIThumbnailView.swift",
|
|
42791
|
-
"kind": "IntegerLiteral",
|
|
42792
|
-
"offset": 1257,
|
|
42793
|
-
"length": 1,
|
|
42794
|
-
"value": "0"
|
|
42795
|
-
},
|
|
42796
|
-
{
|
|
42797
|
-
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Views\/GSKUIThumbnailView.swift",
|
|
42798
|
-
"kind": "IntegerLiteral",
|
|
42799
|
-
"offset": 3007,
|
|
42800
|
-
"length": 1,
|
|
42801
|
-
"value": "1"
|
|
42802
|
-
},
|
|
42803
42872
|
{
|
|
42804
42873
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Views\/GSKUIThumbnailView.swift",
|
|
42805
42874
|
"kind": "BooleanLiteral",
|
|
42806
|
-
"offset":
|
|
42875
|
+
"offset": 3866,
|
|
42807
42876
|
"length": 4,
|
|
42808
42877
|
"value": "true"
|
|
42809
42878
|
},
|
|
42810
42879
|
{
|
|
42811
42880
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Views\/GSKUIThumbnailView.swift",
|
|
42812
42881
|
"kind": "BooleanLiteral",
|
|
42813
|
-
"offset":
|
|
42882
|
+
"offset": 3987,
|
|
42814
42883
|
"length": 4,
|
|
42815
42884
|
"value": "true"
|
|
42816
42885
|
},
|
|
42817
42886
|
{
|
|
42818
42887
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Views\/GSKUIThumbnailView.swift",
|
|
42819
42888
|
"kind": "IntegerLiteral",
|
|
42820
|
-
"offset":
|
|
42889
|
+
"offset": 4098,
|
|
42821
42890
|
"length": 1,
|
|
42822
42891
|
"value": "0"
|
|
42823
42892
|
},
|
|
@@ -42852,21 +42921,21 @@
|
|
|
42852
42921
|
{
|
|
42853
42922
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Views\/GSKUserGuidanceLabel.swift",
|
|
42854
42923
|
"kind": "FloatLiteral",
|
|
42855
|
-
"offset":
|
|
42924
|
+
"offset": 2659,
|
|
42856
42925
|
"length": 3,
|
|
42857
42926
|
"value": "5.0"
|
|
42858
42927
|
},
|
|
42859
42928
|
{
|
|
42860
42929
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Views\/GSKUserGuidanceLabel.swift",
|
|
42861
42930
|
"kind": "FloatLiteral",
|
|
42862
|
-
"offset":
|
|
42931
|
+
"offset": 2698,
|
|
42863
42932
|
"length": 4,
|
|
42864
42933
|
"value": "12.0"
|
|
42865
42934
|
},
|
|
42866
42935
|
{
|
|
42867
42936
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Views\/GSKUserGuidanceLabel.swift",
|
|
42868
42937
|
"kind": "IntegerLiteral",
|
|
42869
|
-
"offset":
|
|
42938
|
+
"offset": 2750,
|
|
42870
42939
|
"length": 2,
|
|
42871
42940
|
"value": "20"
|
|
42872
42941
|
},
|
|
@@ -256,6 +256,7 @@ extension GSSDK.GSKCameraViewController {
|
|
|
256
256
|
@objc @_Concurrency.MainActor optional func cameraViewController(_ cameraViewController: GSSDK.GSKCameraViewController, didFindDocumentWithQuadrangle quadrangle: GSSDK.GSKQuadrangle)
|
|
257
257
|
@objc @_Concurrency.MainActor optional func cameraViewControllerFailedToFindDocument(_ cameraViewController: GSSDK.GSKCameraViewController)
|
|
258
258
|
@objc @_Concurrency.MainActor optional func cameraViewControllerPhotoStabilizationDidStart(_ cameraViewController: GSSDK.GSKCameraViewController)
|
|
259
|
+
@objc @_Concurrency.MainActor optional func cameraViewControllerShouldSnapPhoto(_ cameraViewController: GSSDK.GSKCameraViewController) -> Swift.Bool
|
|
259
260
|
@objc @_Concurrency.MainActor optional func cameraViewController(_ cameraViewController: GSSDK.GSKCameraViewController, willSnapPhotoWithQuadrangle quadrangle: GSSDK.GSKQuadrangle)
|
|
260
261
|
@objc @_Concurrency.MainActor optional func cameraViewControllerDidSnapPhoto(_ cameraViewController: GSSDK.GSKCameraViewController)
|
|
261
262
|
@objc @_Concurrency.MainActor optional func cameraViewController(_ cameraViewController: GSSDK.GSKCameraViewController, didGenerateScan scan: GSSDK.GSKScan)
|
|
Binary file
|
|
@@ -256,6 +256,7 @@ extension GSSDK.GSKCameraViewController {
|
|
|
256
256
|
@objc @_Concurrency.MainActor optional func cameraViewController(_ cameraViewController: GSSDK.GSKCameraViewController, didFindDocumentWithQuadrangle quadrangle: GSSDK.GSKQuadrangle)
|
|
257
257
|
@objc @_Concurrency.MainActor optional func cameraViewControllerFailedToFindDocument(_ cameraViewController: GSSDK.GSKCameraViewController)
|
|
258
258
|
@objc @_Concurrency.MainActor optional func cameraViewControllerPhotoStabilizationDidStart(_ cameraViewController: GSSDK.GSKCameraViewController)
|
|
259
|
+
@objc @_Concurrency.MainActor optional func cameraViewControllerShouldSnapPhoto(_ cameraViewController: GSSDK.GSKCameraViewController) -> Swift.Bool
|
|
259
260
|
@objc @_Concurrency.MainActor optional func cameraViewController(_ cameraViewController: GSSDK.GSKCameraViewController, willSnapPhotoWithQuadrangle quadrangle: GSSDK.GSKQuadrangle)
|
|
260
261
|
@objc @_Concurrency.MainActor optional func cameraViewControllerDidSnapPhoto(_ cameraViewController: GSSDK.GSKCameraViewController)
|
|
261
262
|
@objc @_Concurrency.MainActor optional func cameraViewController(_ cameraViewController: GSSDK.GSKCameraViewController, didGenerateScan scan: GSSDK.GSKScan)
|
|
@@ -6077,6 +6077,40 @@
|
|
|
6077
6077
|
"reqNewWitnessTableEntry": true,
|
|
6078
6078
|
"funcSelfKind": "NonMutating"
|
|
6079
6079
|
},
|
|
6080
|
+
{
|
|
6081
|
+
"kind": "Function",
|
|
6082
|
+
"name": "cameraViewControllerShouldSnapPhoto",
|
|
6083
|
+
"printedName": "cameraViewControllerShouldSnapPhoto(_:)",
|
|
6084
|
+
"children": [
|
|
6085
|
+
{
|
|
6086
|
+
"kind": "TypeNominal",
|
|
6087
|
+
"name": "Bool",
|
|
6088
|
+
"printedName": "Swift.Bool",
|
|
6089
|
+
"usr": "s:Sb"
|
|
6090
|
+
},
|
|
6091
|
+
{
|
|
6092
|
+
"kind": "TypeNominal",
|
|
6093
|
+
"name": "GSKCameraViewController",
|
|
6094
|
+
"printedName": "GSSDK.GSKCameraViewController",
|
|
6095
|
+
"usr": "c:@M@GSSDK@objc(cs)GSKCameraViewController"
|
|
6096
|
+
}
|
|
6097
|
+
],
|
|
6098
|
+
"declKind": "Func",
|
|
6099
|
+
"usr": "c:@M@GSSDK@objc(pl)GSKCameraViewControllerDelegate(im)cameraViewControllerShouldSnapPhoto:",
|
|
6100
|
+
"mangledName": "$s5GSSDK31GSKCameraViewControllerDelegateP06cameracD15ShouldSnapPhotoySbAA0bcD0CF",
|
|
6101
|
+
"moduleName": "GSSDK",
|
|
6102
|
+
"genericSig": "<τ_0_0 where τ_0_0 : GSSDK.GSKCameraViewControllerDelegate>",
|
|
6103
|
+
"sugared_genericSig": "<Self where Self : GSSDK.GSKCameraViewControllerDelegate>",
|
|
6104
|
+
"protocolReq": true,
|
|
6105
|
+
"declAttributes": [
|
|
6106
|
+
"Custom",
|
|
6107
|
+
"Optional",
|
|
6108
|
+
"ObjC",
|
|
6109
|
+
"RawDocComment"
|
|
6110
|
+
],
|
|
6111
|
+
"reqNewWitnessTableEntry": true,
|
|
6112
|
+
"funcSelfKind": "NonMutating"
|
|
6113
|
+
},
|
|
6080
6114
|
{
|
|
6081
6115
|
"kind": "Function",
|
|
6082
6116
|
"name": "cameraViewController",
|
|
@@ -22828,6 +22862,13 @@
|
|
|
22828
22862
|
"declKind": "Import",
|
|
22829
22863
|
"moduleName": "GSSDK"
|
|
22830
22864
|
},
|
|
22865
|
+
{
|
|
22866
|
+
"kind": "Import",
|
|
22867
|
+
"name": "UIKit",
|
|
22868
|
+
"printedName": "UIKit",
|
|
22869
|
+
"declKind": "Import",
|
|
22870
|
+
"moduleName": "GSSDK"
|
|
22871
|
+
},
|
|
22831
22872
|
{
|
|
22832
22873
|
"kind": "TypeDecl",
|
|
22833
22874
|
"name": "GSKScanFlowConfiguration",
|
|
@@ -32402,6 +32443,13 @@
|
|
|
32402
32443
|
"RawDocComment"
|
|
32403
32444
|
]
|
|
32404
32445
|
},
|
|
32446
|
+
{
|
|
32447
|
+
"kind": "Import",
|
|
32448
|
+
"name": "Combine",
|
|
32449
|
+
"printedName": "Combine",
|
|
32450
|
+
"declKind": "Import",
|
|
32451
|
+
"moduleName": "GSSDK"
|
|
32452
|
+
},
|
|
32405
32453
|
{
|
|
32406
32454
|
"kind": "Import",
|
|
32407
32455
|
"name": "UIKit",
|
|
@@ -40231,6 +40279,13 @@
|
|
|
40231
40279
|
"length": 4,
|
|
40232
40280
|
"value": "true"
|
|
40233
40281
|
},
|
|
40282
|
+
{
|
|
40283
|
+
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKInnerCameraViewController.swift",
|
|
40284
|
+
"kind": "BooleanLiteral",
|
|
40285
|
+
"offset": 3567,
|
|
40286
|
+
"length": 4,
|
|
40287
|
+
"value": "true"
|
|
40288
|
+
},
|
|
40234
40289
|
{
|
|
40235
40290
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKIntegrationContext.swift",
|
|
40236
40291
|
"kind": "IntegerLiteral",
|
|
@@ -42082,16 +42137,16 @@
|
|
|
42082
42137
|
{
|
|
42083
42138
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/GSKScanFlowFeatureFlags.swift",
|
|
42084
42139
|
"kind": "BooleanLiteral",
|
|
42085
|
-
"offset":
|
|
42140
|
+
"offset": 338,
|
|
42086
42141
|
"length": 4,
|
|
42087
42142
|
"value": "true"
|
|
42088
42143
|
},
|
|
42089
42144
|
{
|
|
42090
|
-
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/
|
|
42091
|
-
"kind": "
|
|
42092
|
-
"offset":
|
|
42093
|
-
"length":
|
|
42094
|
-
"value": "
|
|
42145
|
+
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/GSKUIPhotoLibraryPresenter.swift",
|
|
42146
|
+
"kind": "BooleanLiteral",
|
|
42147
|
+
"offset": 260,
|
|
42148
|
+
"length": 5,
|
|
42149
|
+
"value": "false"
|
|
42095
42150
|
},
|
|
42096
42151
|
{
|
|
42097
42152
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Models\/GSKScanFlowConfiguration.swift",
|
|
@@ -42380,6 +42435,27 @@
|
|
|
42380
42435
|
"length": 2,
|
|
42381
42436
|
"value": "[]"
|
|
42382
42437
|
},
|
|
42438
|
+
{
|
|
42439
|
+
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Models\/GSKScanFlowScanInternal.swift",
|
|
42440
|
+
"kind": "IntegerLiteral",
|
|
42441
|
+
"offset": 5537,
|
|
42442
|
+
"length": 5,
|
|
42443
|
+
"value": "1"
|
|
42444
|
+
},
|
|
42445
|
+
{
|
|
42446
|
+
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Models\/GSKScanFlowScanInternal.swift",
|
|
42447
|
+
"kind": "IntegerLiteral",
|
|
42448
|
+
"offset": 5544,
|
|
42449
|
+
"length": 4,
|
|
42450
|
+
"value": "2"
|
|
42451
|
+
},
|
|
42452
|
+
{
|
|
42453
|
+
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Models\/GSKScanFlowScanInternal.swift",
|
|
42454
|
+
"kind": "IntegerLiteral",
|
|
42455
|
+
"offset": 5550,
|
|
42456
|
+
"length": 4,
|
|
42457
|
+
"value": "3"
|
|
42458
|
+
},
|
|
42383
42459
|
{
|
|
42384
42460
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Models\/GSKScanFlowSource.swift",
|
|
42385
42461
|
"kind": "IntegerLiteral",
|
|
@@ -42635,14 +42711,14 @@
|
|
|
42635
42711
|
{
|
|
42636
42712
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/View Controllers\/GSKUIDocumentCameraViewController.swift",
|
|
42637
42713
|
"kind": "FloatLiteral",
|
|
42638
|
-
"offset":
|
|
42714
|
+
"offset": 10736,
|
|
42639
42715
|
"length": 4,
|
|
42640
42716
|
"value": "62.0"
|
|
42641
42717
|
},
|
|
42642
42718
|
{
|
|
42643
42719
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/View Controllers\/GSKUIDocumentCameraViewController.swift",
|
|
42644
42720
|
"kind": "FloatLiteral",
|
|
42645
|
-
"offset":
|
|
42721
|
+
"offset": 10840,
|
|
42646
42722
|
"length": 4,
|
|
42647
42723
|
"value": "44.0"
|
|
42648
42724
|
},
|
|
@@ -42663,7 +42739,7 @@
|
|
|
42663
42739
|
{
|
|
42664
42740
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/View Controllers\/GSKUIPostProcessingToolbarController.swift",
|
|
42665
42741
|
"kind": "BooleanLiteral",
|
|
42666
|
-
"offset":
|
|
42742
|
+
"offset": 6246,
|
|
42667
42743
|
"length": 5,
|
|
42668
42744
|
"value": "false"
|
|
42669
42745
|
},
|
|
@@ -42719,45 +42795,52 @@
|
|
|
42719
42795
|
{
|
|
42720
42796
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Views\/GSKUIScanCollectionView.swift",
|
|
42721
42797
|
"kind": "BooleanLiteral",
|
|
42722
|
-
"offset":
|
|
42798
|
+
"offset": 1457,
|
|
42723
42799
|
"length": 5,
|
|
42724
42800
|
"value": "false"
|
|
42725
42801
|
},
|
|
42726
42802
|
{
|
|
42727
42803
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Views\/GSKUIScanCollectionView.swift",
|
|
42728
42804
|
"kind": "BooleanLiteral",
|
|
42729
|
-
"offset":
|
|
42805
|
+
"offset": 1568,
|
|
42730
42806
|
"length": 5,
|
|
42731
42807
|
"value": "false"
|
|
42732
42808
|
},
|
|
42733
42809
|
{
|
|
42734
42810
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Views\/GSKUIScanCollectionView.swift",
|
|
42735
42811
|
"kind": "IntegerLiteral",
|
|
42736
|
-
"offset":
|
|
42812
|
+
"offset": 13659,
|
|
42737
42813
|
"length": 1,
|
|
42738
42814
|
"value": "4"
|
|
42739
42815
|
},
|
|
42740
42816
|
{
|
|
42741
42817
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Views\/GSKUIScanCollectionView.swift",
|
|
42742
42818
|
"kind": "StringLiteral",
|
|
42743
|
-
"offset":
|
|
42819
|
+
"offset": 17036,
|
|
42744
42820
|
"length": 30,
|
|
42745
42821
|
"value": "\"GSKUIScanCollectionView.Cell\""
|
|
42746
42822
|
},
|
|
42747
42823
|
{
|
|
42748
42824
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Views\/GSKUIScanCollectionView.swift",
|
|
42749
42825
|
"kind": "IntegerLiteral",
|
|
42750
|
-
"offset":
|
|
42826
|
+
"offset": 17100,
|
|
42751
42827
|
"length": 1,
|
|
42752
42828
|
"value": "3"
|
|
42753
42829
|
},
|
|
42754
42830
|
{
|
|
42755
42831
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Views\/GSKUIScanCollectionView.swift",
|
|
42756
42832
|
"kind": "IntegerLiteral",
|
|
42757
|
-
"offset":
|
|
42833
|
+
"offset": 17158,
|
|
42758
42834
|
"length": 2,
|
|
42759
42835
|
"value": "28"
|
|
42760
42836
|
},
|
|
42837
|
+
{
|
|
42838
|
+
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Views\/GSKUIScanCollectionView.swift",
|
|
42839
|
+
"kind": "IntegerLiteral",
|
|
42840
|
+
"offset": 17208,
|
|
42841
|
+
"length": 2,
|
|
42842
|
+
"value": "12"
|
|
42843
|
+
},
|
|
42761
42844
|
{
|
|
42762
42845
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Views\/GSKUIShutterButton.swift",
|
|
42763
42846
|
"kind": "StringLiteral",
|
|
@@ -42786,38 +42869,24 @@
|
|
|
42786
42869
|
"length": 11,
|
|
42787
42870
|
"value": "\"strokeEnd\""
|
|
42788
42871
|
},
|
|
42789
|
-
{
|
|
42790
|
-
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Views\/GSKUIThumbnailView.swift",
|
|
42791
|
-
"kind": "IntegerLiteral",
|
|
42792
|
-
"offset": 1257,
|
|
42793
|
-
"length": 1,
|
|
42794
|
-
"value": "0"
|
|
42795
|
-
},
|
|
42796
|
-
{
|
|
42797
|
-
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Views\/GSKUIThumbnailView.swift",
|
|
42798
|
-
"kind": "IntegerLiteral",
|
|
42799
|
-
"offset": 3007,
|
|
42800
|
-
"length": 1,
|
|
42801
|
-
"value": "1"
|
|
42802
|
-
},
|
|
42803
42872
|
{
|
|
42804
42873
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Views\/GSKUIThumbnailView.swift",
|
|
42805
42874
|
"kind": "BooleanLiteral",
|
|
42806
|
-
"offset":
|
|
42875
|
+
"offset": 3866,
|
|
42807
42876
|
"length": 4,
|
|
42808
42877
|
"value": "true"
|
|
42809
42878
|
},
|
|
42810
42879
|
{
|
|
42811
42880
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Views\/GSKUIThumbnailView.swift",
|
|
42812
42881
|
"kind": "BooleanLiteral",
|
|
42813
|
-
"offset":
|
|
42882
|
+
"offset": 3987,
|
|
42814
42883
|
"length": 4,
|
|
42815
42884
|
"value": "true"
|
|
42816
42885
|
},
|
|
42817
42886
|
{
|
|
42818
42887
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Views\/GSKUIThumbnailView.swift",
|
|
42819
42888
|
"kind": "IntegerLiteral",
|
|
42820
|
-
"offset":
|
|
42889
|
+
"offset": 4098,
|
|
42821
42890
|
"length": 1,
|
|
42822
42891
|
"value": "0"
|
|
42823
42892
|
},
|
|
@@ -42852,21 +42921,21 @@
|
|
|
42852
42921
|
{
|
|
42853
42922
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Views\/GSKUserGuidanceLabel.swift",
|
|
42854
42923
|
"kind": "FloatLiteral",
|
|
42855
|
-
"offset":
|
|
42924
|
+
"offset": 2659,
|
|
42856
42925
|
"length": 3,
|
|
42857
42926
|
"value": "5.0"
|
|
42858
42927
|
},
|
|
42859
42928
|
{
|
|
42860
42929
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Views\/GSKUserGuidanceLabel.swift",
|
|
42861
42930
|
"kind": "FloatLiteral",
|
|
42862
|
-
"offset":
|
|
42931
|
+
"offset": 2698,
|
|
42863
42932
|
"length": 4,
|
|
42864
42933
|
"value": "12.0"
|
|
42865
42934
|
},
|
|
42866
42935
|
{
|
|
42867
42936
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Views\/GSKUserGuidanceLabel.swift",
|
|
42868
42937
|
"kind": "IntegerLiteral",
|
|
42869
|
-
"offset":
|
|
42938
|
+
"offset": 2750,
|
|
42870
42939
|
"length": 2,
|
|
42871
42940
|
"value": "20"
|
|
42872
42941
|
},
|
|
@@ -256,6 +256,7 @@ extension GSSDK.GSKCameraViewController {
|
|
|
256
256
|
@objc @_Concurrency.MainActor optional func cameraViewController(_ cameraViewController: GSSDK.GSKCameraViewController, didFindDocumentWithQuadrangle quadrangle: GSSDK.GSKQuadrangle)
|
|
257
257
|
@objc @_Concurrency.MainActor optional func cameraViewControllerFailedToFindDocument(_ cameraViewController: GSSDK.GSKCameraViewController)
|
|
258
258
|
@objc @_Concurrency.MainActor optional func cameraViewControllerPhotoStabilizationDidStart(_ cameraViewController: GSSDK.GSKCameraViewController)
|
|
259
|
+
@objc @_Concurrency.MainActor optional func cameraViewControllerShouldSnapPhoto(_ cameraViewController: GSSDK.GSKCameraViewController) -> Swift.Bool
|
|
259
260
|
@objc @_Concurrency.MainActor optional func cameraViewController(_ cameraViewController: GSSDK.GSKCameraViewController, willSnapPhotoWithQuadrangle quadrangle: GSSDK.GSKQuadrangle)
|
|
260
261
|
@objc @_Concurrency.MainActor optional func cameraViewControllerDidSnapPhoto(_ cameraViewController: GSSDK.GSKCameraViewController)
|
|
261
262
|
@objc @_Concurrency.MainActor optional func cameraViewController(_ cameraViewController: GSSDK.GSKCameraViewController, didGenerateScan scan: GSSDK.GSKScan)
|
|
Binary file
|
|
@@ -256,6 +256,7 @@ extension GSSDK.GSKCameraViewController {
|
|
|
256
256
|
@objc @_Concurrency.MainActor optional func cameraViewController(_ cameraViewController: GSSDK.GSKCameraViewController, didFindDocumentWithQuadrangle quadrangle: GSSDK.GSKQuadrangle)
|
|
257
257
|
@objc @_Concurrency.MainActor optional func cameraViewControllerFailedToFindDocument(_ cameraViewController: GSSDK.GSKCameraViewController)
|
|
258
258
|
@objc @_Concurrency.MainActor optional func cameraViewControllerPhotoStabilizationDidStart(_ cameraViewController: GSSDK.GSKCameraViewController)
|
|
259
|
+
@objc @_Concurrency.MainActor optional func cameraViewControllerShouldSnapPhoto(_ cameraViewController: GSSDK.GSKCameraViewController) -> Swift.Bool
|
|
259
260
|
@objc @_Concurrency.MainActor optional func cameraViewController(_ cameraViewController: GSSDK.GSKCameraViewController, willSnapPhotoWithQuadrangle quadrangle: GSSDK.GSKQuadrangle)
|
|
260
261
|
@objc @_Concurrency.MainActor optional func cameraViewControllerDidSnapPhoto(_ cameraViewController: GSSDK.GSKCameraViewController)
|
|
261
262
|
@objc @_Concurrency.MainActor optional func cameraViewController(_ cameraViewController: GSSDK.GSKCameraViewController, didGenerateScan scan: GSSDK.GSKScan)
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thegrizzlylabs/react-native-genius-scan",
|
|
3
|
-
"version": "6.0.0-
|
|
3
|
+
"version": "6.0.0-beta12",
|
|
4
4
|
"description": "React Native Plugin for Genius Scan SDK",
|
|
5
5
|
"author": "TheGrizzlyLabs <sdk@thegrizzlylabs.com> (https://www.thegrizzlylabs.com/)",
|
|
6
6
|
"homepage": "https://geniusscansdk.com",
|