@thegrizzlylabs/react-native-genius-scan 4.12.0 → 4.13.0

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.
Files changed (25) hide show
  1. package/android/build.gradle +2 -2
  2. package/ios/GSSDK/GSSDKCore.xcframework/Info.plist +5 -5
  3. package/ios/GSSDK/GSSDKCore.xcframework/ios-arm64/GSSDKCore.framework/GSSDKCore +0 -0
  4. package/ios/GSSDK/GSSDKCore.xcframework/ios-arm64/GSSDKCore.framework/Info.plist +0 -0
  5. package/ios/GSSDK/GSSDKCore.xcframework/ios-arm64_x86_64-simulator/GSSDKCore.framework/GSSDKCore +0 -0
  6. package/ios/GSSDK/GSSDKCore.xcframework/ios-arm64_x86_64-simulator/GSSDKCore.framework/Info.plist +0 -0
  7. package/ios/GSSDK/GSSDKOCR.xcframework/ios-arm64/GSSDKOCR.framework/Info.plist +0 -0
  8. package/ios/GSSDK/GSSDKOCR.xcframework/ios-arm64_x86_64-simulator/GSSDKOCR.framework/Info.plist +0 -0
  9. package/ios/GSSDK/GSSDKScanFlow.xcframework/ios-arm64/GSSDKScanFlow.framework/Assets.car +0 -0
  10. package/ios/GSSDK/GSSDKScanFlow.xcframework/ios-arm64/GSSDKScanFlow.framework/GSSDKScanFlow +0 -0
  11. package/ios/GSSDK/GSSDKScanFlow.xcframework/ios-arm64/GSSDKScanFlow.framework/Info.plist +0 -0
  12. package/ios/GSSDK/GSSDKScanFlow.xcframework/ios-arm64/GSSDKScanFlow.framework/Modules/GSSDKScanFlow.swiftmodule/arm64-apple-ios.abi.json +72 -72
  13. package/ios/GSSDK/GSSDKScanFlow.xcframework/ios-arm64/GSSDKScanFlow.framework/Modules/GSSDKScanFlow.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  14. package/ios/GSSDK/GSSDKScanFlow.xcframework/ios-arm64/GSSDKScanFlow.framework/en.lproj/GSSDK.strings +0 -0
  15. package/ios/GSSDK/GSSDKScanFlow.xcframework/ios-arm64/GSSDKScanFlow.framework/en.lproj/GSSDK.stringsdict +0 -0
  16. package/ios/GSSDK/GSSDKScanFlow.xcframework/ios-arm64_x86_64-simulator/GSSDKScanFlow.framework/Assets.car +0 -0
  17. package/ios/GSSDK/GSSDKScanFlow.xcframework/ios-arm64_x86_64-simulator/GSSDKScanFlow.framework/GSSDKScanFlow +0 -0
  18. package/ios/GSSDK/GSSDKScanFlow.xcframework/ios-arm64_x86_64-simulator/GSSDKScanFlow.framework/Info.plist +0 -0
  19. package/ios/GSSDK/GSSDKScanFlow.xcframework/ios-arm64_x86_64-simulator/GSSDKScanFlow.framework/Modules/GSSDKScanFlow.swiftmodule/arm64-apple-ios-simulator.abi.json +72 -72
  20. package/ios/GSSDK/GSSDKScanFlow.xcframework/ios-arm64_x86_64-simulator/GSSDKScanFlow.framework/Modules/GSSDKScanFlow.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  21. package/ios/GSSDK/GSSDKScanFlow.xcframework/ios-arm64_x86_64-simulator/GSSDKScanFlow.framework/Modules/GSSDKScanFlow.swiftmodule/x86_64-apple-ios-simulator.abi.json +72 -72
  22. package/ios/GSSDK/GSSDKScanFlow.xcframework/ios-arm64_x86_64-simulator/GSSDKScanFlow.framework/Modules/GSSDKScanFlow.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  23. package/ios/GSSDK/GSSDKScanFlow.xcframework/ios-arm64_x86_64-simulator/GSSDKScanFlow.framework/en.lproj/GSSDK.strings +0 -0
  24. package/ios/GSSDK/GSSDKScanFlow.xcframework/ios-arm64_x86_64-simulator/GSSDKScanFlow.framework/en.lproj/GSSDK.stringsdict +0 -0
  25. package/package.json +1 -1
