@expofp/react-native-efp-crowdconnected 0.1.4 → 0.1.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.
Files changed (144) hide show
  1. package/ExpofpCrowdconnected.podspec +5 -5
  2. package/android/build.gradle +4 -4
  3. package/android/src/main/java/com/expofpcrowdconnected/ExpoFpCrowdConnectedLocationProviderSettings.kt +8 -1
  4. package/android/src/main/java/com/expofpcrowdconnected/ExpoFpPosition.kt +2 -3
  5. package/android/src/main/java/com/expofpcrowdconnected/RCTCrowdConnectedLocationProviderModule.kt +62 -69
  6. package/ios/ExpoFpLocationProvider/ExpoFpCrowdConnectedLocationProviderSettings.swift +36 -23
  7. package/ios/Extensions/{LocationTrackingMode+Extensions.swift → CrowdConnected+Extensions.swift} +5 -4
  8. package/ios/Frameworks/CrowdConnectedCore.xcframework/Info.plist +44 -0
  9. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64/CrowdConnectedCore.framework/CrowdConnectedCore +0 -0
  10. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64/CrowdConnectedCore.framework/Headers/CrowdConnectedCore-Swift.h +767 -0
  11. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64/CrowdConnectedCore.framework/Headers/CrowdConnectedCore.h +15 -0
  12. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64/CrowdConnectedCore.framework/Info.plist +0 -0
  13. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/arm64-apple-ios.abi.json +8032 -0
  14. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/arm64-apple-ios.private.swiftinterface +162 -0
  15. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  16. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/arm64-apple-ios.swiftinterface +162 -0
  17. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64/CrowdConnectedCore.framework/Modules/module.modulemap +11 -0
  18. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64/CrowdConnectedCore.framework/PrivacyInfo.xcprivacy +36 -0
  19. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64/CrowdConnectedCore.framework/_CodeSignature/CodeResources +201 -0
  20. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/CrowdConnectedCore +0 -0
  21. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/Headers/CrowdConnectedCore-Swift.h +1530 -0
  22. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/Headers/CrowdConnectedCore.h +15 -0
  23. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/Info.plist +0 -0
  24. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/arm64-apple-ios-simulator.abi.json +8032 -0
  25. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +162 -0
  26. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  27. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/arm64-apple-ios-simulator.swiftinterface +162 -0
  28. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/x86_64-apple-ios-simulator.abi.json +8032 -0
  29. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +162 -0
  30. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  31. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +162 -0
  32. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/Modules/module.modulemap +11 -0
  33. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/PrivacyInfo.xcprivacy +36 -0
  34. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/_CodeSignature/CodeResources +256 -0
  35. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/Info.plist +44 -0
  36. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64/CrowdConnectedCoreBluetooth.framework/CrowdConnectedCoreBluetooth +0 -0
  37. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64/CrowdConnectedCoreBluetooth.framework/Headers/CrowdConnectedCoreBluetooth-Swift.h +329 -0
  38. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64/CrowdConnectedCoreBluetooth.framework/Headers/CrowdConnectedCoreBluetooth.h +11 -0
  39. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64/CrowdConnectedCoreBluetooth.framework/Info.plist +0 -0
  40. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64/CrowdConnectedCoreBluetooth.framework/Modules/CrowdConnectedCoreBluetooth.swiftmodule/arm64-apple-ios.abi.json +296 -0
  41. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64/CrowdConnectedCoreBluetooth.framework/Modules/CrowdConnectedCoreBluetooth.swiftmodule/arm64-apple-ios.private.swiftinterface +16 -0
  42. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64/CrowdConnectedCoreBluetooth.framework/Modules/CrowdConnectedCoreBluetooth.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  43. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64/CrowdConnectedCoreBluetooth.framework/Modules/CrowdConnectedCoreBluetooth.swiftmodule/arm64-apple-ios.swiftinterface +16 -0
  44. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64/CrowdConnectedCoreBluetooth.framework/Modules/module.modulemap +11 -0
  45. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64/CrowdConnectedCoreBluetooth.framework/PrivacyInfo.xcprivacy +14 -0
  46. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64/CrowdConnectedCoreBluetooth.framework/_CodeSignature/CodeResources +201 -0
  47. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCoreBluetooth.framework/CrowdConnectedCoreBluetooth +0 -0
  48. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCoreBluetooth.framework/Headers/CrowdConnectedCoreBluetooth-Swift.h +654 -0
  49. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCoreBluetooth.framework/Headers/CrowdConnectedCoreBluetooth.h +11 -0
  50. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCoreBluetooth.framework/Info.plist +0 -0
  51. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCoreBluetooth.framework/Modules/CrowdConnectedCoreBluetooth.swiftmodule/arm64-apple-ios-simulator.abi.json +296 -0
  52. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCoreBluetooth.framework/Modules/CrowdConnectedCoreBluetooth.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +16 -0
  53. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCoreBluetooth.framework/Modules/CrowdConnectedCoreBluetooth.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  54. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCoreBluetooth.framework/Modules/CrowdConnectedCoreBluetooth.swiftmodule/arm64-apple-ios-simulator.swiftinterface +16 -0
  55. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCoreBluetooth.framework/Modules/CrowdConnectedCoreBluetooth.swiftmodule/x86_64-apple-ios-simulator.abi.json +296 -0
  56. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCoreBluetooth.framework/Modules/CrowdConnectedCoreBluetooth.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +16 -0
  57. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCoreBluetooth.framework/Modules/CrowdConnectedCoreBluetooth.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  58. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCoreBluetooth.framework/Modules/CrowdConnectedCoreBluetooth.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +16 -0
  59. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCoreBluetooth.framework/Modules/module.modulemap +11 -0
  60. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCoreBluetooth.framework/PrivacyInfo.xcprivacy +14 -0
  61. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCoreBluetooth.framework/_CodeSignature/CodeResources +256 -0
  62. package/ios/Frameworks/CrowdConnectedGeo.xcframework/Info.plist +44 -0
  63. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64/CrowdConnectedGeo.framework/CrowdConnectedGeo +0 -0
  64. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64/CrowdConnectedGeo.framework/Headers/CrowdConnectedGeo-Swift.h +328 -0
  65. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64/CrowdConnectedGeo.framework/Headers/CrowdConnectedGeo.h +15 -0
  66. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64/CrowdConnectedGeo.framework/Info.plist +0 -0
  67. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64/CrowdConnectedGeo.framework/Modules/CrowdConnectedGeo.swiftmodule/arm64-apple-ios.abi.json +444 -0
  68. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64/CrowdConnectedGeo.framework/Modules/CrowdConnectedGeo.swiftmodule/arm64-apple-ios.private.swiftinterface +16 -0
  69. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64/CrowdConnectedGeo.framework/Modules/CrowdConnectedGeo.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  70. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64/CrowdConnectedGeo.framework/Modules/CrowdConnectedGeo.swiftmodule/arm64-apple-ios.swiftinterface +16 -0
  71. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64/CrowdConnectedGeo.framework/Modules/module.modulemap +11 -0
  72. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64/CrowdConnectedGeo.framework/PrivacyInfo.xcprivacy +27 -0
  73. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64/CrowdConnectedGeo.framework/_CodeSignature/CodeResources +201 -0
  74. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/CrowdConnectedGeo +0 -0
  75. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/Headers/CrowdConnectedGeo-Swift.h +652 -0
  76. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/Headers/CrowdConnectedGeo.h +15 -0
  77. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/Info.plist +0 -0
  78. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/Modules/CrowdConnectedGeo.swiftmodule/arm64-apple-ios-simulator.abi.json +444 -0
  79. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/Modules/CrowdConnectedGeo.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +16 -0
  80. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/Modules/CrowdConnectedGeo.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  81. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/Modules/CrowdConnectedGeo.swiftmodule/arm64-apple-ios-simulator.swiftinterface +16 -0
  82. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/Modules/CrowdConnectedGeo.swiftmodule/x86_64-apple-ios-simulator.abi.json +444 -0
  83. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/Modules/CrowdConnectedGeo.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +16 -0
  84. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/Modules/CrowdConnectedGeo.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  85. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/Modules/CrowdConnectedGeo.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +16 -0
  86. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/Modules/module.modulemap +11 -0
  87. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/PrivacyInfo.xcprivacy +27 -0
  88. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/_CodeSignature/CodeResources +256 -0
  89. package/ios/Frameworks/CrowdConnectedIPS.xcframework/Info.plist +44 -0
  90. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64/CrowdConnectedIPS.framework/CrowdConnectedIPS +0 -0
  91. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64/CrowdConnectedIPS.framework/Headers/CrowdConnectedIPS-Swift.h +331 -0
  92. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64/CrowdConnectedIPS.framework/Headers/CrowdConnectedIPS.h +15 -0
  93. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64/CrowdConnectedIPS.framework/Info.plist +0 -0
  94. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/arm64-apple-ios.abi.json +1362 -0
  95. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/arm64-apple-ios.private.swiftinterface +21 -0
  96. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  97. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/arm64-apple-ios.swiftinterface +21 -0
  98. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64/CrowdConnectedIPS.framework/Modules/module.modulemap +11 -0
  99. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64/CrowdConnectedIPS.framework/PrivacyInfo.xcprivacy +23 -0
  100. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64/CrowdConnectedIPS.framework/_CodeSignature/CodeResources +201 -0
  101. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/CrowdConnectedIPS +0 -0
  102. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/Headers/CrowdConnectedIPS-Swift.h +658 -0
  103. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/Headers/CrowdConnectedIPS.h +15 -0
  104. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/Info.plist +0 -0
  105. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/arm64-apple-ios-simulator.abi.json +1362 -0
  106. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +21 -0
  107. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  108. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/arm64-apple-ios-simulator.swiftinterface +21 -0
  109. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/x86_64-apple-ios-simulator.abi.json +1362 -0
  110. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +21 -0
  111. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  112. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +21 -0
  113. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/Modules/module.modulemap +11 -0
  114. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/PrivacyInfo.xcprivacy +23 -0
  115. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/_CodeSignature/CodeResources +256 -0
  116. package/ios/Frameworks/CrowdConnectedShared.xcframework/Info.plist +44 -0
  117. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64/CrowdConnectedShared.framework/CrowdConnectedShared +0 -0
  118. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64/CrowdConnectedShared.framework/Headers/CrowdConnectedShared-Swift.h +322 -0
  119. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64/CrowdConnectedShared.framework/Headers/CrowdConnectedShared.h +9 -0
  120. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64/CrowdConnectedShared.framework/Info.plist +0 -0
  121. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/arm64-apple-ios.abi.json +17142 -0
  122. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/arm64-apple-ios.private.swiftinterface +501 -0
  123. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  124. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/arm64-apple-ios.swiftinterface +501 -0
  125. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64/CrowdConnectedShared.framework/Modules/module.modulemap +11 -0
  126. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64/CrowdConnectedShared.framework/PrivacyInfo.xcprivacy +23 -0
  127. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64/CrowdConnectedShared.framework/_CodeSignature/CodeResources +201 -0
  128. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/CrowdConnectedShared +0 -0
  129. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/Headers/CrowdConnectedShared-Swift.h +640 -0
  130. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/Headers/CrowdConnectedShared.h +9 -0
  131. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/Info.plist +0 -0
  132. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/arm64-apple-ios-simulator.abi.json +17142 -0
  133. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +501 -0
  134. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  135. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/arm64-apple-ios-simulator.swiftinterface +501 -0
  136. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/x86_64-apple-ios-simulator.abi.json +17142 -0
  137. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +501 -0
  138. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  139. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +501 -0
  140. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/Modules/module.modulemap +11 -0
  141. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/PrivacyInfo.xcprivacy +23 -0
  142. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/_CodeSignature/CodeResources +256 -0
  143. package/ios/RCTCrowdConnectedLocationProvider.swift +74 -101
  144. package/package.json +1 -1
