@infilect-sdk/capacitor-infiviz-shots 1.0.4 → 1.0.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.
package/README.md CHANGED
@@ -1,5 +1,14 @@
1
1
  Following are the versions for **Capacitor SDK**
2
2
 
3
+ - **V 1.0.6** <br/>
4
+ 1. Black screen issue when opening camera offline is fixed(iOS)
5
+ 2. Swift version backward compatibility added (iOS)
6
+ 3. Config driven opportunistic upload
7
+ 4. Optimization for Image Capture Loader, skips db call (Android)
8
+
9
+ - **V 1.0.5** <br/>
10
+ 1. Camera Navigation Crash Fix
11
+
3
12
  - **V 1.0.4** <br/>
4
13
  1. Config Driven Last Image Overlay (Android)
5
14
  2. Added camera capture logic for removing bay stack
@@ -101,7 +101,7 @@ dependencies {
101
101
  implementation 'androidx.fragment:fragment:1.8.4'
102
102
 
103
103
  // Infiviz SDK
104
- implementation 'com.infilect:infivizshots-sdk:CAP-1.0.6'
104
+ implementation 'com.infilect:infivizshots-sdk:CAP-1.0.7'
105
105
 
106
106
  implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.1.0'
107
107
  implementation 'com.google.code.gson:gson:2.10.1'
@@ -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>