@thegrizzlylabs/react-native-genius-scan 6.0.0-beta08 → 6.0.0-beta10
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/android/build.gradle +1 -1
- 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 +1 -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 +109 -12
- package/ios/GSSDK/GSSDK.xcframework/ios-arm64/GSSDK.framework/Modules/GSSDK.swiftmodule/arm64-apple-ios.private.swiftinterface +2 -0
- package/ios/GSSDK/GSSDK.xcframework/ios-arm64/GSSDK.framework/Modules/GSSDK.swiftmodule/arm64-apple-ios.swiftinterface +2 -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 +2 -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 +109 -12
- package/ios/GSSDK/GSSDK.xcframework/ios-arm64_x86_64-simulator/GSSDK.framework/Modules/GSSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +2 -0
- package/ios/GSSDK/GSSDK.xcframework/ios-arm64_x86_64-simulator/GSSDK.framework/Modules/GSSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface +2 -0
- package/ios/GSSDK/GSSDK.xcframework/ios-arm64_x86_64-simulator/GSSDK.framework/Modules/GSSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json +109 -12
- package/ios/GSSDK/GSSDK.xcframework/ios-arm64_x86_64-simulator/GSSDK.framework/Modules/GSSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +2 -0
- package/ios/GSSDK/GSSDK.xcframework/ios-arm64_x86_64-simulator/GSSDK.framework/Modules/GSSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +2 -0
- package/package.json +1 -1
package/android/build.gradle
CHANGED
|
Binary file
|
|
@@ -1088,6 +1088,7 @@ typedef SWIFT_ENUM_NAMED(NSInteger, GSKIntegrationFramework, "GSKIntegrationFram
|
|
|
1088
1088
|
GSKIntegrationFrameworkCordova = 2,
|
|
1089
1089
|
GSKIntegrationFrameworkFlutter = 3,
|
|
1090
1090
|
GSKIntegrationFrameworkDotnet = 4,
|
|
1091
|
+
GSKIntegrationFrameworkCapacitor = 5,
|
|
1091
1092
|
};
|
|
1092
1093
|
|
|
1093
1094
|
/// A document image processor that performs no operation and returns the input file as an output
|
|
Binary file
|
|
@@ -6264,6 +6264,20 @@
|
|
|
6264
6264
|
}
|
|
6265
6265
|
]
|
|
6266
6266
|
},
|
|
6267
|
+
{
|
|
6268
|
+
"kind": "Import",
|
|
6269
|
+
"name": "AVKit",
|
|
6270
|
+
"printedName": "AVKit",
|
|
6271
|
+
"declKind": "Import",
|
|
6272
|
+
"moduleName": "GSSDK"
|
|
6273
|
+
},
|
|
6274
|
+
{
|
|
6275
|
+
"kind": "Import",
|
|
6276
|
+
"name": "UIKit",
|
|
6277
|
+
"printedName": "UIKit",
|
|
6278
|
+
"declKind": "Import",
|
|
6279
|
+
"moduleName": "GSSDK"
|
|
6280
|
+
},
|
|
6267
6281
|
{
|
|
6268
6282
|
"kind": "Import",
|
|
6269
6283
|
"name": "Foundation",
|
|
@@ -11287,6 +11301,47 @@
|
|
|
11287
11301
|
],
|
|
11288
11302
|
"fixedbinaryorder": 4
|
|
11289
11303
|
},
|
|
11304
|
+
{
|
|
11305
|
+
"kind": "Var",
|
|
11306
|
+
"name": "capacitor",
|
|
11307
|
+
"printedName": "capacitor",
|
|
11308
|
+
"children": [
|
|
11309
|
+
{
|
|
11310
|
+
"kind": "TypeFunc",
|
|
11311
|
+
"name": "Function",
|
|
11312
|
+
"printedName": "(GSSDK.GSKIntegrationFramework.Type) -> GSSDK.GSKIntegrationFramework",
|
|
11313
|
+
"children": [
|
|
11314
|
+
{
|
|
11315
|
+
"kind": "TypeNominal",
|
|
11316
|
+
"name": "GSKIntegrationFramework",
|
|
11317
|
+
"printedName": "GSSDK.GSKIntegrationFramework",
|
|
11318
|
+
"usr": "c:@M@GSSDK@E@GSKIntegrationFramework"
|
|
11319
|
+
},
|
|
11320
|
+
{
|
|
11321
|
+
"kind": "TypeNominal",
|
|
11322
|
+
"name": "Metatype",
|
|
11323
|
+
"printedName": "GSSDK.GSKIntegrationFramework.Type",
|
|
11324
|
+
"children": [
|
|
11325
|
+
{
|
|
11326
|
+
"kind": "TypeNominal",
|
|
11327
|
+
"name": "GSKIntegrationFramework",
|
|
11328
|
+
"printedName": "GSSDK.GSKIntegrationFramework",
|
|
11329
|
+
"usr": "c:@M@GSSDK@E@GSKIntegrationFramework"
|
|
11330
|
+
}
|
|
11331
|
+
]
|
|
11332
|
+
}
|
|
11333
|
+
]
|
|
11334
|
+
}
|
|
11335
|
+
],
|
|
11336
|
+
"declKind": "EnumElement",
|
|
11337
|
+
"usr": "c:@M@GSSDK@E@GSKIntegrationFramework@GSKIntegrationFrameworkCapacitor",
|
|
11338
|
+
"mangledName": "$s5GSSDK23GSKIntegrationFrameworkO9capacitoryA2CmF",
|
|
11339
|
+
"moduleName": "GSSDK",
|
|
11340
|
+
"declAttributes": [
|
|
11341
|
+
"ObjC"
|
|
11342
|
+
],
|
|
11343
|
+
"fixedbinaryorder": 5
|
|
11344
|
+
},
|
|
11290
11345
|
{
|
|
11291
11346
|
"kind": "Constructor",
|
|
11292
11347
|
"name": "init",
|
|
@@ -39987,24 +40042,52 @@
|
|
|
39987
40042
|
"length": 2,
|
|
39988
40043
|
"value": "10"
|
|
39989
40044
|
},
|
|
40045
|
+
{
|
|
40046
|
+
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKEditableFrame.swift",
|
|
40047
|
+
"kind": "IntegerLiteral",
|
|
40048
|
+
"offset": 719,
|
|
40049
|
+
"length": 2,
|
|
40050
|
+
"value": "44"
|
|
40051
|
+
},
|
|
40052
|
+
{
|
|
40053
|
+
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKEditableFrame.swift",
|
|
40054
|
+
"kind": "IntegerLiteral",
|
|
40055
|
+
"offset": 797,
|
|
40056
|
+
"length": 1,
|
|
40057
|
+
"value": "2"
|
|
40058
|
+
},
|
|
40059
|
+
{
|
|
40060
|
+
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKEditableFrame.swift",
|
|
40061
|
+
"kind": "FloatLiteral",
|
|
40062
|
+
"offset": 865,
|
|
40063
|
+
"length": 4,
|
|
40064
|
+
"value": "0.01"
|
|
40065
|
+
},
|
|
39990
40066
|
{
|
|
39991
40067
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKEditableFrame.swift",
|
|
39992
40068
|
"kind": "FloatLiteral",
|
|
39993
|
-
"offset":
|
|
40069
|
+
"offset": 932,
|
|
40070
|
+
"length": 4,
|
|
40071
|
+
"value": "0.03"
|
|
40072
|
+
},
|
|
40073
|
+
{
|
|
40074
|
+
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKEditableFrame.swift",
|
|
40075
|
+
"kind": "FloatLiteral",
|
|
40076
|
+
"offset": 1604,
|
|
39994
40077
|
"length": 3,
|
|
39995
40078
|
"value": "0.5"
|
|
39996
40079
|
},
|
|
39997
40080
|
{
|
|
39998
40081
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKEditableFrame.swift",
|
|
39999
40082
|
"kind": "IntegerLiteral",
|
|
40000
|
-
"offset":
|
|
40083
|
+
"offset": 5348,
|
|
40001
40084
|
"length": 1,
|
|
40002
40085
|
"value": "2"
|
|
40003
40086
|
},
|
|
40004
40087
|
{
|
|
40005
40088
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKEditableFrame.swift",
|
|
40006
40089
|
"kind": "IntegerLiteral",
|
|
40007
|
-
"offset":
|
|
40090
|
+
"offset": 5409,
|
|
40008
40091
|
"length": 1,
|
|
40009
40092
|
"value": "2"
|
|
40010
40093
|
},
|
|
@@ -40176,45 +40259,52 @@
|
|
|
40176
40259
|
"length": 6,
|
|
40177
40260
|
"value": "4"
|
|
40178
40261
|
},
|
|
40262
|
+
{
|
|
40263
|
+
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKIntegrationContext.swift",
|
|
40264
|
+
"kind": "IntegerLiteral",
|
|
40265
|
+
"offset": 189,
|
|
40266
|
+
"length": 9,
|
|
40267
|
+
"value": "5"
|
|
40268
|
+
},
|
|
40179
40269
|
{
|
|
40180
40270
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKIntegrationContext.swift",
|
|
40181
40271
|
"kind": "StringLiteral",
|
|
40182
|
-
"offset":
|
|
40272
|
+
"offset": 1155,
|
|
40183
40273
|
"length": 29,
|
|
40184
40274
|
"value": "\"scanFlowIntegrationDetected\""
|
|
40185
40275
|
},
|
|
40186
40276
|
{
|
|
40187
40277
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKIntegrationContext.swift",
|
|
40188
40278
|
"kind": "StringLiteral",
|
|
40189
|
-
"offset":
|
|
40279
|
+
"offset": 1228,
|
|
40190
40280
|
"length": 23,
|
|
40191
40281
|
"value": "\"lowLevelComponentUsed\""
|
|
40192
40282
|
},
|
|
40193
40283
|
{
|
|
40194
40284
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKIntegrationContext.swift",
|
|
40195
40285
|
"kind": "StringLiteral",
|
|
40196
|
-
"offset":
|
|
40286
|
+
"offset": 1283,
|
|
40197
40287
|
"length": 11,
|
|
40198
40288
|
"value": "\"framework\""
|
|
40199
40289
|
},
|
|
40200
40290
|
{
|
|
40201
40291
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKIntegrationContext.swift",
|
|
40202
40292
|
"kind": "StringLiteral",
|
|
40203
|
-
"offset":
|
|
40293
|
+
"offset": 1337,
|
|
40204
40294
|
"length": 34,
|
|
40205
40295
|
"value": "\"com.thegrizzlylabs.geniusscansdk\""
|
|
40206
40296
|
},
|
|
40207
40297
|
{
|
|
40208
40298
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKIntegrationContext.swift",
|
|
40209
40299
|
"kind": "StringLiteral",
|
|
40210
|
-
"offset":
|
|
40300
|
+
"offset": 2100,
|
|
40211
40301
|
"length": 8,
|
|
40212
40302
|
"value": "\"simple\""
|
|
40213
40303
|
},
|
|
40214
40304
|
{
|
|
40215
40305
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKIntegrationContext.swift",
|
|
40216
40306
|
"kind": "StringLiteral",
|
|
40217
|
-
"offset":
|
|
40307
|
+
"offset": 2135,
|
|
40218
40308
|
"length": 8,
|
|
40219
40309
|
"value": "\"custom\""
|
|
40220
40310
|
},
|
|
@@ -42643,24 +42733,31 @@
|
|
|
42643
42733
|
{
|
|
42644
42734
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Views\/GSKUIScanCollectionView.swift",
|
|
42645
42735
|
"kind": "IntegerLiteral",
|
|
42646
|
-
"offset":
|
|
42736
|
+
"offset": 12972,
|
|
42647
42737
|
"length": 1,
|
|
42648
42738
|
"value": "4"
|
|
42649
42739
|
},
|
|
42650
42740
|
{
|
|
42651
42741
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Views\/GSKUIScanCollectionView.swift",
|
|
42652
42742
|
"kind": "StringLiteral",
|
|
42653
|
-
"offset":
|
|
42743
|
+
"offset": 16122,
|
|
42654
42744
|
"length": 30,
|
|
42655
42745
|
"value": "\"GSKUIScanCollectionView.Cell\""
|
|
42656
42746
|
},
|
|
42657
42747
|
{
|
|
42658
42748
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Views\/GSKUIScanCollectionView.swift",
|
|
42659
42749
|
"kind": "IntegerLiteral",
|
|
42660
|
-
"offset":
|
|
42750
|
+
"offset": 16186,
|
|
42661
42751
|
"length": 1,
|
|
42662
42752
|
"value": "3"
|
|
42663
42753
|
},
|
|
42754
|
+
{
|
|
42755
|
+
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Views\/GSKUIScanCollectionView.swift",
|
|
42756
|
+
"kind": "IntegerLiteral",
|
|
42757
|
+
"offset": 16244,
|
|
42758
|
+
"length": 2,
|
|
42759
|
+
"value": "28"
|
|
42760
|
+
},
|
|
42664
42761
|
{
|
|
42665
42762
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Views\/GSKUIShutterButton.swift",
|
|
42666
42763
|
"kind": "StringLiteral",
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
// swift-module-flags: -target arm64-apple-ios15.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name GSSDK
|
|
4
4
|
// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2.3
|
|
5
5
|
import AVFoundation
|
|
6
|
+
import AVKit
|
|
6
7
|
import Combine
|
|
7
8
|
import Contacts
|
|
8
9
|
import ContactsUI
|
|
@@ -484,6 +485,7 @@ extension GSSDK.GSKFilterLightingCorrectionConfiguration {
|
|
|
484
485
|
case cordova
|
|
485
486
|
case flutter
|
|
486
487
|
case dotnet
|
|
488
|
+
case capacitor
|
|
487
489
|
#if compiler(>=5.3) && $NonescapableTypes
|
|
488
490
|
public init?(rawValue: Swift.Int)
|
|
489
491
|
#endif
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
// swift-module-flags: -target arm64-apple-ios15.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name GSSDK
|
|
4
4
|
// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2.3
|
|
5
5
|
import AVFoundation
|
|
6
|
+
import AVKit
|
|
6
7
|
import Combine
|
|
7
8
|
import Contacts
|
|
8
9
|
import ContactsUI
|
|
@@ -484,6 +485,7 @@ extension GSSDK.GSKFilterLightingCorrectionConfiguration {
|
|
|
484
485
|
case cordova
|
|
485
486
|
case flutter
|
|
486
487
|
case dotnet
|
|
488
|
+
case capacitor
|
|
487
489
|
#if compiler(>=5.3) && $NonescapableTypes
|
|
488
490
|
public init?(rawValue: Swift.Int)
|
|
489
491
|
#endif
|
|
Binary file
|
package/ios/GSSDK/GSSDK.xcframework/ios-arm64_x86_64-simulator/GSSDK.framework/Headers/GSSDK-Swift.h
CHANGED
|
@@ -1088,6 +1088,7 @@ typedef SWIFT_ENUM_NAMED(NSInteger, GSKIntegrationFramework, "GSKIntegrationFram
|
|
|
1088
1088
|
GSKIntegrationFrameworkCordova = 2,
|
|
1089
1089
|
GSKIntegrationFrameworkFlutter = 3,
|
|
1090
1090
|
GSKIntegrationFrameworkDotnet = 4,
|
|
1091
|
+
GSKIntegrationFrameworkCapacitor = 5,
|
|
1091
1092
|
};
|
|
1092
1093
|
|
|
1093
1094
|
/// A document image processor that performs no operation and returns the input file as an output
|
|
@@ -2805,6 +2806,7 @@ typedef SWIFT_ENUM_NAMED(NSInteger, GSKIntegrationFramework, "GSKIntegrationFram
|
|
|
2805
2806
|
GSKIntegrationFrameworkCordova = 2,
|
|
2806
2807
|
GSKIntegrationFrameworkFlutter = 3,
|
|
2807
2808
|
GSKIntegrationFrameworkDotnet = 4,
|
|
2809
|
+
GSKIntegrationFrameworkCapacitor = 5,
|
|
2808
2810
|
};
|
|
2809
2811
|
|
|
2810
2812
|
/// A document image processor that performs no operation and returns the input file as an output
|
|
Binary file
|
|
@@ -6264,6 +6264,20 @@
|
|
|
6264
6264
|
}
|
|
6265
6265
|
]
|
|
6266
6266
|
},
|
|
6267
|
+
{
|
|
6268
|
+
"kind": "Import",
|
|
6269
|
+
"name": "AVKit",
|
|
6270
|
+
"printedName": "AVKit",
|
|
6271
|
+
"declKind": "Import",
|
|
6272
|
+
"moduleName": "GSSDK"
|
|
6273
|
+
},
|
|
6274
|
+
{
|
|
6275
|
+
"kind": "Import",
|
|
6276
|
+
"name": "UIKit",
|
|
6277
|
+
"printedName": "UIKit",
|
|
6278
|
+
"declKind": "Import",
|
|
6279
|
+
"moduleName": "GSSDK"
|
|
6280
|
+
},
|
|
6267
6281
|
{
|
|
6268
6282
|
"kind": "Import",
|
|
6269
6283
|
"name": "Foundation",
|
|
@@ -11287,6 +11301,47 @@
|
|
|
11287
11301
|
],
|
|
11288
11302
|
"fixedbinaryorder": 4
|
|
11289
11303
|
},
|
|
11304
|
+
{
|
|
11305
|
+
"kind": "Var",
|
|
11306
|
+
"name": "capacitor",
|
|
11307
|
+
"printedName": "capacitor",
|
|
11308
|
+
"children": [
|
|
11309
|
+
{
|
|
11310
|
+
"kind": "TypeFunc",
|
|
11311
|
+
"name": "Function",
|
|
11312
|
+
"printedName": "(GSSDK.GSKIntegrationFramework.Type) -> GSSDK.GSKIntegrationFramework",
|
|
11313
|
+
"children": [
|
|
11314
|
+
{
|
|
11315
|
+
"kind": "TypeNominal",
|
|
11316
|
+
"name": "GSKIntegrationFramework",
|
|
11317
|
+
"printedName": "GSSDK.GSKIntegrationFramework",
|
|
11318
|
+
"usr": "c:@M@GSSDK@E@GSKIntegrationFramework"
|
|
11319
|
+
},
|
|
11320
|
+
{
|
|
11321
|
+
"kind": "TypeNominal",
|
|
11322
|
+
"name": "Metatype",
|
|
11323
|
+
"printedName": "GSSDK.GSKIntegrationFramework.Type",
|
|
11324
|
+
"children": [
|
|
11325
|
+
{
|
|
11326
|
+
"kind": "TypeNominal",
|
|
11327
|
+
"name": "GSKIntegrationFramework",
|
|
11328
|
+
"printedName": "GSSDK.GSKIntegrationFramework",
|
|
11329
|
+
"usr": "c:@M@GSSDK@E@GSKIntegrationFramework"
|
|
11330
|
+
}
|
|
11331
|
+
]
|
|
11332
|
+
}
|
|
11333
|
+
]
|
|
11334
|
+
}
|
|
11335
|
+
],
|
|
11336
|
+
"declKind": "EnumElement",
|
|
11337
|
+
"usr": "c:@M@GSSDK@E@GSKIntegrationFramework@GSKIntegrationFrameworkCapacitor",
|
|
11338
|
+
"mangledName": "$s5GSSDK23GSKIntegrationFrameworkO9capacitoryA2CmF",
|
|
11339
|
+
"moduleName": "GSSDK",
|
|
11340
|
+
"declAttributes": [
|
|
11341
|
+
"ObjC"
|
|
11342
|
+
],
|
|
11343
|
+
"fixedbinaryorder": 5
|
|
11344
|
+
},
|
|
11290
11345
|
{
|
|
11291
11346
|
"kind": "Constructor",
|
|
11292
11347
|
"name": "init",
|
|
@@ -39987,24 +40042,52 @@
|
|
|
39987
40042
|
"length": 2,
|
|
39988
40043
|
"value": "10"
|
|
39989
40044
|
},
|
|
40045
|
+
{
|
|
40046
|
+
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKEditableFrame.swift",
|
|
40047
|
+
"kind": "IntegerLiteral",
|
|
40048
|
+
"offset": 719,
|
|
40049
|
+
"length": 2,
|
|
40050
|
+
"value": "44"
|
|
40051
|
+
},
|
|
40052
|
+
{
|
|
40053
|
+
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKEditableFrame.swift",
|
|
40054
|
+
"kind": "IntegerLiteral",
|
|
40055
|
+
"offset": 797,
|
|
40056
|
+
"length": 1,
|
|
40057
|
+
"value": "2"
|
|
40058
|
+
},
|
|
40059
|
+
{
|
|
40060
|
+
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKEditableFrame.swift",
|
|
40061
|
+
"kind": "FloatLiteral",
|
|
40062
|
+
"offset": 865,
|
|
40063
|
+
"length": 4,
|
|
40064
|
+
"value": "0.01"
|
|
40065
|
+
},
|
|
39990
40066
|
{
|
|
39991
40067
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKEditableFrame.swift",
|
|
39992
40068
|
"kind": "FloatLiteral",
|
|
39993
|
-
"offset":
|
|
40069
|
+
"offset": 932,
|
|
40070
|
+
"length": 4,
|
|
40071
|
+
"value": "0.03"
|
|
40072
|
+
},
|
|
40073
|
+
{
|
|
40074
|
+
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKEditableFrame.swift",
|
|
40075
|
+
"kind": "FloatLiteral",
|
|
40076
|
+
"offset": 1604,
|
|
39994
40077
|
"length": 3,
|
|
39995
40078
|
"value": "0.5"
|
|
39996
40079
|
},
|
|
39997
40080
|
{
|
|
39998
40081
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKEditableFrame.swift",
|
|
39999
40082
|
"kind": "IntegerLiteral",
|
|
40000
|
-
"offset":
|
|
40083
|
+
"offset": 5348,
|
|
40001
40084
|
"length": 1,
|
|
40002
40085
|
"value": "2"
|
|
40003
40086
|
},
|
|
40004
40087
|
{
|
|
40005
40088
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKEditableFrame.swift",
|
|
40006
40089
|
"kind": "IntegerLiteral",
|
|
40007
|
-
"offset":
|
|
40090
|
+
"offset": 5409,
|
|
40008
40091
|
"length": 1,
|
|
40009
40092
|
"value": "2"
|
|
40010
40093
|
},
|
|
@@ -40176,45 +40259,52 @@
|
|
|
40176
40259
|
"length": 6,
|
|
40177
40260
|
"value": "4"
|
|
40178
40261
|
},
|
|
40262
|
+
{
|
|
40263
|
+
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKIntegrationContext.swift",
|
|
40264
|
+
"kind": "IntegerLiteral",
|
|
40265
|
+
"offset": 189,
|
|
40266
|
+
"length": 9,
|
|
40267
|
+
"value": "5"
|
|
40268
|
+
},
|
|
40179
40269
|
{
|
|
40180
40270
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKIntegrationContext.swift",
|
|
40181
40271
|
"kind": "StringLiteral",
|
|
40182
|
-
"offset":
|
|
40272
|
+
"offset": 1155,
|
|
40183
40273
|
"length": 29,
|
|
40184
40274
|
"value": "\"scanFlowIntegrationDetected\""
|
|
40185
40275
|
},
|
|
40186
40276
|
{
|
|
40187
40277
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKIntegrationContext.swift",
|
|
40188
40278
|
"kind": "StringLiteral",
|
|
40189
|
-
"offset":
|
|
40279
|
+
"offset": 1228,
|
|
40190
40280
|
"length": 23,
|
|
40191
40281
|
"value": "\"lowLevelComponentUsed\""
|
|
40192
40282
|
},
|
|
40193
40283
|
{
|
|
40194
40284
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKIntegrationContext.swift",
|
|
40195
40285
|
"kind": "StringLiteral",
|
|
40196
|
-
"offset":
|
|
40286
|
+
"offset": 1283,
|
|
40197
40287
|
"length": 11,
|
|
40198
40288
|
"value": "\"framework\""
|
|
40199
40289
|
},
|
|
40200
40290
|
{
|
|
40201
40291
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKIntegrationContext.swift",
|
|
40202
40292
|
"kind": "StringLiteral",
|
|
40203
|
-
"offset":
|
|
40293
|
+
"offset": 1337,
|
|
40204
40294
|
"length": 34,
|
|
40205
40295
|
"value": "\"com.thegrizzlylabs.geniusscansdk\""
|
|
40206
40296
|
},
|
|
40207
40297
|
{
|
|
40208
40298
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKIntegrationContext.swift",
|
|
40209
40299
|
"kind": "StringLiteral",
|
|
40210
|
-
"offset":
|
|
40300
|
+
"offset": 2100,
|
|
40211
40301
|
"length": 8,
|
|
40212
40302
|
"value": "\"simple\""
|
|
40213
40303
|
},
|
|
40214
40304
|
{
|
|
40215
40305
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKIntegrationContext.swift",
|
|
40216
40306
|
"kind": "StringLiteral",
|
|
40217
|
-
"offset":
|
|
40307
|
+
"offset": 2135,
|
|
40218
40308
|
"length": 8,
|
|
40219
40309
|
"value": "\"custom\""
|
|
40220
40310
|
},
|
|
@@ -42643,24 +42733,31 @@
|
|
|
42643
42733
|
{
|
|
42644
42734
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Views\/GSKUIScanCollectionView.swift",
|
|
42645
42735
|
"kind": "IntegerLiteral",
|
|
42646
|
-
"offset":
|
|
42736
|
+
"offset": 12972,
|
|
42647
42737
|
"length": 1,
|
|
42648
42738
|
"value": "4"
|
|
42649
42739
|
},
|
|
42650
42740
|
{
|
|
42651
42741
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Views\/GSKUIScanCollectionView.swift",
|
|
42652
42742
|
"kind": "StringLiteral",
|
|
42653
|
-
"offset":
|
|
42743
|
+
"offset": 16122,
|
|
42654
42744
|
"length": 30,
|
|
42655
42745
|
"value": "\"GSKUIScanCollectionView.Cell\""
|
|
42656
42746
|
},
|
|
42657
42747
|
{
|
|
42658
42748
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Views\/GSKUIScanCollectionView.swift",
|
|
42659
42749
|
"kind": "IntegerLiteral",
|
|
42660
|
-
"offset":
|
|
42750
|
+
"offset": 16186,
|
|
42661
42751
|
"length": 1,
|
|
42662
42752
|
"value": "3"
|
|
42663
42753
|
},
|
|
42754
|
+
{
|
|
42755
|
+
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Views\/GSKUIScanCollectionView.swift",
|
|
42756
|
+
"kind": "IntegerLiteral",
|
|
42757
|
+
"offset": 16244,
|
|
42758
|
+
"length": 2,
|
|
42759
|
+
"value": "28"
|
|
42760
|
+
},
|
|
42664
42761
|
{
|
|
42665
42762
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Views\/GSKUIShutterButton.swift",
|
|
42666
42763
|
"kind": "StringLiteral",
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
// swift-module-flags: -target arm64-apple-ios15.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name GSSDK
|
|
4
4
|
// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2.3
|
|
5
5
|
import AVFoundation
|
|
6
|
+
import AVKit
|
|
6
7
|
import Combine
|
|
7
8
|
import Contacts
|
|
8
9
|
import ContactsUI
|
|
@@ -484,6 +485,7 @@ extension GSSDK.GSKFilterLightingCorrectionConfiguration {
|
|
|
484
485
|
case cordova
|
|
485
486
|
case flutter
|
|
486
487
|
case dotnet
|
|
488
|
+
case capacitor
|
|
487
489
|
#if compiler(>=5.3) && $NonescapableTypes
|
|
488
490
|
public init?(rawValue: Swift.Int)
|
|
489
491
|
#endif
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
// swift-module-flags: -target arm64-apple-ios15.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name GSSDK
|
|
4
4
|
// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2.3
|
|
5
5
|
import AVFoundation
|
|
6
|
+
import AVKit
|
|
6
7
|
import Combine
|
|
7
8
|
import Contacts
|
|
8
9
|
import ContactsUI
|
|
@@ -484,6 +485,7 @@ extension GSSDK.GSKFilterLightingCorrectionConfiguration {
|
|
|
484
485
|
case cordova
|
|
485
486
|
case flutter
|
|
486
487
|
case dotnet
|
|
488
|
+
case capacitor
|
|
487
489
|
#if compiler(>=5.3) && $NonescapableTypes
|
|
488
490
|
public init?(rawValue: Swift.Int)
|
|
489
491
|
#endif
|
|
@@ -6264,6 +6264,20 @@
|
|
|
6264
6264
|
}
|
|
6265
6265
|
]
|
|
6266
6266
|
},
|
|
6267
|
+
{
|
|
6268
|
+
"kind": "Import",
|
|
6269
|
+
"name": "AVKit",
|
|
6270
|
+
"printedName": "AVKit",
|
|
6271
|
+
"declKind": "Import",
|
|
6272
|
+
"moduleName": "GSSDK"
|
|
6273
|
+
},
|
|
6274
|
+
{
|
|
6275
|
+
"kind": "Import",
|
|
6276
|
+
"name": "UIKit",
|
|
6277
|
+
"printedName": "UIKit",
|
|
6278
|
+
"declKind": "Import",
|
|
6279
|
+
"moduleName": "GSSDK"
|
|
6280
|
+
},
|
|
6267
6281
|
{
|
|
6268
6282
|
"kind": "Import",
|
|
6269
6283
|
"name": "Foundation",
|
|
@@ -11287,6 +11301,47 @@
|
|
|
11287
11301
|
],
|
|
11288
11302
|
"fixedbinaryorder": 4
|
|
11289
11303
|
},
|
|
11304
|
+
{
|
|
11305
|
+
"kind": "Var",
|
|
11306
|
+
"name": "capacitor",
|
|
11307
|
+
"printedName": "capacitor",
|
|
11308
|
+
"children": [
|
|
11309
|
+
{
|
|
11310
|
+
"kind": "TypeFunc",
|
|
11311
|
+
"name": "Function",
|
|
11312
|
+
"printedName": "(GSSDK.GSKIntegrationFramework.Type) -> GSSDK.GSKIntegrationFramework",
|
|
11313
|
+
"children": [
|
|
11314
|
+
{
|
|
11315
|
+
"kind": "TypeNominal",
|
|
11316
|
+
"name": "GSKIntegrationFramework",
|
|
11317
|
+
"printedName": "GSSDK.GSKIntegrationFramework",
|
|
11318
|
+
"usr": "c:@M@GSSDK@E@GSKIntegrationFramework"
|
|
11319
|
+
},
|
|
11320
|
+
{
|
|
11321
|
+
"kind": "TypeNominal",
|
|
11322
|
+
"name": "Metatype",
|
|
11323
|
+
"printedName": "GSSDK.GSKIntegrationFramework.Type",
|
|
11324
|
+
"children": [
|
|
11325
|
+
{
|
|
11326
|
+
"kind": "TypeNominal",
|
|
11327
|
+
"name": "GSKIntegrationFramework",
|
|
11328
|
+
"printedName": "GSSDK.GSKIntegrationFramework",
|
|
11329
|
+
"usr": "c:@M@GSSDK@E@GSKIntegrationFramework"
|
|
11330
|
+
}
|
|
11331
|
+
]
|
|
11332
|
+
}
|
|
11333
|
+
]
|
|
11334
|
+
}
|
|
11335
|
+
],
|
|
11336
|
+
"declKind": "EnumElement",
|
|
11337
|
+
"usr": "c:@M@GSSDK@E@GSKIntegrationFramework@GSKIntegrationFrameworkCapacitor",
|
|
11338
|
+
"mangledName": "$s5GSSDK23GSKIntegrationFrameworkO9capacitoryA2CmF",
|
|
11339
|
+
"moduleName": "GSSDK",
|
|
11340
|
+
"declAttributes": [
|
|
11341
|
+
"ObjC"
|
|
11342
|
+
],
|
|
11343
|
+
"fixedbinaryorder": 5
|
|
11344
|
+
},
|
|
11290
11345
|
{
|
|
11291
11346
|
"kind": "Constructor",
|
|
11292
11347
|
"name": "init",
|
|
@@ -39987,24 +40042,52 @@
|
|
|
39987
40042
|
"length": 2,
|
|
39988
40043
|
"value": "10"
|
|
39989
40044
|
},
|
|
40045
|
+
{
|
|
40046
|
+
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKEditableFrame.swift",
|
|
40047
|
+
"kind": "IntegerLiteral",
|
|
40048
|
+
"offset": 719,
|
|
40049
|
+
"length": 2,
|
|
40050
|
+
"value": "44"
|
|
40051
|
+
},
|
|
40052
|
+
{
|
|
40053
|
+
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKEditableFrame.swift",
|
|
40054
|
+
"kind": "IntegerLiteral",
|
|
40055
|
+
"offset": 797,
|
|
40056
|
+
"length": 1,
|
|
40057
|
+
"value": "2"
|
|
40058
|
+
},
|
|
40059
|
+
{
|
|
40060
|
+
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKEditableFrame.swift",
|
|
40061
|
+
"kind": "FloatLiteral",
|
|
40062
|
+
"offset": 865,
|
|
40063
|
+
"length": 4,
|
|
40064
|
+
"value": "0.01"
|
|
40065
|
+
},
|
|
39990
40066
|
{
|
|
39991
40067
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKEditableFrame.swift",
|
|
39992
40068
|
"kind": "FloatLiteral",
|
|
39993
|
-
"offset":
|
|
40069
|
+
"offset": 932,
|
|
40070
|
+
"length": 4,
|
|
40071
|
+
"value": "0.03"
|
|
40072
|
+
},
|
|
40073
|
+
{
|
|
40074
|
+
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKEditableFrame.swift",
|
|
40075
|
+
"kind": "FloatLiteral",
|
|
40076
|
+
"offset": 1604,
|
|
39994
40077
|
"length": 3,
|
|
39995
40078
|
"value": "0.5"
|
|
39996
40079
|
},
|
|
39997
40080
|
{
|
|
39998
40081
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKEditableFrame.swift",
|
|
39999
40082
|
"kind": "IntegerLiteral",
|
|
40000
|
-
"offset":
|
|
40083
|
+
"offset": 5348,
|
|
40001
40084
|
"length": 1,
|
|
40002
40085
|
"value": "2"
|
|
40003
40086
|
},
|
|
40004
40087
|
{
|
|
40005
40088
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKEditableFrame.swift",
|
|
40006
40089
|
"kind": "IntegerLiteral",
|
|
40007
|
-
"offset":
|
|
40090
|
+
"offset": 5409,
|
|
40008
40091
|
"length": 1,
|
|
40009
40092
|
"value": "2"
|
|
40010
40093
|
},
|
|
@@ -40176,45 +40259,52 @@
|
|
|
40176
40259
|
"length": 6,
|
|
40177
40260
|
"value": "4"
|
|
40178
40261
|
},
|
|
40262
|
+
{
|
|
40263
|
+
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKIntegrationContext.swift",
|
|
40264
|
+
"kind": "IntegerLiteral",
|
|
40265
|
+
"offset": 189,
|
|
40266
|
+
"length": 9,
|
|
40267
|
+
"value": "5"
|
|
40268
|
+
},
|
|
40179
40269
|
{
|
|
40180
40270
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKIntegrationContext.swift",
|
|
40181
40271
|
"kind": "StringLiteral",
|
|
40182
|
-
"offset":
|
|
40272
|
+
"offset": 1155,
|
|
40183
40273
|
"length": 29,
|
|
40184
40274
|
"value": "\"scanFlowIntegrationDetected\""
|
|
40185
40275
|
},
|
|
40186
40276
|
{
|
|
40187
40277
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKIntegrationContext.swift",
|
|
40188
40278
|
"kind": "StringLiteral",
|
|
40189
|
-
"offset":
|
|
40279
|
+
"offset": 1228,
|
|
40190
40280
|
"length": 23,
|
|
40191
40281
|
"value": "\"lowLevelComponentUsed\""
|
|
40192
40282
|
},
|
|
40193
40283
|
{
|
|
40194
40284
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKIntegrationContext.swift",
|
|
40195
40285
|
"kind": "StringLiteral",
|
|
40196
|
-
"offset":
|
|
40286
|
+
"offset": 1283,
|
|
40197
40287
|
"length": 11,
|
|
40198
40288
|
"value": "\"framework\""
|
|
40199
40289
|
},
|
|
40200
40290
|
{
|
|
40201
40291
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKIntegrationContext.swift",
|
|
40202
40292
|
"kind": "StringLiteral",
|
|
40203
|
-
"offset":
|
|
40293
|
+
"offset": 1337,
|
|
40204
40294
|
"length": 34,
|
|
40205
40295
|
"value": "\"com.thegrizzlylabs.geniusscansdk\""
|
|
40206
40296
|
},
|
|
40207
40297
|
{
|
|
40208
40298
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKIntegrationContext.swift",
|
|
40209
40299
|
"kind": "StringLiteral",
|
|
40210
|
-
"offset":
|
|
40300
|
+
"offset": 2100,
|
|
40211
40301
|
"length": 8,
|
|
40212
40302
|
"value": "\"simple\""
|
|
40213
40303
|
},
|
|
40214
40304
|
{
|
|
40215
40305
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Core\/Core\/GSKIntegrationContext.swift",
|
|
40216
40306
|
"kind": "StringLiteral",
|
|
40217
|
-
"offset":
|
|
40307
|
+
"offset": 2135,
|
|
40218
40308
|
"length": 8,
|
|
40219
40309
|
"value": "\"custom\""
|
|
40220
40310
|
},
|
|
@@ -42643,24 +42733,31 @@
|
|
|
42643
42733
|
{
|
|
42644
42734
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Views\/GSKUIScanCollectionView.swift",
|
|
42645
42735
|
"kind": "IntegerLiteral",
|
|
42646
|
-
"offset":
|
|
42736
|
+
"offset": 12972,
|
|
42647
42737
|
"length": 1,
|
|
42648
42738
|
"value": "4"
|
|
42649
42739
|
},
|
|
42650
42740
|
{
|
|
42651
42741
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Views\/GSKUIScanCollectionView.swift",
|
|
42652
42742
|
"kind": "StringLiteral",
|
|
42653
|
-
"offset":
|
|
42743
|
+
"offset": 16122,
|
|
42654
42744
|
"length": 30,
|
|
42655
42745
|
"value": "\"GSKUIScanCollectionView.Cell\""
|
|
42656
42746
|
},
|
|
42657
42747
|
{
|
|
42658
42748
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Views\/GSKUIScanCollectionView.swift",
|
|
42659
42749
|
"kind": "IntegerLiteral",
|
|
42660
|
-
"offset":
|
|
42750
|
+
"offset": 16186,
|
|
42661
42751
|
"length": 1,
|
|
42662
42752
|
"value": "3"
|
|
42663
42753
|
},
|
|
42754
|
+
{
|
|
42755
|
+
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Views\/GSKUIScanCollectionView.swift",
|
|
42756
|
+
"kind": "IntegerLiteral",
|
|
42757
|
+
"offset": 16244,
|
|
42758
|
+
"length": 2,
|
|
42759
|
+
"value": "28"
|
|
42760
|
+
},
|
|
42664
42761
|
{
|
|
42665
42762
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Views\/GSKUIShutterButton.swift",
|
|
42666
42763
|
"kind": "StringLiteral",
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
// swift-module-flags: -target x86_64-apple-ios15.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name GSSDK
|
|
4
4
|
// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2.3
|
|
5
5
|
import AVFoundation
|
|
6
|
+
import AVKit
|
|
6
7
|
import Combine
|
|
7
8
|
import Contacts
|
|
8
9
|
import ContactsUI
|
|
@@ -484,6 +485,7 @@ extension GSSDK.GSKFilterLightingCorrectionConfiguration {
|
|
|
484
485
|
case cordova
|
|
485
486
|
case flutter
|
|
486
487
|
case dotnet
|
|
488
|
+
case capacitor
|
|
487
489
|
#if compiler(>=5.3) && $NonescapableTypes
|
|
488
490
|
public init?(rawValue: Swift.Int)
|
|
489
491
|
#endif
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
// swift-module-flags: -target x86_64-apple-ios15.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name GSSDK
|
|
4
4
|
// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2.3
|
|
5
5
|
import AVFoundation
|
|
6
|
+
import AVKit
|
|
6
7
|
import Combine
|
|
7
8
|
import Contacts
|
|
8
9
|
import ContactsUI
|
|
@@ -484,6 +485,7 @@ extension GSSDK.GSKFilterLightingCorrectionConfiguration {
|
|
|
484
485
|
case cordova
|
|
485
486
|
case flutter
|
|
486
487
|
case dotnet
|
|
488
|
+
case capacitor
|
|
487
489
|
#if compiler(>=5.3) && $NonescapableTypes
|
|
488
490
|
public init?(rawValue: Swift.Int)
|
|
489
491
|
#endif
|
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-beta10",
|
|
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",
|