@@ -0,0 +1,296 @@
1
+ {
2
+ "ABIRoot": {
3
+ "kind": "Root",
4
+ "name": "CrowdConnectedCoreBluetooth",
5
+ "printedName": "CrowdConnectedCoreBluetooth",
6
+ "children": [
7
+ {
8
+ "kind": "Import",
9
+ "name": "Foundation",
10
+ "printedName": "Foundation",
11
+ "declKind": "Import",
12
+ "moduleName": "CrowdConnectedCoreBluetooth",
13
+ "declAttributes": [
14
+ "RawDocComment"
15
+ ]
16
+ },
17
+ {
18
+ "kind": "Import",
19
+ "name": "CoreBluetooth",
20
+ "printedName": "CoreBluetooth",
21
+ "declKind": "Import",
22
+ "moduleName": "CrowdConnectedCoreBluetooth"
23
+ },
24
+ {
25
+ "kind": "Import",
26
+ "name": "Foundation",
27
+ "printedName": "Foundation",
28
+ "declKind": "Import",
29
+ "moduleName": "CrowdConnectedCoreBluetooth",
30
+ "declAttributes": [
31
+ "RawDocComment"
32
+ ]
33
+ },
34
+ {
35
+ "kind": "Import",
36
+ "name": "CoreBluetooth",
37
+ "printedName": "CoreBluetooth",
38
+ "declKind": "Import",
39
+ "moduleName": "CrowdConnectedCoreBluetooth"
40
+ },
41
+ {
42
+ "kind": "Import",
43
+ "name": "CrowdConnectedShared",
44
+ "printedName": "CrowdConnectedShared",
45
+ "declKind": "Import",
46
+ "moduleName": "CrowdConnectedCoreBluetooth"
47
+ },
48
+ {
49
+ "kind": "Import",
50
+ "name": "CrowdConnectedShared",
51
+ "printedName": "CrowdConnectedShared",
52
+ "declKind": "Import",
53
+ "moduleName": "CrowdConnectedCoreBluetooth",
54
+ "declAttributes": [
55
+ "RawDocComment"
56
+ ]
57
+ },
58
+ {
59
+ "kind": "TypeDecl",
60
+ "name": "CrowdConnectedCoreBluetooth",
61
+ "printedName": "CrowdConnectedCoreBluetooth",
62
+ "children": [
63
+ {
64
+ "kind": "Function",
65
+ "name": "activate",
66
+ "printedName": "activate()",
67
+ "children": [
68
+ {
69
+ "kind": "TypeNominal",
70
+ "name": "Void",
71
+ "printedName": "()"
72
+ }
73
+ ],
74
+ "declKind": "Func",
75
+ "usr": "c:@M@CrowdConnectedCoreBluetooth@objc(cs)CrowdConnectedCoreBluetooth(cm)activate",
76
+ "mangledName": "$s27CrowdConnectedCoreBluetoothAAC8activateyyFZ",
77
+ "moduleName": "CrowdConnectedCoreBluetooth",
78
+ "static": true,
79
+ "objc_name": "activate",
80
+ "declAttributes": [
81
+ "Final",
82
+ "ObjC",
83
+ "AccessControl",
84
+ "RawDocComment"
85
+ ],
86
+ "funcSelfKind": "NonMutating"
87
+ }
88
+ ],
89
+ "declKind": "Class",
90
+ "usr": "c:@M@CrowdConnectedCoreBluetooth@objc(cs)CrowdConnectedCoreBluetooth",
91
+ "mangledName": "$s27CrowdConnectedCoreBluetoothAAC",
92
+ "moduleName": "CrowdConnectedCoreBluetooth",
93
+ "declAttributes": [
94
+ "AccessControl",
95
+ "ObjC",
96
+ "RawDocComment"
97
+ ],
98
+ "superclassUsr": "c:objc(cs)NSObject",
99
+ "hasMissingDesignatedInitializers": true,
100
+ "inheritsConvenienceInitializers": true,
101
+ "superclassNames": [
102
+ "ObjectiveC.NSObject"
103
+ ],
104
+ "conformances": [
105
+ {
106
+ "kind": "Conformance",
107
+ "name": "Module",
108
+ "printedName": "Module",
109
+ "usr": "c:@M@CrowdConnectedShared@objc(pl)Module",
110
+ "mangledName": "$s20CrowdConnectedShared6ModuleP"
111
+ },
112
+ {
113
+ "kind": "Conformance",
114
+ "name": "Copyable",
115
+ "printedName": "Copyable",
116
+ "usr": "s:s8CopyableP",
117
+ "mangledName": "$ss8CopyableP"
118
+ },
119
+ {
120
+ "kind": "Conformance",
121
+ "name": "Escapable",
122
+ "printedName": "Escapable",
123
+ "usr": "s:s9EscapableP",
124
+ "mangledName": "$ss9EscapableP"
125
+ },
126
+ {
127
+ "kind": "Conformance",
128
+ "name": "Equatable",
129
+ "printedName": "Equatable",
130
+ "usr": "s:SQ",
131
+ "mangledName": "$sSQ"
132
+ },
133
+ {
134
+ "kind": "Conformance",
135
+ "name": "Hashable",
136
+ "printedName": "Hashable",
137
+ "usr": "s:SH",
138
+ "mangledName": "$sSH"
139
+ },
140
+ {
141
+ "kind": "Conformance",
142
+ "name": "CVarArg",
143
+ "printedName": "CVarArg",
144
+ "usr": "s:s7CVarArgP",
145
+ "mangledName": "$ss7CVarArgP"
146
+ },
147
+ {
148
+ "kind": "Conformance",
149
+ "name": "_KeyValueCodingAndObservingPublishing",
150
+ "printedName": "_KeyValueCodingAndObservingPublishing",
151
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
152
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
153
+ },
154
+ {
155
+ "kind": "Conformance",
156
+ "name": "_KeyValueCodingAndObserving",
157
+ "printedName": "_KeyValueCodingAndObserving",
158
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
159
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
160
+ },
161
+ {
162
+ "kind": "Conformance",
163
+ "name": "CustomStringConvertible",
164
+ "printedName": "CustomStringConvertible",
165
+ "usr": "s:s23CustomStringConvertibleP",
166
+ "mangledName": "$ss23CustomStringConvertibleP"
167
+ },
168
+ {
169
+ "kind": "Conformance",
170
+ "name": "CustomDebugStringConvertible",
171
+ "printedName": "CustomDebugStringConvertible",
172
+ "usr": "s:s28CustomDebugStringConvertibleP",
173
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
174
+ }
175
+ ]
176
+ },
177
+ {
178
+ "kind": "Import",
179
+ "name": "CrowdConnectedShared",
180
+ "printedName": "CrowdConnectedShared",
181
+ "declKind": "Import",
182
+ "moduleName": "CrowdConnectedCoreBluetooth",
183
+ "declAttributes": [
184
+ "RawDocComment"
185
+ ]
186
+ },
187
+ {
188
+ "kind": "Import",
189
+ "name": "Foundation",
190
+ "printedName": "Foundation",
191
+ "declKind": "Import",
192
+ "moduleName": "CrowdConnectedCoreBluetooth",
193
+ "declAttributes": [
194
+ "RawDocComment"
195
+ ]
196
+ },
197
+ {
198
+ "kind": "Import",
199
+ "name": "CrowdConnectedShared",
200
+ "printedName": "CrowdConnectedShared",
201
+ "declKind": "Import",
202
+ "moduleName": "CrowdConnectedCoreBluetooth"
203
+ },
204
+ {
205
+ "kind": "Import",
206
+ "name": "Foundation",
207
+ "printedName": "Foundation",
208
+ "declKind": "Import",
209
+ "moduleName": "CrowdConnectedCoreBluetooth",
210
+ "declAttributes": [
211
+ "RawDocComment"
212
+ ]
213
+ },
214
+ {
215
+ "kind": "Import",
216
+ "name": "CoreBluetooth",
217
+ "printedName": "CoreBluetooth",
218
+ "declKind": "Import",
219
+ "moduleName": "CrowdConnectedCoreBluetooth"
220
+ }
221
+ ],
222
+ "json_format_version": 8
223
+ },
224
+ "ConstValues": [
225
+ {
226
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/CrowdConnectedCoreBluetooth\/CrowdConnectedCoreBluetooth\/Scanner\/BeaconScanner.swift",
227
+ "kind": "StringLiteral",
228
+ "offset": 425,
229
+ "length": 39,
230
+ "value": "\"CrowdConnected.Eddystone.ScannerQueue\""
231
+ },
232
+ {
233
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/CrowdConnectedCoreBluetooth\/CrowdConnectedCoreBluetooth\/Scanner\/BeaconScanner.swift",
234
+ "kind": "StringLiteral",
235
+ "offset": 511,
236
+ "length": 6,
237
+ "value": "\"FEAA\""
238
+ },
239
+ {
240
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/CrowdConnectedCoreBluetooth\/CrowdConnectedCoreBluetooth\/Scanner\/BeaconScanner.swift",
241
+ "kind": "BooleanLiteral",
242
+ "offset": 785,
243
+ "length": 5,
244
+ "value": "false"
245
+ },
246
+ {
247
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/CrowdConnectedCoreBluetooth\/CrowdConnectedCoreBluetooth\/Scanner\/BeaconScanner.swift",
248
+ "kind": "BooleanLiteral",
249
+ "offset": 827,
250
+ "length": 5,
251
+ "value": "false"
252
+ },
253
+ {
254
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/CrowdConnectedCoreBluetooth\/CrowdConnectedCoreBluetooth\/Scanner\/BeaconScanner.swift",
255
+ "kind": "BooleanLiteral",
256
+ "offset": 885,
257
+ "length": 5,
258
+ "value": "false"
259
+ },
260
+ {
261
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/CrowdConnectedCoreBluetooth\/CrowdConnectedCoreBluetooth\/Scanner\/BeaconScanner.swift",
262
+ "kind": "Array",
263
+ "offset": 931,
264
+ "length": 2,
265
+ "value": "[]"
266
+ },
267
+ {
268
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/CrowdConnectedCoreBluetooth\/CrowdConnectedCoreBluetooth\/Models\/EddystoneBeaconInfo.swift",
269
+ "kind": "IntegerLiteral",
270
+ "offset": 339,
271
+ "length": 4,
272
+ "value": "0x00"
273
+ },
274
+ {
275
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/CrowdConnectedCoreBluetooth\/CrowdConnectedCoreBluetooth\/Models\/EddystoneBeaconInfo.swift",
276
+ "kind": "IntegerLiteral",
277
+ "offset": 392,
278
+ "length": 4,
279
+ "value": "0x10"
280
+ },
281
+ {
282
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/CrowdConnectedCoreBluetooth\/CrowdConnectedCoreBluetooth\/Models\/EddystoneBeaconInfo.swift",
283
+ "kind": "IntegerLiteral",
284
+ "offset": 445,
285
+ "length": 4,
286
+ "value": "0x20"
287
+ },
288
+ {
289
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/CrowdConnectedCoreBluetooth\/CrowdConnectedCoreBluetooth\/Models\/EddystoneBeaconInfo.swift",
290
+ "kind": "IntegerLiteral",
291
+ "offset": 498,
292
+ "length": 4,
293
+ "value": "0x30"
294
+ }
295
+ ]
296
+ }
@@ -0,0 +1,16 @@
1
+ // swift-interface-format-version: 1.0
2
+ // swift-compiler-version: Apple Swift version 6.2.4 effective-5.10 (swiftlang-6.2.4.1.4 clang-1700.6.4.2)
3
+ // swift-module-flags: -target arm64-apple-ios13.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name CrowdConnectedCoreBluetooth
4
+ // swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2.4
5
+ import CoreBluetooth
6
+ @_exported import CrowdConnectedCoreBluetooth
7
+ import CrowdConnectedShared
8
+ import Foundation
9
+ import Swift
10
+ import _Concurrency
11
+ import _StringProcessing
12
+ import _SwiftConcurrencyShims
13
+ @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc public class CrowdConnectedCoreBluetooth : ObjectiveC.NSObject, CrowdConnectedShared.Module {
14
+ @objc public static func activate()
15
+ @objc deinit
16
+ }
@@ -0,0 +1,16 @@
1
+ // swift-interface-format-version: 1.0
2
+ // swift-compiler-version: Apple Swift version 6.2.4 effective-5.10 (swiftlang-6.2.4.1.4 clang-1700.6.4.2)
3
+ // swift-module-flags: -target arm64-apple-ios13.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name CrowdConnectedCoreBluetooth
4
+ // swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2.4
5
+ import CoreBluetooth
6
+ @_exported import CrowdConnectedCoreBluetooth
7
+ import CrowdConnectedShared
8
+ import Foundation
9
+ import Swift
10
+ import _Concurrency
11
+ import _StringProcessing
12
+ import _SwiftConcurrencyShims
13
+ @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc public class CrowdConnectedCoreBluetooth : ObjectiveC.NSObject, CrowdConnectedShared.Module {
14
+ @objc public static func activate()
15
+ @objc deinit
16
+ }
@@ -0,0 +1,296 @@
1
+ {
2
+ "ABIRoot": {
3
+ "kind": "Root",
4
+ "name": "CrowdConnectedCoreBluetooth",
5
+ "printedName": "CrowdConnectedCoreBluetooth",
6
+ "children": [
7
+ {
8
+ "kind": "Import",
9
+ "name": "Foundation",
10
+ "printedName": "Foundation",
11
+ "declKind": "Import",
12
+ "moduleName": "CrowdConnectedCoreBluetooth",
13
+ "declAttributes": [
14
+ "RawDocComment"
15
+ ]
16
+ },
17
+ {
18
+ "kind": "Import",
19
+ "name": "CoreBluetooth",
20
+ "printedName": "CoreBluetooth",
21
+ "declKind": "Import",
22
+ "moduleName": "CrowdConnectedCoreBluetooth"
23
+ },
24
+ {
25
+ "kind": "Import",
26
+ "name": "Foundation",
27
+ "printedName": "Foundation",
28
+ "declKind": "Import",
29
+ "moduleName": "CrowdConnectedCoreBluetooth",
30
+ "declAttributes": [
31
+ "RawDocComment"
32
+ ]
33
+ },
34
+ {
35
+ "kind": "Import",
36
+ "name": "CoreBluetooth",
37
+ "printedName": "CoreBluetooth",
38
+ "declKind": "Import",
39
+ "moduleName": "CrowdConnectedCoreBluetooth"
40
+ },
41
+ {
42
+ "kind": "Import",
43
+ "name": "CrowdConnectedShared",
44
+ "printedName": "CrowdConnectedShared",
45
+ "declKind": "Import",
46
+ "moduleName": "CrowdConnectedCoreBluetooth"
47
+ },
48
+ {
49
+ "kind": "Import",
50
+ "name": "CrowdConnectedShared",
51
+ "printedName": "CrowdConnectedShared",
52
+ "declKind": "Import",
53
+ "moduleName": "CrowdConnectedCoreBluetooth",
54
+ "declAttributes": [
55
+ "RawDocComment"
56
+ ]
57
+ },
58
+ {
59
+ "kind": "TypeDecl",
60
+ "name": "CrowdConnectedCoreBluetooth",
61
+ "printedName": "CrowdConnectedCoreBluetooth",
62
+ "children": [
63
+ {
64
+ "kind": "Function",
65
+ "name": "activate",
66
+ "printedName": "activate()",
67
+ "children": [
68
+ {
69
+ "kind": "TypeNominal",
70
+ "name": "Void",
71
+ "printedName": "()"
72
+ }
73
+ ],
74
+ "declKind": "Func",
75
+ "usr": "c:@M@CrowdConnectedCoreBluetooth@objc(cs)CrowdConnectedCoreBluetooth(cm)activate",
76
+ "mangledName": "$s27CrowdConnectedCoreBluetoothAAC8activateyyFZ",
77
+ "moduleName": "CrowdConnectedCoreBluetooth",
78
+ "static": true,
79
+ "objc_name": "activate",
80
+ "declAttributes": [
81
+ "Final",
82
+ "ObjC",
83
+ "AccessControl",
84
+ "RawDocComment"
85
+ ],
86
+ "funcSelfKind": "NonMutating"
87
+ }
88
+ ],
89
+ "declKind": "Class",
90
+ "usr": "c:@M@CrowdConnectedCoreBluetooth@objc(cs)CrowdConnectedCoreBluetooth",
91
+ "mangledName": "$s27CrowdConnectedCoreBluetoothAAC",
92
+ "moduleName": "CrowdConnectedCoreBluetooth",
93
+ "declAttributes": [
94
+ "AccessControl",
95
+ "ObjC",
96
+ "RawDocComment"
97
+ ],
98
+ "superclassUsr": "c:objc(cs)NSObject",
99
+ "hasMissingDesignatedInitializers": true,
100
+ "inheritsConvenienceInitializers": true,
101
+ "superclassNames": [
102
+ "ObjectiveC.NSObject"
103
+ ],
104
+ "conformances": [
105
+ {
106
+ "kind": "Conformance",
107
+ "name": "Module",
108
+ "printedName": "Module",
109
+ "usr": "c:@M@CrowdConnectedShared@objc(pl)Module",
110
+ "mangledName": "$s20CrowdConnectedShared6ModuleP"
111
+ },
112
+ {
113
+ "kind": "Conformance",
114
+ "name": "Copyable",
115
+ "printedName": "Copyable",
116
+ "usr": "s:s8CopyableP",
117
+ "mangledName": "$ss8CopyableP"
118
+ },
119
+ {
120
+ "kind": "Conformance",
121
+ "name": "Escapable",
122
+ "printedName": "Escapable",
123
+ "usr": "s:s9EscapableP",
124
+ "mangledName": "$ss9EscapableP"
125
+ },
126
+ {
127
+ "kind": "Conformance",
128
+ "name": "Equatable",
129
+ "printedName": "Equatable",
130
+ "usr": "s:SQ",
131
+ "mangledName": "$sSQ"
132
+ },
133
+ {
134
+ "kind": "Conformance",
135
+ "name": "Hashable",
136
+ "printedName": "Hashable",
137
+ "usr": "s:SH",
138
+ "mangledName": "$sSH"
139
+ },
140
+ {
141
+ "kind": "Conformance",
142
+ "name": "CVarArg",
143
+ "printedName": "CVarArg",
144
+ "usr": "s:s7CVarArgP",
145
+ "mangledName": "$ss7CVarArgP"
146
+ },
147
+ {
148
+ "kind": "Conformance",
149
+ "name": "_KeyValueCodingAndObservingPublishing",
150
+ "printedName": "_KeyValueCodingAndObservingPublishing",
151
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
152
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
153
+ },
154
+ {
155
+ "kind": "Conformance",
156
+ "name": "_KeyValueCodingAndObserving",
157
+ "printedName": "_KeyValueCodingAndObserving",
158
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
159
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
160
+ },
161
+ {
162
+ "kind": "Conformance",
163
+ "name": "CustomStringConvertible",
164
+ "printedName": "CustomStringConvertible",
165
+ "usr": "s:s23CustomStringConvertibleP",
166
+ "mangledName": "$ss23CustomStringConvertibleP"
167
+ },
168
+ {
169
+ "kind": "Conformance",
170
+ "name": "CustomDebugStringConvertible",
171
+ "printedName": "CustomDebugStringConvertible",
172
+ "usr": "s:s28CustomDebugStringConvertibleP",
173
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
174
+ }
175
+ ]
176
+ },
177
+ {
178
+ "kind": "Import",
179
+ "name": "CrowdConnectedShared",
180
+ "printedName": "CrowdConnectedShared",
181
+ "declKind": "Import",
182
+ "moduleName": "CrowdConnectedCoreBluetooth",
183
+ "declAttributes": [
184
+ "RawDocComment"
185
+ ]
186
+ },
187
+ {
188
+ "kind": "Import",
189
+ "name": "Foundation",
190
+ "printedName": "Foundation",
191
+ "declKind": "Import",
192
+ "moduleName": "CrowdConnectedCoreBluetooth",
193
+ "declAttributes": [
194
+ "RawDocComment"
195
+ ]
196
+ },
197
+ {
198
+ "kind": "Import",
199
+ "name": "CrowdConnectedShared",
200
+ "printedName": "CrowdConnectedShared",
201
+ "declKind": "Import",
202
+ "moduleName": "CrowdConnectedCoreBluetooth"
203
+ },
204
+ {
205
+ "kind": "Import",
206
+ "name": "Foundation",
207
+ "printedName": "Foundation",
208
+ "declKind": "Import",
209
+ "moduleName": "CrowdConnectedCoreBluetooth",
210
+ "declAttributes": [
211
+ "RawDocComment"
212
+ ]
213
+ },
214
+ {
215
+ "kind": "Import",
216
+ "name": "CoreBluetooth",
217
+ "printedName": "CoreBluetooth",
218
+ "declKind": "Import",
219
+ "moduleName": "CrowdConnectedCoreBluetooth"
220
+ }
221
+ ],
222
+ "json_format_version": 8
223
+ },
224
+ "ConstValues": [
225
+ {
226
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/CrowdConnectedCoreBluetooth\/CrowdConnectedCoreBluetooth\/Scanner\/BeaconScanner.swift",
227
+ "kind": "StringLiteral",
228
+ "offset": 425,
229
+ "length": 39,
230
+ "value": "\"CrowdConnected.Eddystone.ScannerQueue\""
231
+ },
232
+ {
233
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/CrowdConnectedCoreBluetooth\/CrowdConnectedCoreBluetooth\/Scanner\/BeaconScanner.swift",
234
+ "kind": "StringLiteral",
235
+ "offset": 511,
236
+ "length": 6,
237
+ "value": "\"FEAA\""
238
+ },
239
+ {
240
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/CrowdConnectedCoreBluetooth\/CrowdConnectedCoreBluetooth\/Scanner\/BeaconScanner.swift",
241
+ "kind": "BooleanLiteral",
242
+ "offset": 785,
243
+ "length": 5,
244
+ "value": "false"
245
+ },
246
+ {
247
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/CrowdConnectedCoreBluetooth\/CrowdConnectedCoreBluetooth\/Scanner\/BeaconScanner.swift",
248
+ "kind": "BooleanLiteral",
249
+ "offset": 827,
250
+ "length": 5,
251
+ "value": "false"
252
+ },
253
+ {
254
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/CrowdConnectedCoreBluetooth\/CrowdConnectedCoreBluetooth\/Scanner\/BeaconScanner.swift",
255
+ "kind": "BooleanLiteral",
256
+ "offset": 885,
257
+ "length": 5,
258
+ "value": "false"
259
+ },
260
+ {
261
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/CrowdConnectedCoreBluetooth\/CrowdConnectedCoreBluetooth\/Scanner\/BeaconScanner.swift",
262
+ "kind": "Array",
263
+ "offset": 931,
264
+ "length": 2,
265
+ "value": "[]"
266
+ },
267
+ {
268
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/CrowdConnectedCoreBluetooth\/CrowdConnectedCoreBluetooth\/Models\/EddystoneBeaconInfo.swift",
269
+ "kind": "IntegerLiteral",
270
+ "offset": 339,
271
+ "length": 4,
272
+ "value": "0x00"
273
+ },
274
+ {
275
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/CrowdConnectedCoreBluetooth\/CrowdConnectedCoreBluetooth\/Models\/EddystoneBeaconInfo.swift",
276
+ "kind": "IntegerLiteral",
277
+ "offset": 392,
278
+ "length": 4,
279
+ "value": "0x10"
280
+ },
281
+ {
282
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/CrowdConnectedCoreBluetooth\/CrowdConnectedCoreBluetooth\/Models\/EddystoneBeaconInfo.swift",
283
+ "kind": "IntegerLiteral",
284
+ "offset": 445,
285
+ "length": 4,
286
+ "value": "0x20"
287
+ },
288
+ {
289
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/CrowdConnectedCoreBluetooth\/CrowdConnectedCoreBluetooth\/Models\/EddystoneBeaconInfo.swift",
290
+ "kind": "IntegerLiteral",
291
+ "offset": 498,
292
+ "length": 4,
293
+ "value": "0x30"
294
+ }
295
+ ]
296
+ }
@@ -0,0 +1,16 @@
1
+ // swift-interface-format-version: 1.0
2
+ // swift-compiler-version: Apple Swift version 6.2.4 effective-5.10 (swiftlang-6.2.4.1.4 clang-1700.6.4.2)
3
+ // swift-module-flags: -target x86_64-apple-ios13.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name CrowdConnectedCoreBluetooth
4
+ // swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2.4
5
+ import CoreBluetooth
6
+ @_exported import CrowdConnectedCoreBluetooth
7
+ import CrowdConnectedShared
8
+ import Foundation
9
+ import Swift
10
+ import _Concurrency
11
+ import _StringProcessing
12
+ import _SwiftConcurrencyShims
13
+ @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc public class CrowdConnectedCoreBluetooth : ObjectiveC.NSObject, CrowdConnectedShared.Module {
14
+ @objc public static func activate()
15
+ @objc deinit
16
+ }
@@ -0,0 +1,16 @@
1
+ // swift-interface-format-version: 1.0
2
+ // swift-compiler-version: Apple Swift version 6.2.4 effective-5.10 (swiftlang-6.2.4.1.4 clang-1700.6.4.2)
3
+ // swift-module-flags: -target x86_64-apple-ios13.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name CrowdConnectedCoreBluetooth
4
+ // swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2.4
5
+ import CoreBluetooth
6
+ @_exported import CrowdConnectedCoreBluetooth
7
+ import CrowdConnectedShared
8
+ import Foundation
9
+ import Swift
10
+ import _Concurrency
11
+ import _StringProcessing
12
+ import _SwiftConcurrencyShims
13
+ @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc public class CrowdConnectedCoreBluetooth : ObjectiveC.NSObject, CrowdConnectedShared.Module {
14
+ @objc public static func activate()
15
+ @objc deinit
16
+ }