@infilect-sdk/infiviz-shots-react-sdk 1.2.16 → 1.2.17

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
@@ -4,6 +4,11 @@
4
4
 
5
5
  Following are the versions for **React Native SDK**
6
6
 
7
+
8
+ - **V 1.2.17** <br/>
9
+
10
+ 1. Fix for camera dismiss method
11
+
7
12
  - **V 1.2.16** <br/>
8
13
 
9
14
  1. Resume Camera Call Back Issue (ios)
@@ -8,32 +8,32 @@
8
8
  <key>BinaryPath</key>
9
9
  <string>InfivizShotSDK.framework/InfivizShotSDK</string>
10
10
  <key>LibraryIdentifier</key>
11
- <string>ios-arm64</string>
11
+ <string>ios-arm64_x86_64-simulator</string>
12
12
  <key>LibraryPath</key>
13
13
  <string>InfivizShotSDK.framework</string>
14
14
  <key>SupportedArchitectures</key>
15
15
  <array>
16
16
  <string>arm64</string>
17
+ <string>x86_64</string>
17
18
  </array>
18
19
  <key>SupportedPlatform</key>
19
20
  <string>ios</string>
21
+ <key>SupportedPlatformVariant</key>
22
+ <string>simulator</string>
20
23
  </dict>
21
24
  <dict>
22
25
  <key>BinaryPath</key>
23
26
  <string>InfivizShotSDK.framework/InfivizShotSDK</string>
24
27
  <key>LibraryIdentifier</key>
25
- <string>ios-arm64_x86_64-simulator</string>
28
+ <string>ios-arm64</string>
26
29
  <key>LibraryPath</key>
27
30
  <string>InfivizShotSDK.framework</string>
28
31
  <key>SupportedArchitectures</key>
29
32
  <array>
30
33
  <string>arm64</string>
31
- <string>x86_64</string>
32
34
  </array>
33
35
  <key>SupportedPlatform</key>
34
36
  <string>ios</string>
35
- <key>SupportedPlatformVariant</key>
36
- <string>simulator</string>
37
37
  </dict>
38
38
  </array>
39
39
  <key>CFBundlePackageType</key>
@@ -100560,14 +100560,14 @@
100560
100560
  {
100561
100561
  "filePath": "\/Users\/icanio-10025\/Documents\/Projects\/Infilect\/infiviz-shots-common-ios\/Module\/Camera\/Controller\/MainView\/CameraViewController.swift",
100562
100562
  "kind": "BooleanLiteral",
100563
- "offset": 149790,
100563
+ "offset": 149963,
100564
100564
  "length": 4,
100565
100565
  "value": "true"
100566
100566
  },
100567
100567
  {
100568
100568
  "filePath": "\/Users\/icanio-10025\/Documents\/Projects\/Infilect\/infiviz-shots-common-ios\/Module\/Camera\/Controller\/MainView\/CameraViewController.swift",
100569
100569
  "kind": "StringLiteral",
100570
- "offset": 149816,
100570
+ "offset": 149989,
100571
100571
  "length": 5,
100572
100572
  "value": "\"jpg\""
100573
100573
  },
@@ -100560,14 +100560,14 @@
100560
100560
  {
100561
100561
  "filePath": "\/Users\/icanio-10025\/Documents\/Projects\/Infilect\/infiviz-shots-common-ios\/Module\/Camera\/Controller\/MainView\/CameraViewController.swift",
100562
100562
  "kind": "BooleanLiteral",
100563
- "offset": 149790,
100563
+ "offset": 149963,
100564
100564
  "length": 4,
100565
100565
  "value": "true"
100566
100566
  },
100567
100567
  {
100568
100568
  "filePath": "\/Users\/icanio-10025\/Documents\/Projects\/Infilect\/infiviz-shots-common-ios\/Module\/Camera\/Controller\/MainView\/CameraViewController.swift",
100569
100569
  "kind": "StringLiteral",
100570
- "offset": 149816,
100570
+ "offset": 149989,
100571
100571
  "length": 5,
100572
100572
  "value": "\"jpg\""
100573
100573
  },
@@ -100560,14 +100560,14 @@
100560
100560
  {
100561
100561
  "filePath": "\/Users\/icanio-10025\/Documents\/Projects\/Infilect\/infiviz-shots-common-ios\/Module\/Camera\/Controller\/MainView\/CameraViewController.swift",
100562
100562
  "kind": "BooleanLiteral",
100563
- "offset": 149790,
100563
+ "offset": 149963,
100564
100564
  "length": 4,
100565
100565
  "value": "true"
100566
100566
  },
100567
100567
  {
100568
100568
  "filePath": "\/Users\/icanio-10025\/Documents\/Projects\/Infilect\/infiviz-shots-common-ios\/Module\/Camera\/Controller\/MainView\/CameraViewController.swift",
100569
100569
  "kind": "StringLiteral",
100570
- "offset": 149816,
100570
+ "offset": 149989,
100571
100571
  "length": 5,
100572
100572
  "value": "\"jpg\""
100573
100573
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infilect-sdk/infiviz-shots-react-sdk",
3
- "version": "1.2.16",
3
+ "version": "1.2.17",
4
4
  "description": "React Native package for native libraries",
5
5
  "source": "./src/index.tsx",
6
6
  "main": "./lib/module/index.js",