@@ -40,6 +40,6 @@ rootProject.allprojects {
40
40
 
41
41
  dependencies {
42
42
  implementation 'com.facebook.react:react-native:+'
43
- implementation 'com.geniusscansdk:gssdk-scanflow:4.12.0'
44
- implementation 'com.geniusscansdk:gssdk-ocr:4.12.0'
43
+ implementation 'com.geniusscansdk:gssdk-scanflow:4.13.0'
44
+ implementation 'com.geniusscansdk:gssdk-ocr:4.13.0'
45
45
  }
@@ -6,30 +6,30 @@
6
6
  <array>
7
7
  <dict>
8
8
  <key>LibraryIdentifier</key>
9
- <string>ios-arm64</string>
9
+ <string>ios-arm64_x86_64-simulator</string>
10
10
  <key>LibraryPath</key>
11
11
  <string>GSSDKCore.framework</string>
12
12
  <key>SupportedArchitectures</key>
13
13
  <array>
14
14
  <string>arm64</string>
15
+ <string>x86_64</string>
15
16
  </array>
16
17
  <key>SupportedPlatform</key>
17
18
  <string>ios</string>
19
+ <key>SupportedPlatformVariant</key>
20
+ <string>simulator</string>
18
21
  </dict>
19
22
  <dict>
20
23
  <key>LibraryIdentifier</key>
21
- <string>ios-arm64_x86_64-simulator</string>
24
+ <string>ios-arm64</string>
22
25
  <key>LibraryPath</key>
23
26
  <string>GSSDKCore.framework</string>
24
27
  <key>SupportedArchitectures</key>
25
28
  <array>
26
29
  <string>arm64</string>
27
- <string>x86_64</string>
28
30
  </array>
29
31
  <key>SupportedPlatform</key>
30
32
  <string>ios</string>
31
- <key>SupportedPlatformVariant</key>
32
- <string>simulator</string>
33
33
  </dict>
34
34
  </array>
35
35
  <key>CFBundlePackageType</key>
@@ -4523,504 +4523,504 @@
4523
4523
  {
4524
4524
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Derived\/Sources\/TuistStrings+ScanFlow.swift",
4525
4525
  "kind": "StringLiteral",
4526
- "offset": 548,
4526
+ "offset": 546,
4527
4527
  "length": 7,
4528
4528
  "value": "\"GSSDK\""
4529
4529
  },
4530
4530
  {
4531
4531
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Derived\/Sources\/TuistStrings+ScanFlow.swift",
4532
4532
  "kind": "StringLiteral",
4533
- "offset": 557,
4533
+ "offset": 555,
4534
4534
  "length": 16,
4535
4535
  "value": "\"gssdk_settings\""
4536
4536
  },
4537
4537
  {
4538
4538
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Derived\/Sources\/TuistStrings+ScanFlow.swift",
4539
4539
  "kind": "StringLiteral",
4540
- "offset": 670,
4540
+ "offset": 667,
4541
4541
  "length": 7,
4542
4542
  "value": "\"GSSDK\""
4543
4543
  },
4544
4544
  {
4545
4545
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Derived\/Sources\/TuistStrings+ScanFlow.swift",
4546
4546
  "kind": "StringLiteral",
4547
- "offset": 679,
4547
+ "offset": 676,
4548
4548
  "length": 13,
4549
4549
  "value": "\"action.back\""
4550
4550
  },
4551
4551
  {
4552
4552
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Derived\/Sources\/TuistStrings+ScanFlow.swift",
4553
4553
  "kind": "StringLiteral",
4554
- "offset": 768,
4554
+ "offset": 765,
4555
4555
  "length": 7,
4556
4556
  "value": "\"GSSDK\""
4557
4557
  },
4558
4558
  {
4559
4559
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Derived\/Sources\/TuistStrings+ScanFlow.swift",
4560
4560
  "kind": "StringLiteral",
4561
- "offset": 777,
4561
+ "offset": 774,
4562
4562
  "length": 15,
4563
4563
  "value": "\"action.cancel\""
4564
4564
  },
4565
4565
  {
4566
4566
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Derived\/Sources\/TuistStrings+ScanFlow.swift",
4567
4567
  "kind": "StringLiteral",
4568
- "offset": 873,
4568
+ "offset": 870,
4569
4569
  "length": 7,
4570
4570
  "value": "\"GSSDK\""
4571
4571
  },
4572
4572
  {
4573
4573
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Derived\/Sources\/TuistStrings+ScanFlow.swift",
4574
4574
  "kind": "StringLiteral",
4575
- "offset": 882,
4575
+ "offset": 879,
4576
4576
  "length": 16,
4577
4577
  "value": "\"action.capture\""
4578
4578
  },
4579
4579
  {
4580
4580
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Derived\/Sources\/TuistStrings+ScanFlow.swift",
4581
4581
  "kind": "StringLiteral",
4582
- "offset": 987,
4582
+ "offset": 984,
4583
4583
  "length": 7,
4584
4584
  "value": "\"GSSDK\""
4585
4585
  },
4586
4586
  {
4587
4587
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Derived\/Sources\/TuistStrings+ScanFlow.swift",
4588
4588
  "kind": "StringLiteral",
4589
- "offset": 996,
4589
+ "offset": 993,
4590
4590
  "length": 22,
4591
4591
  "value": "\"action.change_filter\""
4592
4592
  },
4593
4593
  {
4594
4594
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Derived\/Sources\/TuistStrings+ScanFlow.swift",
4595
4595
  "kind": "StringLiteral",
4596
- "offset": 1090,
4596
+ "offset": 1087,
4597
4597
  "length": 7,
4598
4598
  "value": "\"GSSDK\""
4599
4599
  },
4600
4600
  {
4601
4601
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Derived\/Sources\/TuistStrings+ScanFlow.swift",
4602
4602
  "kind": "StringLiteral",
4603
- "offset": 1099,
4603
+ "offset": 1096,
4604
4604
  "length": 13,
4605
4605
  "value": "\"action.crop\""
4606
4606
  },
4607
4607
  {
4608
4608
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Derived\/Sources\/TuistStrings+ScanFlow.swift",
4609
4609
  "kind": "StringLiteral",
4610
- "offset": 1190,
4610
+ "offset": 1187,
4611
4611
  "length": 7,
4612
4612
  "value": "\"GSSDK\""
4613
4613
  },
4614
4614
  {
4615
4615
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Derived\/Sources\/TuistStrings+ScanFlow.swift",
4616
4616
  "kind": "StringLiteral",
4617
- "offset": 1199,
4617
+ "offset": 1196,
4618
4618
  "length": 16,
4619
4619
  "value": "\"action.discard\""
4620
4620
  },
4621
4621
  {
4622
4622
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Derived\/Sources\/TuistStrings+ScanFlow.swift",
4623
4623
  "kind": "StringLiteral",
4624
- "offset": 1287,
4624
+ "offset": 1284,
4625
4625
  "length": 7,
4626
4626
  "value": "\"GSSDK\""
4627
4627
  },
4628
4628
  {
4629
4629
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Derived\/Sources\/TuistStrings+ScanFlow.swift",
4630
4630
  "kind": "StringLiteral",
4631
- "offset": 1296,
4631
+ "offset": 1293,
4632
4632
  "length": 13,
4633
4633
  "value": "\"action.done\""
4634
4634
  },
4635
4635
  {
4636
4636
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Derived\/Sources\/TuistStrings+ScanFlow.swift",
4637
4637
  "kind": "StringLiteral",
4638
- "offset": 1381,
4638
+ "offset": 1378,
4639
4639
  "length": 7,
4640
4640
  "value": "\"GSSDK\""
4641
4641
  },
4642
4642
  {
4643
4643
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Derived\/Sources\/TuistStrings+ScanFlow.swift",
4644
4644
  "kind": "StringLiteral",
4645
- "offset": 1390,
4645
+ "offset": 1387,
4646
4646
  "length": 13,
4647
4647
  "value": "\"action.next\""
4648
4648
  },
4649
4649
  {
4650
4650
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Derived\/Sources\/TuistStrings+ScanFlow.swift",
4651
4651
  "kind": "StringLiteral",
4652
- "offset": 1477,
4652
+ "offset": 1474,
4653
4653
  "length": 7,
4654
4654
  "value": "\"GSSDK\""
4655
4655
  },
4656
4656
  {
4657
4657
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Derived\/Sources\/TuistStrings+ScanFlow.swift",
4658
4658
  "kind": "StringLiteral",
4659
- "offset": 1486,
4659
+ "offset": 1483,
4660
4660
  "length": 14,
4661
4661
  "value": "\"action.retry\""
4662
4662
  },
4663
4663
  {
4664
4664
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Derived\/Sources\/TuistStrings+ScanFlow.swift",
4665
4665
  "kind": "StringLiteral",
4666
- "offset": 1585,
4666
+ "offset": 1582,
4667
4667
  "length": 7,
4668
4668
  "value": "\"GSSDK\""
4669
4669
  },
4670
4670
  {
4671
4671
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Derived\/Sources\/TuistStrings+ScanFlow.swift",
4672
4672
  "kind": "StringLiteral",
4673
- "offset": 1594,
4673
+ "offset": 1591,
4674
4674
  "length": 20,
4675
4675
  "value": "\"action.rotate_left\""
4676
4676
  },
4677
4677
  {
4678
4678
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Derived\/Sources\/TuistStrings+ScanFlow.swift",
4679
4679
  "kind": "StringLiteral",
4680
- "offset": 1719,
4680
+ "offset": 1715,
4681
4681
  "length": 7,
4682
4682
  "value": "\"GSSDK\""
4683
4683
  },
4684
4684
  {
4685
4685
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Derived\/Sources\/TuistStrings+ScanFlow.swift",
4686
4686
  "kind": "StringLiteral",
4687
- "offset": 1728,
4687
+ "offset": 1724,
4688
4688
  "length": 13,
4689
4689
  "value": "\"crop.detect\""
4690
4690
  },
4691
4691
  {
4692
4692
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Derived\/Sources\/TuistStrings+ScanFlow.swift",
4693
4693
  "kind": "StringLiteral",
4694
- "offset": 1821,
4694
+ "offset": 1817,
4695
4695
  "length": 7,
4696
4696
  "value": "\"GSSDK\""
4697
4697
  },
4698
4698
  {
4699
4699
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Derived\/Sources\/TuistStrings+ScanFlow.swift",
4700
4700
  "kind": "StringLiteral",
4701
- "offset": 1830,
4701
+ "offset": 1826,
4702
4702
  "length": 15,
4703
4703
  "value": "\"crop.maximize\""
4704
4704
  },
4705
4705
  {
4706
4706
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Derived\/Sources\/TuistStrings+ScanFlow.swift",
4707
4707
  "kind": "StringLiteral",
4708
- "offset": 2063,
4708
+ "offset": 2058,
4709
4709
  "length": 7,
4710
4710
  "value": "\"GSSDK\""
4711
4711
  },
4712
4712
  {
4713
4713
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Derived\/Sources\/TuistStrings+ScanFlow.swift",
4714
4714
  "kind": "StringLiteral",
4715
- "offset": 2072,
4715
+ "offset": 2067,
4716
4716
  "length": 40,
4717
4717
  "value": "\"error.camera_permission_denied_message\""
4718
4718
  },
4719
4719
  {
4720
4720
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Derived\/Sources\/TuistStrings+ScanFlow.swift",
4721
4721
  "kind": "StringLiteral",
4722
- "offset": 2300,
4722
+ "offset": 2294,
4723
4723
  "length": 7,
4724
4724
  "value": "\"GSSDK\""
4725
4725
  },
4726
4726
  {
4727
4727
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Derived\/Sources\/TuistStrings+ScanFlow.swift",
4728
4728
  "kind": "StringLiteral",
4729
- "offset": 2309,
4729
+ "offset": 2303,
4730
4730
  "length": 38,
4731
4731
  "value": "\"error.camera_permission_denied_title\""
4732
4732
  },
4733
4733
  {
4734
4734
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Derived\/Sources\/TuistStrings+ScanFlow.swift",
4735
4735
  "kind": "StringLiteral",
4736
- "offset": 2502,
4736
+ "offset": 2494,
4737
4737
  "length": 7,
4738
4738
  "value": "\"GSSDK\""
4739
4739
  },
4740
4740
  {
4741
4741
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Derived\/Sources\/TuistStrings+ScanFlow.swift",
4742
4742
  "kind": "StringLiteral",
4743
- "offset": 2511,
4743
+ "offset": 2503,
4744
4744
  "length": 24,
4745
4745
  "value": "\"filter.black_and_white\""
4746
4746
  },
4747
4747
  {
4748
4748
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Derived\/Sources\/TuistStrings+ScanFlow.swift",
4749
4749
  "kind": "StringLiteral",
4750
- "offset": 2609,
4750
+ "offset": 2601,
4751
4751
  "length": 7,
4752
4752
  "value": "\"GSSDK\""
4753
4753
  },
4754
4754
  {
4755
4755
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Derived\/Sources\/TuistStrings+ScanFlow.swift",
4756
4756
  "kind": "StringLiteral",
4757
- "offset": 2618,
4757
+ "offset": 2610,
4758
4758
  "length": 14,
4759
4759
  "value": "\"filter.color\""
4760
4760
  },
4761
4761
  {
4762
4762
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Derived\/Sources\/TuistStrings+ScanFlow.swift",
4763
4763
  "kind": "StringLiteral",
4764
- "offset": 2732,
4764
+ "offset": 2724,
4765
4765
  "length": 7,
4766
4766
  "value": "\"GSSDK\""
4767
4767
  },
4768
4768
  {
4769
4769
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Derived\/Sources\/TuistStrings+ScanFlow.swift",
4770
4770
  "kind": "StringLiteral",
4771
- "offset": 2741,
4771
+ "offset": 2733,
4772
4772
  "length": 21,
4773
4773
  "value": "\"filter.instructions\""
4774
4774
  },
4775
4775
  {
4776
4776
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Derived\/Sources\/TuistStrings+ScanFlow.swift",
4777
4777
  "kind": "StringLiteral",
4778
- "offset": 2846,
4778
+ "offset": 2838,
4779
4779
  "length": 7,
4780
4780
  "value": "\"GSSDK\""
4781
4781
  },
4782
4782
  {
4783
4783
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Derived\/Sources\/TuistStrings+ScanFlow.swift",
4784
4784
  "kind": "StringLiteral",
4785
- "offset": 2855,
4785
+ "offset": 2847,
4786
4786
  "length": 19,
4787
4787
  "value": "\"filter.monochrome\""
4788
4788
  },
4789
4789
  {
4790
4790
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Derived\/Sources\/TuistStrings+ScanFlow.swift",
4791
4791
  "kind": "StringLiteral",
4792
- "offset": 2948,
4792
+ "offset": 2940,
4793
4793
  "length": 7,
4794
4794
  "value": "\"GSSDK\""
4795
4795
  },
4796
4796
  {
4797
4797
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Derived\/Sources\/TuistStrings+ScanFlow.swift",
4798
4798
  "kind": "StringLiteral",
4799
- "offset": 2957,
4799
+ "offset": 2949,
4800
4800
  "length": 13,
4801
4801
  "value": "\"filter.none\""
4802
4802
  },
4803
4803
  {
4804
4804
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Derived\/Sources\/TuistStrings+ScanFlow.swift",
4805
4805
  "kind": "StringLiteral",
4806
- "offset": 3044,
4806
+ "offset": 3036,
4807
4807
  "length": 7,
4808
4808
  "value": "\"GSSDK\""
4809
4809
  },
4810
4810
  {
4811
4811
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Derived\/Sources\/TuistStrings+ScanFlow.swift",
4812
4812
  "kind": "StringLiteral",
4813
- "offset": 3053,
4813
+ "offset": 3045,
4814
4814
  "length": 14,
4815
4815
  "value": "\"filter.photo\""
4816
4816
  },
4817
4817
  {
4818
4818
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Derived\/Sources\/TuistStrings+ScanFlow.swift",
4819
4819
  "kind": "StringLiteral",
4820
- "offset": 3175,
4820
+ "offset": 3166,
4821
4821
  "length": 7,
4822
4822
  "value": "\"GSSDK\""
4823
4823
  },
4824
4824
  {
4825
4825
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Derived\/Sources\/TuistStrings+ScanFlow.swift",
4826
4826
  "kind": "StringLiteral",
4827
- "offset": 3184,
4827
+ "offset": 3175,
4828
4828
  "length": 12,
4829
4829
  "value": "\"flash.mode\""
4830
4830
  },
4831
4831
  {
4832
4832
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Derived\/Sources\/TuistStrings+ScanFlow.swift",
4833
4833
  "kind": "StringLiteral",
4834
- "offset": 3297,
4834
+ "offset": 3287,
4835
4835
  "length": 7,
4836
4836
  "value": "\"GSSDK\""
4837
4837
  },
4838
4838
  {
4839
4839
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Derived\/Sources\/TuistStrings+ScanFlow.swift",
4840
4840
  "kind": "StringLiteral",
4841
- "offset": 3306,
4841
+ "offset": 3296,
4842
4842
  "length": 17,
4843
4843
  "value": "\"flash.mode.auto\""
4844
4844
  },
4845
4845
  {
4846
4846
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Derived\/Sources\/TuistStrings+ScanFlow.swift",
4847
4847
  "kind": "StringLiteral",
4848
- "offset": 3397,
4848
+ "offset": 3387,
4849
4849
  "length": 7,
4850
4850
  "value": "\"GSSDK\""
4851
4851
  },
4852
4852
  {
4853
4853
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Derived\/Sources\/TuistStrings+ScanFlow.swift",
4854
4854
  "kind": "StringLiteral",
4855
- "offset": 3406,
4855
+ "offset": 3396,
4856
4856
  "length": 16,
4857
4857
  "value": "\"flash.mode.off\""
4858
4858
  },
4859
4859
  {
4860
4860
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Derived\/Sources\/TuistStrings+ScanFlow.swift",
4861
4861
  "kind": "StringLiteral",
4862
- "offset": 3494,
4862
+ "offset": 3484,
4863
4863
  "length": 7,
4864
4864
  "value": "\"GSSDK\""
4865
4865
  },
4866
4866
  {
4867
4867
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Derived\/Sources\/TuistStrings+ScanFlow.swift",
4868
4868
  "kind": "StringLiteral",
4869
- "offset": 3503,
4869
+ "offset": 3493,
4870
4870
  "length": 15,
4871
4871
  "value": "\"flash.mode.on\""
4872
4872
  },
4873
4873
  {
4874
4874
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Derived\/Sources\/TuistStrings+ScanFlow.swift",
4875
4875
  "kind": "StringLiteral",
4876
- "offset": 3634,
4876
+ "offset": 3623,
4877
4877
  "length": 7,
4878
4878
  "value": "\"GSSDK\""
4879
4879
  },
4880
4880
  {
4881
4881
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Derived\/Sources\/TuistStrings+ScanFlow.swift",
4882
4882
  "kind": "StringLiteral",
4883
- "offset": 3643,
4883
+ "offset": 3632,
4884
4884
  "length": 15,
4885
4885
  "value": "\"flow.add_page\""
4886
4886
  },
4887
4887
  {
4888
4888
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Derived\/Sources\/TuistStrings+ScanFlow.swift",
4889
4889
  "kind": "StringLiteral",
4890
- "offset": 3782,
4890
+ "offset": 3771,
4891
4891
  "length": 7,
4892
4892
  "value": "\"GSSDK\""
4893
4893
  },
4894
4894
  {
4895
4895
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Derived\/Sources\/TuistStrings+ScanFlow.swift",
4896
4896
  "kind": "StringLiteral",
4897
- "offset": 3791,
4897
+ "offset": 3780,
4898
4898
  "length": 16,
4899
4899
  "value": "\"flow.add_pages\""
4900
4900
  },
4901
4901
  {
4902
4902
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Derived\/Sources\/TuistStrings+ScanFlow.swift",
4903
4903
  "kind": "StringLiteral",
4904
- "offset": 3883,
4904
+ "offset": 3872,
4905
4905
  "length": 7,
4906
4906
  "value": "\"GSSDK\""
4907
4907
  },
4908
4908
  {
4909
4909
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Derived\/Sources\/TuistStrings+ScanFlow.swift",
4910
4910
  "kind": "StringLiteral",
4911
- "offset": 3892,
4911
+ "offset": 3881,
4912
4912
  "length": 13,
4913
4913
  "value": "\"flow.cancel\""
4914
4914
  },
4915
4915
  {
4916
4916
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Derived\/Sources\/TuistStrings+ScanFlow.swift",
4917
4917
  "kind": "StringLiteral",
4918
- "offset": 4056,
4918
+ "offset": 4045,
4919
4919
  "length": 7,
4920
4920
  "value": "\"GSSDK\""
4921
4921
  },
4922
4922
  {
4923
4923
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Derived\/Sources\/TuistStrings+ScanFlow.swift",
4924
4924
  "kind": "StringLiteral",
4925
- "offset": 4065,
4925
+ "offset": 4054,
4926
4926
  "length": 27,
4927
4927
  "value": "\"flow.confirm_cancellation\""
4928
4928
  },
4929
4929
  {
4930
4930
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Derived\/Sources\/TuistStrings+ScanFlow.swift",
4931
4931
  "kind": "StringLiteral",
4932
- "offset": 4219,
4932
+ "offset": 4207,
4933
4933
  "length": 7,
4934
4934
  "value": "\"GSSDK\""
4935
4935
  },
4936
4936
  {
4937
4937
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Derived\/Sources\/TuistStrings+ScanFlow.swift",
4938
4938
  "kind": "StringLiteral",
4939
- "offset": 4228,
4939
+ "offset": 4216,
4940
4940
  "length": 11,
4941
4941
  "value": "\"flow.done\""
4942
4942
  },
4943
4943
  {
4944
4944
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Derived\/Sources\/TuistStrings+ScanFlow.swift",
4945
4945
  "kind": "StringLiteral",
4946
- "offset": 4384,
4946
+ "offset": 4370,
4947
4947
  "length": 7,
4948
4948
  "value": "\"GSSDK\""
4949
4949
  },
4950
4950
  {
4951
4951
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Derived\/Sources\/TuistStrings+ScanFlow.swift",
4952
4952
  "kind": "StringLiteral",
4953
- "offset": 4393,
4953
+ "offset": 4379,
4954
4954
  "length": 41,
4955
4955
  "value": "\"flow.confirm_cancellation.keep_scanning\""
4956
4956
  },
4957
4957
  {
4958
4958
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Derived\/Sources\/TuistStrings+ScanFlow.swift",
4959
4959
  "kind": "StringLiteral",
4960
- "offset": 4576,
4960
+ "offset": 4561,
4961
4961
  "length": 7,
4962
4962
  "value": "\"GSSDK\""
4963
4963
  },
4964
4964
  {
4965
4965
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Derived\/Sources\/TuistStrings+ScanFlow.swift",
4966
4966
  "kind": "StringLiteral",
4967
- "offset": 4585,
4967
+ "offset": 4570,
4968
4968
  "length": 35,
4969
4969
  "value": "\"flow.progress.generating_document\""
4970
4970
  },
4971
4971
  {
4972
4972
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Derived\/Sources\/TuistStrings+ScanFlow.swift",
4973
4973
  "kind": "StringLiteral",
4974
- "offset": 4719,
4974
+ "offset": 4704,
4975
4975
  "length": 7,
4976
4976
  "value": "\"GSSDK\""
4977
4977
  },
4978
4978
  {
4979
4979
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Derived\/Sources\/TuistStrings+ScanFlow.swift",
4980
4980
  "kind": "StringLiteral",
4981
- "offset": 4728,
4981
+ "offset": 4713,
4982
4982
  "length": 32,
4983
4983
  "value": "\"flow.progress.recognizing_text\""
4984
4984
  },
4985
4985
  {
4986
4986
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Derived\/Sources\/TuistStrings+ScanFlow.swift",
4987
4987
  "kind": "StringLiteral",
4988
- "offset": 4912,
4988
+ "offset": 4896,
4989
4989
  "length": 7,
4990
4990
  "value": "\"GSSDK\""
4991
4991
  },
4992
4992
  {
4993
4993
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Derived\/Sources\/TuistStrings+ScanFlow.swift",
4994
4994
  "kind": "StringLiteral",
4995
- "offset": 4921,
4995
+ "offset": 4905,
4996
4996
  "length": 30,
4997
4997
  "value": "\"user_guidance.document_found\""
4998
4998
  },
4999
4999
  {
5000
5000
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Derived\/Sources\/TuistStrings+ScanFlow.swift",
5001
5001
  "kind": "StringLiteral",
5002
- "offset": 5049,
5002
+ "offset": 5033,
5003
5003
  "length": 7,
5004
5004
  "value": "\"GSSDK\""
5005
5005
  },
5006
5006
  {
5007
5007
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Derived\/Sources\/TuistStrings+ScanFlow.swift",
5008
5008
  "kind": "StringLiteral",
5009
- "offset": 5058,
5009
+ "offset": 5042,
5010
5010
  "length": 25,
5011
5011
  "value": "\"user_guidance.searching\""
5012
5012
  },
5013
5013
  {
5014
5014
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Derived\/Sources\/TuistStrings+ScanFlow.swift",
5015
5015
  "kind": "StringLiteral",
5016
- "offset": 5202,
5016
+ "offset": 5184,
5017
5017
  "length": 13,
5018
5018
  "value": "\"Localizable\""
5019
5019
  },
5020
5020
  {
5021
5021
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Derived\/Sources\/TuistStrings+ScanFlow.swift",
5022
5022
  "kind": "StringLiteral",
5023
- "offset": 5217,
5023
+ "offset": 5199,
5024
5024
  "length": 16,
5025
5025
  "value": "\"gssdk_settings\""
5026
5026
  },