@thegrizzlylabs/react-native-genius-scan 4.14.0 → 4.16.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.
package/README.md CHANGED
@@ -79,7 +79,7 @@ val result = await RNGeniusScan.scanWithConfiguration(configuration)
79
79
 
80
80
  The method `scanWithConfiguration` takes a `configuration` parameter which can take the following options:
81
81
 
82
- - `source`: `camera` or `image` (defaults to camera)
82
+ - `source`: `camera`, `image` or `library` (defaults to camera)
83
83
  - `sourceImageUrl`: an absolute image url, required if `source` is `image`. Example: `file:///var/…/image.png`
84
84
  - `multiPage`: boolean (defaults to true). If true, after a page is scanned, a prompt to scan another page will be displayed. If false, a single page will be scanned.
85
85
  - `multiPageFormat`: `pdf`, `tiff`, `none` (defaults to `pdf`)
@@ -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.14.0'
44
- implementation 'com.geniusscansdk:gssdk-ocr:4.14.0'
43
+ implementation 'com.geniusscansdk:gssdk-scanflow:4.16.0'
44
+ implementation 'com.geniusscansdk:gssdk-ocr:4.16.0'
45
45
  }
@@ -5,6 +5,8 @@
5
5
  <key>AvailableLibraries</key>
6
6
  <array>
7
7
  <dict>
8
+ <key>DebugSymbolsPath</key>
9
+ <string>dSYMs</string>
8
10
  <key>LibraryIdentifier</key>
9
11
  <string>ios-arm64</string>
10
12
  <key>LibraryPath</key>
@@ -17,6 +19,8 @@
17
19
  <string>ios</string>
18
20
  </dict>
19
21
  <dict>
22
+ <key>DebugSymbolsPath</key>
23
+ <string>dSYMs</string>
20
24
  <key>LibraryIdentifier</key>
21
25
  <string>ios-arm64_x86_64-simulator</string>
22
26
  <key>LibraryPath</key>
@@ -5,31 +5,35 @@
5
5
  <key>AvailableLibraries</key>
6
6
  <array>
7
7
  <dict>
8
+ <key>DebugSymbolsPath</key>
9
+ <string>dSYMs</string>
8
10
  <key>LibraryIdentifier</key>
9
- <string>ios-arm64_x86_64-simulator</string>
11
+ <string>ios-arm64</string>
10
12
  <key>LibraryPath</key>
11
13
  <string>GSSDKOCR.framework</string>
12
14
  <key>SupportedArchitectures</key>
13
15
  <array>
14
16
  <string>arm64</string>
15
- <string>x86_64</string>
16
17
  </array>
17
18
  <key>SupportedPlatform</key>
18
19
  <string>ios</string>
19
- <key>SupportedPlatformVariant</key>
20
- <string>simulator</string>
21
20
  </dict>
22
21
  <dict>
22
+ <key>DebugSymbolsPath</key>
23
+ <string>dSYMs</string>
23
24
  <key>LibraryIdentifier</key>
24
- <string>ios-arm64</string>
25
+ <string>ios-arm64_x86_64-simulator</string>
25
26
  <key>LibraryPath</key>
26
27
  <string>GSSDKOCR.framework</string>
27
28
  <key>SupportedArchitectures</key>
28
29
  <array>
29
30
  <string>arm64</string>
31
+ <string>x86_64</string>
30
32
  </array>
31
33
  <key>SupportedPlatform</key>
32
34
  <string>ios</string>
35
+ <key>SupportedPlatformVariant</key>
36
+ <string>simulator</string>
33
37
  </dict>
34
38
  </array>
35
39
  <key>CFBundlePackageType</key>
@@ -5,31 +5,35 @@
5
5
  <key>AvailableLibraries</key>
6
6
  <array>
7
7
  <dict>
8
+ <key>DebugSymbolsPath</key>
9
+ <string>dSYMs</string>
8
10
  <key>LibraryIdentifier</key>
9
- <string>ios-arm64</string>
11
+ <string>ios-arm64_x86_64-simulator</string>
10
12
  <key>LibraryPath</key>
11
13
  <string>GSSDKScanFlow.framework</string>
12
14
  <key>SupportedArchitectures</key>
13
15
  <array>
14
16
  <string>arm64</string>
17
+ <string>x86_64</string>
15
18
  </array>
16
19
  <key>SupportedPlatform</key>
17
20
  <string>ios</string>
21
+ <key>SupportedPlatformVariant</key>
22
+ <string>simulator</string>
18
23
  </dict>
19
24
  <dict>
25
+ <key>DebugSymbolsPath</key>
26
+ <string>dSYMs</string>
20
27
  <key>LibraryIdentifier</key>
21
- <string>ios-arm64_x86_64-simulator</string>
28
+ <string>ios-arm64</string>
22
29
  <key>LibraryPath</key>
23
30
  <string>GSSDKScanFlow.framework</string>
24
31
  <key>SupportedArchitectures</key>
25
32
  <array>
26
33
  <string>arm64</string>
27
- <string>x86_64</string>
28
34
  </array>
29
35
  <key>SupportedPlatform</key>
30
36
  <string>ios</string>
31
- <key>SupportedPlatformVariant</key>
32
- <string>simulator</string>
33
37
  </dict>
34
38
  </array>
35
39
  <key>CFBundlePackageType</key>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thegrizzlylabs/react-native-genius-scan",
3
- "version": "4.14.0",
3
+ "version": "4.16.0",
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",