spotny-sdk 1.0.28 → 1.0.29

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/SpotnySdk.podspec CHANGED
@@ -16,11 +16,12 @@ Pod::Spec.new do |s|
16
16
  s.source_files = "ios/**/*.{h,m,mm,swift,cpp}"
17
17
  s.private_header_files = "ios/**/*.h"
18
18
 
19
- # All three frameworks are pre-built with Swift 6.2 and bundled — no SPM or manual setup needed.
20
- # DO NOT also add KontaktSDK/CBORCoding/Half via SPM it causes duplicate framework errors.
19
+ # KontaktSDK and Half are pre-built and bundled — no SPM or manual setup needed.
20
+ # CBORCoding is statically compiled inside KontaktSDK.xcframeworkdo NOT add it separately.
21
+ # Adding CBORCoding.xcframework causes duplicate ObjC class registration, crashing on iOS 16
22
+ # in map_images_nolock and triggering hard crashes with memory-heavy frameworks (e.g. ViroKit/AR).
21
23
  s.vendored_frameworks = [
22
24
  "ios/Frameworks/KontaktSDK.xcframework",
23
- "ios/Frameworks/CBORCoding.xcframework",
24
25
  "ios/Frameworks/Half.xcframework"
25
26
  ]
26
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spotny-sdk",
3
- "version": "1.0.28",
3
+ "version": "1.0.29",
4
4
  "description": "Beacon Scanner",
5
5
  "main": "./lib/module/index.js",
6
6
  "types": "./lib/typescript/src/index.d.ts",