@thegrizzlylabs/react-native-genius-scan 5.17.5 → 5.17.6

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.
@@ -42,5 +42,5 @@ rootProject.allprojects {
42
42
 
43
43
  dependencies {
44
44
  implementation 'com.facebook.react:react-native:+'
45
- implementation 'com.geniusscansdk:gssdk:5.17.5'
45
+ implementation 'com.geniusscansdk:gssdk:5.17.6'
46
46
  }
@@ -10,15 +10,18 @@
10
10
  <key>DebugSymbolsPath</key>
11
11
  <string>dSYMs</string>
12
12
  <key>LibraryIdentifier</key>
13
- <string>ios-arm64</string>
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-arm64_x86_64-simulator</string>
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>
@@ -38167,13 +38167,6 @@
38167
38167
  "length": 4,
38168
38168
  "value": "true"
38169
38169
  },
38170
- {
38171
- "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Utils\/UIButton+iOS26.swift",
38172
- "kind": "BooleanLiteral",
38173
- "offset": 3060,
38174
- "length": 5,
38175
- "value": "false"
38176
- },
38177
38170
  {
38178
38171
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Utils\/UIColor+Hex.swift",
38179
38172
  "kind": "IntegerLiteral",
@@ -38167,13 +38167,6 @@
38167
38167
  "length": 4,
38168
38168
  "value": "true"
38169
38169
  },
38170
- {
38171
- "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Utils\/UIButton+iOS26.swift",
38172
- "kind": "BooleanLiteral",
38173
- "offset": 3060,
38174
- "length": 5,
38175
- "value": "false"
38176
- },
38177
38170
  {
38178
38171
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Utils\/UIColor+Hex.swift",
38179
38172
  "kind": "IntegerLiteral",
@@ -38167,13 +38167,6 @@
38167
38167
  "length": 4,
38168
38168
  "value": "true"
38169
38169
  },
38170
- {
38171
- "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Utils\/UIButton+iOS26.swift",
38172
- "kind": "BooleanLiteral",
38173
- "offset": 3060,
38174
- "length": 5,
38175
- "value": "false"
38176
- },
38177
38170
  {
38178
38171
  "filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Utils\/UIColor+Hex.swift",
38179
38172
  "kind": "IntegerLiteral",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thegrizzlylabs/react-native-genius-scan",
3
- "version": "5.17.5",
3
+ "version": "5.17.6",
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",