spotny-sdk 1.0.29 → 1.0.30

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,12 +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
- # 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).
19
+ # All three frameworks are pre-built and bundled — no SPM or manual setup needed.
20
+ # CBORCoding is pure Swift (no ObjC classes) safe to include alongside KontaktSDK.xcframework.
21
+ # KontaktSDK.swiftinterface requires CBORCoding as a visible module at compile time.
23
22
  s.vendored_frameworks = [
24
23
  "ios/Frameworks/KontaktSDK.xcframework",
24
+ "ios/Frameworks/CBORCoding.xcframework",
25
25
  "ios/Frameworks/Half.xcframework"
26
26
  ]
27
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spotny-sdk",
3
- "version": "1.0.29",
3
+ "version": "1.0.30",
4
4
  "description": "Beacon Scanner",
5
5
  "main": "./lib/module/index.js",
6
6
  "types": "./lib/typescript/src/index.d.ts",