@expofp/react-native-efp-crowdconnected 0.1.5 → 0.1.7

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 (145) hide show
  1. package/ExpofpCrowdconnected.podspec +5 -5
  2. package/README.md +23 -13
  3. package/android/build.gradle +4 -4
  4. package/android/src/main/java/com/expofpcrowdconnected/ExpoFpCrowdConnectedLocationProviderSettings.kt +8 -1
  5. package/android/src/main/java/com/expofpcrowdconnected/ExpoFpPosition.kt +2 -3
  6. package/android/src/main/java/com/expofpcrowdconnected/RCTCrowdConnectedLocationProviderModule.kt +66 -70
  7. package/ios/ExpoFpLocationProvider/ExpoFpCrowdConnectedLocationProviderSettings.swift +36 -23
  8. package/ios/Extensions/{LocationTrackingMode+Extensions.swift → CrowdConnected+Extensions.swift} +5 -4
  9. package/ios/Frameworks/CrowdConnectedCore.xcframework/Info.plist +44 -0
  10. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64/CrowdConnectedCore.framework/CrowdConnectedCore +0 -0
  11. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64/CrowdConnectedCore.framework/Headers/CrowdConnectedCore-Swift.h +767 -0
  12. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64/CrowdConnectedCore.framework/Headers/CrowdConnectedCore.h +15 -0
  13. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64/CrowdConnectedCore.framework/Info.plist +0 -0
  14. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/arm64-apple-ios.abi.json +8032 -0
  15. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/arm64-apple-ios.private.swiftinterface +162 -0
  16. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  17. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/arm64-apple-ios.swiftinterface +162 -0
  18. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64/CrowdConnectedCore.framework/Modules/module.modulemap +11 -0
  19. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64/CrowdConnectedCore.framework/PrivacyInfo.xcprivacy +36 -0
  20. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64/CrowdConnectedCore.framework/_CodeSignature/CodeResources +201 -0
  21. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/CrowdConnectedCore +0 -0
  22. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/Headers/CrowdConnectedCore-Swift.h +1530 -0
  23. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/Headers/CrowdConnectedCore.h +15 -0
  24. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/Info.plist +0 -0
  25. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/arm64-apple-ios-simulator.abi.json +8032 -0
  26. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +162 -0
  27. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  28. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/arm64-apple-ios-simulator.swiftinterface +162 -0
  29. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/x86_64-apple-ios-simulator.abi.json +8032 -0
  30. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +162 -0
  31. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  32. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +162 -0
  33. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/Modules/module.modulemap +11 -0
  34. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/PrivacyInfo.xcprivacy +36 -0
  35. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/_CodeSignature/CodeResources +256 -0
  36. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/Info.plist +44 -0
  37. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64/CrowdConnectedCoreBluetooth.framework/CrowdConnectedCoreBluetooth +0 -0
  38. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64/CrowdConnectedCoreBluetooth.framework/Headers/CrowdConnectedCoreBluetooth-Swift.h +329 -0
  39. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64/CrowdConnectedCoreBluetooth.framework/Headers/CrowdConnectedCoreBluetooth.h +11 -0
  40. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64/CrowdConnectedCoreBluetooth.framework/Info.plist +0 -0
  41. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64/CrowdConnectedCoreBluetooth.framework/Modules/CrowdConnectedCoreBluetooth.swiftmodule/arm64-apple-ios.abi.json +296 -0
  42. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64/CrowdConnectedCoreBluetooth.framework/Modules/CrowdConnectedCoreBluetooth.swiftmodule/arm64-apple-ios.private.swiftinterface +16 -0
  43. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64/CrowdConnectedCoreBluetooth.framework/Modules/CrowdConnectedCoreBluetooth.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  44. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64/CrowdConnectedCoreBluetooth.framework/Modules/CrowdConnectedCoreBluetooth.swiftmodule/arm64-apple-ios.swiftinterface +16 -0
  45. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64/CrowdConnectedCoreBluetooth.framework/Modules/module.modulemap +11 -0
  46. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64/CrowdConnectedCoreBluetooth.framework/PrivacyInfo.xcprivacy +14 -0
  47. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64/CrowdConnectedCoreBluetooth.framework/_CodeSignature/CodeResources +201 -0
  48. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCoreBluetooth.framework/CrowdConnectedCoreBluetooth +0 -0
  49. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCoreBluetooth.framework/Headers/CrowdConnectedCoreBluetooth-Swift.h +654 -0
  50. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCoreBluetooth.framework/Headers/CrowdConnectedCoreBluetooth.h +11 -0
  51. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCoreBluetooth.framework/Info.plist +0 -0
  52. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCoreBluetooth.framework/Modules/CrowdConnectedCoreBluetooth.swiftmodule/arm64-apple-ios-simulator.abi.json +296 -0
  53. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCoreBluetooth.framework/Modules/CrowdConnectedCoreBluetooth.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +16 -0
  54. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCoreBluetooth.framework/Modules/CrowdConnectedCoreBluetooth.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  55. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCoreBluetooth.framework/Modules/CrowdConnectedCoreBluetooth.swiftmodule/arm64-apple-ios-simulator.swiftinterface +16 -0
  56. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCoreBluetooth.framework/Modules/CrowdConnectedCoreBluetooth.swiftmodule/x86_64-apple-ios-simulator.abi.json +296 -0
  57. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCoreBluetooth.framework/Modules/CrowdConnectedCoreBluetooth.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +16 -0
  58. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCoreBluetooth.framework/Modules/CrowdConnectedCoreBluetooth.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  59. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCoreBluetooth.framework/Modules/CrowdConnectedCoreBluetooth.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +16 -0
  60. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCoreBluetooth.framework/Modules/module.modulemap +11 -0
  61. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCoreBluetooth.framework/PrivacyInfo.xcprivacy +14 -0
  62. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCoreBluetooth.framework/_CodeSignature/CodeResources +256 -0
  63. package/ios/Frameworks/CrowdConnectedGeo.xcframework/Info.plist +44 -0
  64. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64/CrowdConnectedGeo.framework/CrowdConnectedGeo +0 -0
  65. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64/CrowdConnectedGeo.framework/Headers/CrowdConnectedGeo-Swift.h +328 -0
  66. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64/CrowdConnectedGeo.framework/Headers/CrowdConnectedGeo.h +15 -0
  67. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64/CrowdConnectedGeo.framework/Info.plist +0 -0
  68. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64/CrowdConnectedGeo.framework/Modules/CrowdConnectedGeo.swiftmodule/arm64-apple-ios.abi.json +444 -0
  69. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64/CrowdConnectedGeo.framework/Modules/CrowdConnectedGeo.swiftmodule/arm64-apple-ios.private.swiftinterface +16 -0
  70. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64/CrowdConnectedGeo.framework/Modules/CrowdConnectedGeo.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  71. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64/CrowdConnectedGeo.framework/Modules/CrowdConnectedGeo.swiftmodule/arm64-apple-ios.swiftinterface +16 -0
  72. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64/CrowdConnectedGeo.framework/Modules/module.modulemap +11 -0
  73. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64/CrowdConnectedGeo.framework/PrivacyInfo.xcprivacy +27 -0
  74. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64/CrowdConnectedGeo.framework/_CodeSignature/CodeResources +201 -0
  75. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/CrowdConnectedGeo +0 -0
  76. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/Headers/CrowdConnectedGeo-Swift.h +652 -0
  77. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/Headers/CrowdConnectedGeo.h +15 -0
  78. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/Info.plist +0 -0
  79. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/Modules/CrowdConnectedGeo.swiftmodule/arm64-apple-ios-simulator.abi.json +444 -0
  80. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/Modules/CrowdConnectedGeo.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +16 -0
  81. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/Modules/CrowdConnectedGeo.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  82. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/Modules/CrowdConnectedGeo.swiftmodule/arm64-apple-ios-simulator.swiftinterface +16 -0
  83. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/Modules/CrowdConnectedGeo.swiftmodule/x86_64-apple-ios-simulator.abi.json +444 -0
  84. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/Modules/CrowdConnectedGeo.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +16 -0
  85. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/Modules/CrowdConnectedGeo.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  86. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/Modules/CrowdConnectedGeo.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +16 -0
  87. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/Modules/module.modulemap +11 -0
  88. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/PrivacyInfo.xcprivacy +27 -0
  89. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/_CodeSignature/CodeResources +256 -0
  90. package/ios/Frameworks/CrowdConnectedIPS.xcframework/Info.plist +44 -0
  91. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64/CrowdConnectedIPS.framework/CrowdConnectedIPS +0 -0
  92. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64/CrowdConnectedIPS.framework/Headers/CrowdConnectedIPS-Swift.h +331 -0
  93. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64/CrowdConnectedIPS.framework/Headers/CrowdConnectedIPS.h +15 -0
  94. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64/CrowdConnectedIPS.framework/Info.plist +0 -0
  95. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/arm64-apple-ios.abi.json +1362 -0
  96. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/arm64-apple-ios.private.swiftinterface +21 -0
  97. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  98. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/arm64-apple-ios.swiftinterface +21 -0
  99. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64/CrowdConnectedIPS.framework/Modules/module.modulemap +11 -0
  100. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64/CrowdConnectedIPS.framework/PrivacyInfo.xcprivacy +23 -0
  101. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64/CrowdConnectedIPS.framework/_CodeSignature/CodeResources +201 -0
  102. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/CrowdConnectedIPS +0 -0
  103. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/Headers/CrowdConnectedIPS-Swift.h +658 -0
  104. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/Headers/CrowdConnectedIPS.h +15 -0
  105. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/Info.plist +0 -0
  106. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/arm64-apple-ios-simulator.abi.json +1362 -0
  107. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +21 -0
  108. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  109. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/arm64-apple-ios-simulator.swiftinterface +21 -0
  110. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/x86_64-apple-ios-simulator.abi.json +1362 -0
  111. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +21 -0
  112. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  113. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +21 -0
  114. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/Modules/module.modulemap +11 -0
  115. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/PrivacyInfo.xcprivacy +23 -0
  116. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/_CodeSignature/CodeResources +256 -0
  117. package/ios/Frameworks/CrowdConnectedShared.xcframework/Info.plist +44 -0
  118. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64/CrowdConnectedShared.framework/CrowdConnectedShared +0 -0
  119. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64/CrowdConnectedShared.framework/Headers/CrowdConnectedShared-Swift.h +322 -0
  120. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64/CrowdConnectedShared.framework/Headers/CrowdConnectedShared.h +9 -0
  121. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64/CrowdConnectedShared.framework/Info.plist +0 -0
  122. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/arm64-apple-ios.abi.json +17142 -0
  123. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/arm64-apple-ios.private.swiftinterface +501 -0
  124. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  125. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/arm64-apple-ios.swiftinterface +501 -0
  126. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64/CrowdConnectedShared.framework/Modules/module.modulemap +11 -0
  127. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64/CrowdConnectedShared.framework/PrivacyInfo.xcprivacy +23 -0
  128. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64/CrowdConnectedShared.framework/_CodeSignature/CodeResources +201 -0
  129. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/CrowdConnectedShared +0 -0
  130. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/Headers/CrowdConnectedShared-Swift.h +640 -0
  131. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/Headers/CrowdConnectedShared.h +9 -0
  132. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/Info.plist +0 -0
  133. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/arm64-apple-ios-simulator.abi.json +17142 -0
  134. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +501 -0
  135. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  136. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/arm64-apple-ios-simulator.swiftinterface +501 -0
  137. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/x86_64-apple-ios-simulator.abi.json +17142 -0
  138. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +501 -0
  139. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  140. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +501 -0
  141. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/Modules/module.modulemap +11 -0
  142. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/PrivacyInfo.xcprivacy +23 -0
  143. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/_CodeSignature/CodeResources +256 -0
  144. package/ios/RCTCrowdConnectedLocationProvider.swift +69 -101
  145. package/package.json +1 -1
@@ -0,0 +1,1362 @@
1
+ {
2
+ "ABIRoot": {
3
+ "kind": "Root",
4
+ "name": "CrowdConnectedIPS",
5
+ "printedName": "CrowdConnectedIPS",
6
+ "children": [
7
+ {
8
+ "kind": "Import",
9
+ "name": "Foundation",
10
+ "printedName": "Foundation",
11
+ "declKind": "Import",
12
+ "moduleName": "CrowdConnectedIPS",
13
+ "declAttributes": [
14
+ "RawDocComment"
15
+ ]
16
+ },
17
+ {
18
+ "kind": "Import",
19
+ "name": "CrowdConnectedShared",
20
+ "printedName": "CrowdConnectedShared",
21
+ "declKind": "Import",
22
+ "moduleName": "CrowdConnectedIPS"
23
+ },
24
+ {
25
+ "kind": "Import",
26
+ "name": "Foundation",
27
+ "printedName": "Foundation",
28
+ "declKind": "Import",
29
+ "moduleName": "CrowdConnectedIPS",
30
+ "declAttributes": [
31
+ "RawDocComment"
32
+ ]
33
+ },
34
+ {
35
+ "kind": "Import",
36
+ "name": "Foundation",
37
+ "printedName": "Foundation",
38
+ "declKind": "Import",
39
+ "moduleName": "CrowdConnectedIPS",
40
+ "declAttributes": [
41
+ "RawDocComment"
42
+ ]
43
+ },
44
+ {
45
+ "kind": "Import",
46
+ "name": "Foundation",
47
+ "printedName": "Foundation",
48
+ "declKind": "Import",
49
+ "moduleName": "CrowdConnectedIPS",
50
+ "declAttributes": [
51
+ "RawDocComment"
52
+ ]
53
+ },
54
+ {
55
+ "kind": "Import",
56
+ "name": "CoreLocation",
57
+ "printedName": "CoreLocation",
58
+ "declKind": "Import",
59
+ "moduleName": "CrowdConnectedIPS"
60
+ },
61
+ {
62
+ "kind": "Import",
63
+ "name": "Foundation",
64
+ "printedName": "Foundation",
65
+ "declKind": "Import",
66
+ "moduleName": "CrowdConnectedIPS",
67
+ "declAttributes": [
68
+ "RawDocComment"
69
+ ]
70
+ },
71
+ {
72
+ "kind": "Import",
73
+ "name": "CrowdConnectedShared",
74
+ "printedName": "CrowdConnectedShared",
75
+ "declKind": "Import",
76
+ "moduleName": "CrowdConnectedIPS"
77
+ },
78
+ {
79
+ "kind": "Import",
80
+ "name": "Foundation",
81
+ "printedName": "Foundation",
82
+ "declKind": "Import",
83
+ "moduleName": "CrowdConnectedIPS",
84
+ "declAttributes": [
85
+ "RawDocComment"
86
+ ]
87
+ },
88
+ {
89
+ "kind": "Import",
90
+ "name": "CoreLocation",
91
+ "printedName": "CoreLocation",
92
+ "declKind": "Import",
93
+ "moduleName": "CrowdConnectedIPS"
94
+ },
95
+ {
96
+ "kind": "Import",
97
+ "name": "CrowdConnectedShared",
98
+ "printedName": "CrowdConnectedShared",
99
+ "declKind": "Import",
100
+ "moduleName": "CrowdConnectedIPS"
101
+ },
102
+ {
103
+ "kind": "Import",
104
+ "name": "Foundation",
105
+ "printedName": "Foundation",
106
+ "declKind": "Import",
107
+ "moduleName": "CrowdConnectedIPS",
108
+ "declAttributes": [
109
+ "RawDocComment"
110
+ ]
111
+ },
112
+ {
113
+ "kind": "Import",
114
+ "name": "CoreLocation",
115
+ "printedName": "CoreLocation",
116
+ "declKind": "Import",
117
+ "moduleName": "CrowdConnectedIPS"
118
+ },
119
+ {
120
+ "kind": "Import",
121
+ "name": "CrowdConnectedShared",
122
+ "printedName": "CrowdConnectedShared",
123
+ "declKind": "Import",
124
+ "moduleName": "CrowdConnectedIPS"
125
+ },
126
+ {
127
+ "kind": "Import",
128
+ "name": "Foundation",
129
+ "printedName": "Foundation",
130
+ "declKind": "Import",
131
+ "moduleName": "CrowdConnectedIPS",
132
+ "declAttributes": [
133
+ "RawDocComment"
134
+ ]
135
+ },
136
+ {
137
+ "kind": "Import",
138
+ "name": "Foundation",
139
+ "printedName": "Foundation",
140
+ "declKind": "Import",
141
+ "moduleName": "CrowdConnectedIPS",
142
+ "declAttributes": [
143
+ "RawDocComment"
144
+ ]
145
+ },
146
+ {
147
+ "kind": "Import",
148
+ "name": "CrowdConnectedShared",
149
+ "printedName": "CrowdConnectedShared",
150
+ "declKind": "Import",
151
+ "moduleName": "CrowdConnectedIPS"
152
+ },
153
+ {
154
+ "kind": "Import",
155
+ "name": "CrowdConnectedShared",
156
+ "printedName": "CrowdConnectedShared",
157
+ "declKind": "Import",
158
+ "moduleName": "CrowdConnectedIPS",
159
+ "declAttributes": [
160
+ "RawDocComment"
161
+ ]
162
+ },
163
+ {
164
+ "kind": "Import",
165
+ "name": "Foundation",
166
+ "printedName": "Foundation",
167
+ "declKind": "Import",
168
+ "moduleName": "CrowdConnectedIPS"
169
+ },
170
+ {
171
+ "kind": "Import",
172
+ "name": "CrowdConnectedShared",
173
+ "printedName": "CrowdConnectedShared",
174
+ "declKind": "Import",
175
+ "moduleName": "CrowdConnectedIPS",
176
+ "declAttributes": [
177
+ "RawDocComment"
178
+ ]
179
+ },
180
+ {
181
+ "kind": "Import",
182
+ "name": "Foundation",
183
+ "printedName": "Foundation",
184
+ "declKind": "Import",
185
+ "moduleName": "CrowdConnectedIPS"
186
+ },
187
+ {
188
+ "kind": "Import",
189
+ "name": "Foundation",
190
+ "printedName": "Foundation",
191
+ "declKind": "Import",
192
+ "moduleName": "CrowdConnectedIPS",
193
+ "declAttributes": [
194
+ "RawDocComment"
195
+ ]
196
+ },
197
+ {
198
+ "kind": "Import",
199
+ "name": "UIKit",
200
+ "printedName": "UIKit",
201
+ "declKind": "Import",
202
+ "moduleName": "CrowdConnectedIPS"
203
+ },
204
+ {
205
+ "kind": "Import",
206
+ "name": "Foundation",
207
+ "printedName": "Foundation",
208
+ "declKind": "Import",
209
+ "moduleName": "CrowdConnectedIPS",
210
+ "declAttributes": [
211
+ "RawDocComment"
212
+ ]
213
+ },
214
+ {
215
+ "kind": "Import",
216
+ "name": "CoreMotion",
217
+ "printedName": "CoreMotion",
218
+ "declKind": "Import",
219
+ "moduleName": "CrowdConnectedIPS"
220
+ },
221
+ {
222
+ "kind": "Import",
223
+ "name": "UIKit",
224
+ "printedName": "UIKit",
225
+ "declKind": "Import",
226
+ "moduleName": "CrowdConnectedIPS"
227
+ },
228
+ {
229
+ "kind": "Import",
230
+ "name": "CrowdConnectedShared",
231
+ "printedName": "CrowdConnectedShared",
232
+ "declKind": "Import",
233
+ "moduleName": "CrowdConnectedIPS"
234
+ },
235
+ {
236
+ "kind": "Import",
237
+ "name": "Foundation",
238
+ "printedName": "Foundation",
239
+ "declKind": "Import",
240
+ "moduleName": "CrowdConnectedIPS",
241
+ "declAttributes": [
242
+ "RawDocComment"
243
+ ]
244
+ },
245
+ {
246
+ "kind": "Import",
247
+ "name": "CoreLocation",
248
+ "printedName": "CoreLocation",
249
+ "declKind": "Import",
250
+ "moduleName": "CrowdConnectedIPS"
251
+ },
252
+ {
253
+ "kind": "Import",
254
+ "name": "CrowdConnectedShared",
255
+ "printedName": "CrowdConnectedShared",
256
+ "declKind": "Import",
257
+ "moduleName": "CrowdConnectedIPS"
258
+ },
259
+ {
260
+ "kind": "Import",
261
+ "name": "Foundation",
262
+ "printedName": "Foundation",
263
+ "declKind": "Import",
264
+ "moduleName": "CrowdConnectedIPS",
265
+ "declAttributes": [
266
+ "RawDocComment"
267
+ ]
268
+ },
269
+ {
270
+ "kind": "Import",
271
+ "name": "CrowdConnectedShared",
272
+ "printedName": "CrowdConnectedShared",
273
+ "declKind": "Import",
274
+ "moduleName": "CrowdConnectedIPS"
275
+ },
276
+ {
277
+ "kind": "Import",
278
+ "name": "Foundation",
279
+ "printedName": "Foundation",
280
+ "declKind": "Import",
281
+ "moduleName": "CrowdConnectedIPS",
282
+ "declAttributes": [
283
+ "RawDocComment"
284
+ ]
285
+ },
286
+ {
287
+ "kind": "Import",
288
+ "name": "CoreLocation",
289
+ "printedName": "CoreLocation",
290
+ "declKind": "Import",
291
+ "moduleName": "CrowdConnectedIPS"
292
+ },
293
+ {
294
+ "kind": "Import",
295
+ "name": "CrowdConnectedShared",
296
+ "printedName": "CrowdConnectedShared",
297
+ "declKind": "Import",
298
+ "moduleName": "CrowdConnectedIPS"
299
+ },
300
+ {
301
+ "kind": "Import",
302
+ "name": "Foundation",
303
+ "printedName": "Foundation",
304
+ "declKind": "Import",
305
+ "moduleName": "CrowdConnectedIPS",
306
+ "declAttributes": [
307
+ "RawDocComment"
308
+ ]
309
+ },
310
+ {
311
+ "kind": "Import",
312
+ "name": "Foundation",
313
+ "printedName": "Foundation",
314
+ "declKind": "Import",
315
+ "moduleName": "CrowdConnectedIPS",
316
+ "declAttributes": [
317
+ "RawDocComment"
318
+ ]
319
+ },
320
+ {
321
+ "kind": "Import",
322
+ "name": "Foundation",
323
+ "printedName": "Foundation",
324
+ "declKind": "Import",
325
+ "moduleName": "CrowdConnectedIPS",
326
+ "declAttributes": [
327
+ "RawDocComment"
328
+ ]
329
+ },
330
+ {
331
+ "kind": "Import",
332
+ "name": "CoreLocation",
333
+ "printedName": "CoreLocation",
334
+ "declKind": "Import",
335
+ "moduleName": "CrowdConnectedIPS"
336
+ },
337
+ {
338
+ "kind": "Import",
339
+ "name": "CrowdConnectedShared",
340
+ "printedName": "CrowdConnectedShared",
341
+ "declKind": "Import",
342
+ "moduleName": "CrowdConnectedIPS"
343
+ },
344
+ {
345
+ "kind": "Import",
346
+ "name": "Foundation",
347
+ "printedName": "Foundation",
348
+ "declKind": "Import",
349
+ "moduleName": "CrowdConnectedIPS",
350
+ "declAttributes": [
351
+ "RawDocComment"
352
+ ]
353
+ },
354
+ {
355
+ "kind": "Import",
356
+ "name": "Foundation",
357
+ "printedName": "Foundation",
358
+ "declKind": "Import",
359
+ "moduleName": "CrowdConnectedIPS",
360
+ "declAttributes": [
361
+ "RawDocComment"
362
+ ]
363
+ },
364
+ {
365
+ "kind": "Import",
366
+ "name": "CoreMotion",
367
+ "printedName": "CoreMotion",
368
+ "declKind": "Import",
369
+ "moduleName": "CrowdConnectedIPS"
370
+ },
371
+ {
372
+ "kind": "Import",
373
+ "name": "Foundation",
374
+ "printedName": "Foundation",
375
+ "declKind": "Import",
376
+ "moduleName": "CrowdConnectedIPS",
377
+ "declAttributes": [
378
+ "RawDocComment"
379
+ ]
380
+ },
381
+ {
382
+ "kind": "Import",
383
+ "name": "Foundation",
384
+ "printedName": "Foundation",
385
+ "declKind": "Import",
386
+ "moduleName": "CrowdConnectedIPS",
387
+ "declAttributes": [
388
+ "RawDocComment"
389
+ ]
390
+ },
391
+ {
392
+ "kind": "Import",
393
+ "name": "CrowdConnectedShared",
394
+ "printedName": "CrowdConnectedShared",
395
+ "declKind": "Import",
396
+ "moduleName": "CrowdConnectedIPS",
397
+ "declAttributes": [
398
+ "RawDocComment"
399
+ ]
400
+ },
401
+ {
402
+ "kind": "Import",
403
+ "name": "CrowdConnectedShared",
404
+ "printedName": "CrowdConnectedShared",
405
+ "declKind": "Import",
406
+ "moduleName": "CrowdConnectedIPS",
407
+ "declAttributes": [
408
+ "RawDocComment"
409
+ ]
410
+ },
411
+ {
412
+ "kind": "Import",
413
+ "name": "Foundation",
414
+ "printedName": "Foundation",
415
+ "declKind": "Import",
416
+ "moduleName": "CrowdConnectedIPS"
417
+ },
418
+ {
419
+ "kind": "Import",
420
+ "name": "Foundation",
421
+ "printedName": "Foundation",
422
+ "declKind": "Import",
423
+ "moduleName": "CrowdConnectedIPS",
424
+ "declAttributes": [
425
+ "RawDocComment"
426
+ ]
427
+ },
428
+ {
429
+ "kind": "Import",
430
+ "name": "Foundation",
431
+ "printedName": "Foundation",
432
+ "declKind": "Import",
433
+ "moduleName": "CrowdConnectedIPS",
434
+ "declAttributes": [
435
+ "RawDocComment"
436
+ ]
437
+ },
438
+ {
439
+ "kind": "Import",
440
+ "name": "CoreLocation",
441
+ "printedName": "CoreLocation",
442
+ "declKind": "Import",
443
+ "moduleName": "CrowdConnectedIPS"
444
+ },
445
+ {
446
+ "kind": "Import",
447
+ "name": "CrowdConnectedShared",
448
+ "printedName": "CrowdConnectedShared",
449
+ "declKind": "Import",
450
+ "moduleName": "CrowdConnectedIPS"
451
+ },
452
+ {
453
+ "kind": "Import",
454
+ "name": "Foundation",
455
+ "printedName": "Foundation",
456
+ "declKind": "Import",
457
+ "moduleName": "CrowdConnectedIPS",
458
+ "declAttributes": [
459
+ "RawDocComment"
460
+ ]
461
+ },
462
+ {
463
+ "kind": "Import",
464
+ "name": "Foundation",
465
+ "printedName": "Foundation",
466
+ "declKind": "Import",
467
+ "moduleName": "CrowdConnectedIPS",
468
+ "declAttributes": [
469
+ "RawDocComment"
470
+ ]
471
+ },
472
+ {
473
+ "kind": "Import",
474
+ "name": "CrowdConnectedShared",
475
+ "printedName": "CrowdConnectedShared",
476
+ "declKind": "Import",
477
+ "moduleName": "CrowdConnectedIPS"
478
+ },
479
+ {
480
+ "kind": "Import",
481
+ "name": "Foundation",
482
+ "printedName": "Foundation",
483
+ "declKind": "Import",
484
+ "moduleName": "CrowdConnectedIPS",
485
+ "declAttributes": [
486
+ "RawDocComment"
487
+ ]
488
+ },
489
+ {
490
+ "kind": "Import",
491
+ "name": "Foundation",
492
+ "printedName": "Foundation",
493
+ "declKind": "Import",
494
+ "moduleName": "CrowdConnectedIPS",
495
+ "declAttributes": [
496
+ "RawDocComment"
497
+ ]
498
+ },
499
+ {
500
+ "kind": "Import",
501
+ "name": "Foundation",
502
+ "printedName": "Foundation",
503
+ "declKind": "Import",
504
+ "moduleName": "CrowdConnectedIPS",
505
+ "declAttributes": [
506
+ "RawDocComment"
507
+ ]
508
+ },
509
+ {
510
+ "kind": "Import",
511
+ "name": "CrowdConnectedShared",
512
+ "printedName": "CrowdConnectedShared",
513
+ "declKind": "Import",
514
+ "moduleName": "CrowdConnectedIPS"
515
+ },
516
+ {
517
+ "kind": "Import",
518
+ "name": "CrowdConnectedShared",
519
+ "printedName": "CrowdConnectedShared",
520
+ "declKind": "Import",
521
+ "moduleName": "CrowdConnectedIPS",
522
+ "declAttributes": [
523
+ "RawDocComment"
524
+ ]
525
+ },
526
+ {
527
+ "kind": "TypeDecl",
528
+ "name": "CrowdConnectedIPS",
529
+ "printedName": "CrowdConnectedIPS",
530
+ "children": [
531
+ {
532
+ "kind": "Function",
533
+ "name": "activate",
534
+ "printedName": "activate()",
535
+ "children": [
536
+ {
537
+ "kind": "TypeNominal",
538
+ "name": "Void",
539
+ "printedName": "()"
540
+ }
541
+ ],
542
+ "declKind": "Func",
543
+ "usr": "c:@M@CrowdConnectedIPS@objc(cs)CrowdConnectedIPS(cm)activate",
544
+ "mangledName": "$s17CrowdConnectedIPSAAC8activateyyFZ",
545
+ "moduleName": "CrowdConnectedIPS",
546
+ "static": true,
547
+ "objc_name": "activate",
548
+ "declAttributes": [
549
+ "Final",
550
+ "ObjC",
551
+ "AccessControl",
552
+ "RawDocComment"
553
+ ],
554
+ "funcSelfKind": "NonMutating"
555
+ },
556
+ {
557
+ "kind": "Var",
558
+ "name": "coreSDKVersion",
559
+ "printedName": "coreSDKVersion",
560
+ "children": [
561
+ {
562
+ "kind": "TypeNominal",
563
+ "name": "String",
564
+ "printedName": "Swift.String",
565
+ "usr": "s:SS"
566
+ }
567
+ ],
568
+ "declKind": "Var",
569
+ "usr": "c:@M@CrowdConnectedIPS@objc(cs)CrowdConnectedIPS(cpy)coreSDKVersion",
570
+ "mangledName": "$s17CrowdConnectedIPSAAC14coreSDKVersionSSvpZ",
571
+ "moduleName": "CrowdConnectedIPS",
572
+ "static": true,
573
+ "declAttributes": [
574
+ "Final",
575
+ "AccessControl",
576
+ "ObjC"
577
+ ],
578
+ "accessors": [
579
+ {
580
+ "kind": "Accessor",
581
+ "name": "Get",
582
+ "printedName": "Get()",
583
+ "children": [
584
+ {
585
+ "kind": "TypeNominal",
586
+ "name": "String",
587
+ "printedName": "Swift.String",
588
+ "usr": "s:SS"
589
+ }
590
+ ],
591
+ "declKind": "Accessor",
592
+ "usr": "c:@M@CrowdConnectedIPS@objc(cs)CrowdConnectedIPS(cm)coreSDKVersion",
593
+ "mangledName": "$s17CrowdConnectedIPSAAC14coreSDKVersionSSvgZ",
594
+ "moduleName": "CrowdConnectedIPS",
595
+ "static": true,
596
+ "declAttributes": [
597
+ "Final",
598
+ "ObjC"
599
+ ],
600
+ "accessorKind": "get"
601
+ }
602
+ ]
603
+ }
604
+ ],
605
+ "declKind": "Class",
606
+ "usr": "c:@M@CrowdConnectedIPS@objc(cs)CrowdConnectedIPS",
607
+ "mangledName": "$s17CrowdConnectedIPSAAC",
608
+ "moduleName": "CrowdConnectedIPS",
609
+ "declAttributes": [
610
+ "AccessControl",
611
+ "ObjC",
612
+ "RawDocComment"
613
+ ],
614
+ "superclassUsr": "c:objc(cs)NSObject",
615
+ "hasMissingDesignatedInitializers": true,
616
+ "inheritsConvenienceInitializers": true,
617
+ "superclassNames": [
618
+ "ObjectiveC.NSObject"
619
+ ],
620
+ "conformances": [
621
+ {
622
+ "kind": "Conformance",
623
+ "name": "Module",
624
+ "printedName": "Module",
625
+ "usr": "c:@M@CrowdConnectedShared@objc(pl)Module",
626
+ "mangledName": "$s20CrowdConnectedShared6ModuleP"
627
+ },
628
+ {
629
+ "kind": "Conformance",
630
+ "name": "Copyable",
631
+ "printedName": "Copyable",
632
+ "usr": "s:s8CopyableP",
633
+ "mangledName": "$ss8CopyableP"
634
+ },
635
+ {
636
+ "kind": "Conformance",
637
+ "name": "Escapable",
638
+ "printedName": "Escapable",
639
+ "usr": "s:s9EscapableP",
640
+ "mangledName": "$ss9EscapableP"
641
+ },
642
+ {
643
+ "kind": "Conformance",
644
+ "name": "Equatable",
645
+ "printedName": "Equatable",
646
+ "usr": "s:SQ",
647
+ "mangledName": "$sSQ"
648
+ },
649
+ {
650
+ "kind": "Conformance",
651
+ "name": "Hashable",
652
+ "printedName": "Hashable",
653
+ "usr": "s:SH",
654
+ "mangledName": "$sSH"
655
+ },
656
+ {
657
+ "kind": "Conformance",
658
+ "name": "CVarArg",
659
+ "printedName": "CVarArg",
660
+ "usr": "s:s7CVarArgP",
661
+ "mangledName": "$ss7CVarArgP"
662
+ },
663
+ {
664
+ "kind": "Conformance",
665
+ "name": "_KeyValueCodingAndObservingPublishing",
666
+ "printedName": "_KeyValueCodingAndObservingPublishing",
667
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
668
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
669
+ },
670
+ {
671
+ "kind": "Conformance",
672
+ "name": "_KeyValueCodingAndObserving",
673
+ "printedName": "_KeyValueCodingAndObserving",
674
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
675
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
676
+ },
677
+ {
678
+ "kind": "Conformance",
679
+ "name": "CustomStringConvertible",
680
+ "printedName": "CustomStringConvertible",
681
+ "usr": "s:s23CustomStringConvertibleP",
682
+ "mangledName": "$ss23CustomStringConvertibleP"
683
+ },
684
+ {
685
+ "kind": "Conformance",
686
+ "name": "CustomDebugStringConvertible",
687
+ "printedName": "CustomDebugStringConvertible",
688
+ "usr": "s:s28CustomDebugStringConvertibleP",
689
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
690
+ }
691
+ ]
692
+ },
693
+ {
694
+ "kind": "Import",
695
+ "name": "Foundation",
696
+ "printedName": "Foundation",
697
+ "declKind": "Import",
698
+ "moduleName": "CrowdConnectedIPS",
699
+ "declAttributes": [
700
+ "RawDocComment"
701
+ ]
702
+ },
703
+ {
704
+ "kind": "Import",
705
+ "name": "Foundation",
706
+ "printedName": "Foundation",
707
+ "declKind": "Import",
708
+ "moduleName": "CrowdConnectedIPS",
709
+ "declAttributes": [
710
+ "RawDocComment"
711
+ ]
712
+ },
713
+ {
714
+ "kind": "Import",
715
+ "name": "Foundation",
716
+ "printedName": "Foundation",
717
+ "declKind": "Import",
718
+ "moduleName": "CrowdConnectedIPS",
719
+ "declAttributes": [
720
+ "RawDocComment"
721
+ ]
722
+ },
723
+ {
724
+ "kind": "Import",
725
+ "name": "CrowdConnectedShared",
726
+ "printedName": "CrowdConnectedShared",
727
+ "declKind": "Import",
728
+ "moduleName": "CrowdConnectedIPS"
729
+ },
730
+ {
731
+ "kind": "Import",
732
+ "name": "Foundation",
733
+ "printedName": "Foundation",
734
+ "declKind": "Import",
735
+ "moduleName": "CrowdConnectedIPS",
736
+ "declAttributes": [
737
+ "RawDocComment"
738
+ ]
739
+ },
740
+ {
741
+ "kind": "Import",
742
+ "name": "Foundation",
743
+ "printedName": "Foundation",
744
+ "declKind": "Import",
745
+ "moduleName": "CrowdConnectedIPS",
746
+ "declAttributes": [
747
+ "RawDocComment"
748
+ ]
749
+ },
750
+ {
751
+ "kind": "Import",
752
+ "name": "Foundation",
753
+ "printedName": "Foundation",
754
+ "declKind": "Import",
755
+ "moduleName": "CrowdConnectedIPS",
756
+ "declAttributes": [
757
+ "RawDocComment"
758
+ ]
759
+ },
760
+ {
761
+ "kind": "Import",
762
+ "name": "UIKit",
763
+ "printedName": "UIKit",
764
+ "declKind": "Import",
765
+ "moduleName": "CrowdConnectedIPS",
766
+ "declAttributes": [
767
+ "RawDocComment"
768
+ ]
769
+ },
770
+ {
771
+ "kind": "Import",
772
+ "name": "Foundation",
773
+ "printedName": "Foundation",
774
+ "declKind": "Import",
775
+ "moduleName": "CrowdConnectedIPS"
776
+ },
777
+ {
778
+ "kind": "Import",
779
+ "name": "CrowdConnectedShared",
780
+ "printedName": "CrowdConnectedShared",
781
+ "declKind": "Import",
782
+ "moduleName": "CrowdConnectedIPS"
783
+ },
784
+ {
785
+ "kind": "Import",
786
+ "name": "SwiftPositioner",
787
+ "printedName": "SwiftPositioner",
788
+ "declKind": "Import",
789
+ "moduleName": "CrowdConnectedIPS",
790
+ "declAttributes": [
791
+ "AccessControl"
792
+ ]
793
+ },
794
+ {
795
+ "kind": "Import",
796
+ "name": "Foundation",
797
+ "printedName": "Foundation",
798
+ "declKind": "Import",
799
+ "moduleName": "CrowdConnectedIPS",
800
+ "declAttributes": [
801
+ "RawDocComment"
802
+ ]
803
+ }
804
+ ],
805
+ "json_format_version": 8
806
+ },
807
+ "ConstValues": [
808
+ {
809
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/ColocatorIPS\/CrowdConnectedIPS\/MotionManagement\/StepsObserver\/ProcessStages\/StepCounterScoringStage.swift",
810
+ "kind": "IntegerLiteral",
811
+ "offset": 236,
812
+ "length": 2,
813
+ "value": "35"
814
+ },
815
+ {
816
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/ColocatorIPS\/CrowdConnectedIPS\/BeaconsManagement\/BeaconsManagerObserver.swift",
817
+ "kind": "Dictionary",
818
+ "offset": 819,
819
+ "length": 3,
820
+ "value": "[]"
821
+ },
822
+ {
823
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/ColocatorIPS\/CrowdConnectedIPS\/BeaconsManagement\/BeaconsManagerObserver.swift",
824
+ "kind": "FloatLiteral",
825
+ "offset": 877,
826
+ "length": 3,
827
+ "value": "2.0"
828
+ },
829
+ {
830
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/ColocatorIPS\/CrowdConnectedIPS\/BeaconsManagement\/BeaconsManagerObserver.swift",
831
+ "kind": "IntegerLiteral",
832
+ "offset": 948,
833
+ "length": 1,
834
+ "value": "5"
835
+ },
836
+ {
837
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/ColocatorIPS\/CrowdConnectedIPS\/BeaconsManagement\/BeaconsManagerObserver.swift",
838
+ "kind": "FloatLiteral",
839
+ "offset": 1045,
840
+ "length": 4,
841
+ "value": "10.0"
842
+ },
843
+ {
844
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/ColocatorIPS\/CrowdConnectedIPS\/BeaconsManagement\/BeaconsManagerObserver.swift",
845
+ "kind": "IntegerLiteral",
846
+ "offset": 1136,
847
+ "length": 1,
848
+ "value": "0"
849
+ },
850
+ {
851
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/ColocatorIPS\/CrowdConnectedIPS\/BeaconsManagement\/BeaconsManagerObserver.swift",
852
+ "kind": "BooleanLiteral",
853
+ "offset": 1190,
854
+ "length": 5,
855
+ "value": "false"
856
+ },
857
+ {
858
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/ColocatorIPS\/CrowdConnectedIPS\/BeaconsManagement\/BeaconsManagerObserver.swift",
859
+ "kind": "BooleanLiteral",
860
+ "offset": 2554,
861
+ "length": 5,
862
+ "value": "false"
863
+ },
864
+ {
865
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/ColocatorIPS\/CrowdConnectedIPS\/BeaconsManagement\/BeaconsManagerObserver.swift",
866
+ "kind": "FloatLiteral",
867
+ "offset": 2590,
868
+ "length": 3,
869
+ "value": "2.0"
870
+ },
871
+ {
872
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/ColocatorIPS\/CrowdConnectedIPS\/BeaconsManagement\/BeaconsManagerObserver.swift",
873
+ "kind": "IntegerLiteral",
874
+ "offset": 2616,
875
+ "length": 1,
876
+ "value": "5"
877
+ },
878
+ {
879
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/ColocatorIPS\/CrowdConnectedIPS\/MotionManagement\/StepsObserver\/Models\/SynchronizedArray.swift",
880
+ "kind": "Array",
881
+ "offset": 228,
882
+ "length": 2,
883
+ "value": "[]"
884
+ },
885
+ {
886
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/ColocatorIPS\/CrowdConnectedIPS\/MotionManagement\/StepsObserver\/Models\/SynchronizedArray.swift",
887
+ "kind": "StringLiteral",
888
+ "offset": 282,
889
+ "length": 25,
890
+ "value": "\"SynchronizedArrayAccess\""
891
+ },
892
+ {
893
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/ColocatorIPS\/CrowdConnectedIPS\/BeaconsManagement\/SurfacesProvider.swift",
894
+ "kind": "Array",
895
+ "offset": 544,
896
+ "length": 2,
897
+ "value": "[]"
898
+ },
899
+ {
900
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/ColocatorIPS\/CrowdConnectedIPS\/Positioner\/PositionUpdater.swift",
901
+ "kind": "FloatLiteral",
902
+ "offset": 452,
903
+ "length": 12,
904
+ "value": "111132.95255"
905
+ },
906
+ {
907
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/ColocatorIPS\/CrowdConnectedIPS\/Positioner\/PositionUpdater.swift",
908
+ "kind": "FloatLiteral",
909
+ "offset": 486,
910
+ "length": 10,
911
+ "value": "-559.84957"
912
+ },
913
+ {
914
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/ColocatorIPS\/CrowdConnectedIPS\/Positioner\/PositionUpdater.swift",
915
+ "kind": "FloatLiteral",
916
+ "offset": 518,
917
+ "length": 7,
918
+ "value": "1.17514"
919
+ },
920
+ {
921
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/ColocatorIPS\/CrowdConnectedIPS\/Positioner\/PositionUpdater.swift",
922
+ "kind": "FloatLiteral",
923
+ "offset": 547,
924
+ "length": 8,
925
+ "value": "-0.00230"
926
+ },
927
+ {
928
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/ColocatorIPS\/CrowdConnectedIPS\/Positioner\/PositionUpdater.swift",
929
+ "kind": "FloatLiteral",
930
+ "offset": 577,
931
+ "length": 12,
932
+ "value": "111412.87733"
933
+ },
934
+ {
935
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/ColocatorIPS\/CrowdConnectedIPS\/Positioner\/PositionUpdater.swift",
936
+ "kind": "FloatLiteral",
937
+ "offset": 611,
938
+ "length": 9,
939
+ "value": "-93.50412"
940
+ },
941
+ {
942
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/ColocatorIPS\/CrowdConnectedIPS\/Positioner\/PositionUpdater.swift",
943
+ "kind": "FloatLiteral",
944
+ "offset": 642,
945
+ "length": 7,
946
+ "value": "0.11774"
947
+ },
948
+ {
949
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/ColocatorIPS\/CrowdConnectedIPS\/Positioner\/PositionUpdater.swift",
950
+ "kind": "FloatLiteral",
951
+ "offset": 671,
952
+ "length": 9,
953
+ "value": "-0.000165"
954
+ },
955
+ {
956
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/ColocatorIPS\/CrowdConnectedIPS\/Positioner\/PositionUpdater.swift",
957
+ "kind": "IntegerLiteral",
958
+ "offset": 6328,
959
+ "length": 1,
960
+ "value": "0"
961
+ },
962
+ {
963
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/ColocatorIPS\/CrowdConnectedIPS\/Positioner\/PositionUpdater.swift",
964
+ "kind": "IntegerLiteral",
965
+ "offset": 6342,
966
+ "length": 1,
967
+ "value": "0"
968
+ },
969
+ {
970
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/ColocatorIPS\/CrowdConnectedIPS\/MotionManagement\/StepsObserver\/StepsObserver.swift",
971
+ "kind": "FloatLiteral",
972
+ "offset": 549,
973
+ "length": 3,
974
+ "value": "1.0"
975
+ },
976
+ {
977
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/ColocatorIPS\/CrowdConnectedIPS\/MotionManagement\/StepsObserver\/StepsObserver.swift",
978
+ "kind": "FloatLiteral",
979
+ "offset": 555,
980
+ "length": 5,
981
+ "value": "100.0"
982
+ },
983
+ {
984
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/ColocatorIPS\/CrowdConnectedIPS\/MotionManagement\/StepsObserver\/StepsObserver.swift",
985
+ "kind": "IntegerLiteral",
986
+ "offset": 651,
987
+ "length": 1,
988
+ "value": "2"
989
+ },
990
+ {
991
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/ColocatorIPS\/CrowdConnectedIPS\/MotionManagement\/StepsObserver\/StepsObserver.swift",
992
+ "kind": "IntegerLiteral",
993
+ "offset": 729,
994
+ "length": 1,
995
+ "value": "2"
996
+ },
997
+ {
998
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/ColocatorIPS\/CrowdConnectedIPS\/MotionManagement\/StepsObserver\/StepsObserver.swift",
999
+ "kind": "BooleanLiteral",
1000
+ "offset": 899,
1001
+ "length": 5,
1002
+ "value": "false"
1003
+ },
1004
+ {
1005
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/ColocatorIPS\/CrowdConnectedIPS\/MotionManagement\/StepsObserver\/StepsObserver.swift",
1006
+ "kind": "BooleanLiteral",
1007
+ "offset": 940,
1008
+ "length": 4,
1009
+ "value": "true"
1010
+ },
1011
+ {
1012
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/ColocatorIPS\/CrowdConnectedIPS\/MotionManagement\/StepsObserver\/StepsObserver.swift",
1013
+ "kind": "IntegerLiteral",
1014
+ "offset": 1137,
1015
+ "length": 3,
1016
+ "value": "100"
1017
+ },
1018
+ {
1019
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/ColocatorIPS\/CrowdConnectedIPS\/MotionManagement\/StepsObserver\/StepsObserver.swift",
1020
+ "kind": "StringLiteral",
1021
+ "offset": 1262,
1022
+ "length": 46,
1023
+ "value": "\"CrowdConnectedIPS.AccelerometerUpdates.Queue\""
1024
+ },
1025
+ {
1026
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/ColocatorIPS\/CrowdConnectedIPS\/MotionManagement\/StepsObserver\/StepsObserver.swift",
1027
+ "kind": "StringLiteral",
1028
+ "offset": 1506,
1029
+ "length": 39,
1030
+ "value": "\"CrowdConnectedIPS.MotionUpdates.Queue\""
1031
+ },
1032
+ {
1033
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/ColocatorIPS\/CrowdConnectedIPS\/BeaconsManagement\/RealLocationManager.swift",
1034
+ "kind": "BooleanLiteral",
1035
+ "offset": 935,
1036
+ "length": 5,
1037
+ "value": "false"
1038
+ },
1039
+ {
1040
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/ColocatorIPS\/CrowdConnectedIPS\/BeaconsManagement\/RealLocationManager.swift",
1041
+ "kind": "BooleanLiteral",
1042
+ "offset": 1037,
1043
+ "length": 5,
1044
+ "value": "false"
1045
+ },
1046
+ {
1047
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/ColocatorIPS\/CrowdConnectedIPS\/BeaconsManagement\/RealLocationManager.swift",
1048
+ "kind": "BooleanLiteral",
1049
+ "offset": 1073,
1050
+ "length": 5,
1051
+ "value": "false"
1052
+ },
1053
+ {
1054
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/ColocatorIPS\/CrowdConnectedIPS\/BeaconsManagement\/RealLocationManager.swift",
1055
+ "kind": "BooleanLiteral",
1056
+ "offset": 1117,
1057
+ "length": 5,
1058
+ "value": "false"
1059
+ },
1060
+ {
1061
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/ColocatorIPS\/CrowdConnectedIPS\/RegionsManagement\/BeaconRegionsManager.swift",
1062
+ "kind": "IntegerLiteral",
1063
+ "offset": 622,
1064
+ "length": 3,
1065
+ "value": "500"
1066
+ },
1067
+ {
1068
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/ColocatorIPS\/CrowdConnectedIPS\/RegionsManagement\/BeaconRegionsManager.swift",
1069
+ "kind": "BooleanLiteral",
1070
+ "offset": 866,
1071
+ "length": 5,
1072
+ "value": "false"
1073
+ },
1074
+ {
1075
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/ColocatorIPS\/CrowdConnectedIPS\/RegionsManagement\/BeaconRegionsManager.swift",
1076
+ "kind": "StringLiteral",
1077
+ "offset": 1066,
1078
+ "length": 58,
1079
+ "value": "\"CrowdConnected.RealBeaconRegionsManager.PersistedRegions\""
1080
+ },
1081
+ {
1082
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/ColocatorIPS\/CrowdConnectedIPS\/RegionsManagement\/BeaconRegionsManager.swift",
1083
+ "kind": "BooleanLiteral",
1084
+ "offset": 1244,
1085
+ "length": 5,
1086
+ "value": "false"
1087
+ },
1088
+ {
1089
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/ColocatorIPS\/CrowdConnectedIPS\/RegionsManagement\/BeaconRegionsManager.swift",
1090
+ "kind": "BooleanLiteral",
1091
+ "offset": 1273,
1092
+ "length": 5,
1093
+ "value": "false"
1094
+ },
1095
+ {
1096
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/ColocatorIPS\/CrowdConnectedIPS\/RegionsManagement\/BeaconRegionsManager.swift",
1097
+ "kind": "BooleanLiteral",
1098
+ "offset": 1308,
1099
+ "length": 5,
1100
+ "value": "false"
1101
+ },
1102
+ {
1103
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/ColocatorIPS\/CrowdConnectedIPS\/MotionManagement\/StepsObserver\/ProcessStages\/StepCounterFilterStage.swift",
1104
+ "kind": "IntegerLiteral",
1105
+ "offset": 267,
1106
+ "length": 2,
1107
+ "value": "13"
1108
+ },
1109
+ {
1110
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/ColocatorIPS\/CrowdConnectedIPS\/MotionManagement\/StepsObserver\/ProcessStages\/StepCounterFilterStage.swift",
1111
+ "kind": "FloatLiteral",
1112
+ "offset": 313,
1113
+ "length": 4,
1114
+ "value": "0.35"
1115
+ },
1116
+ {
1117
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/ColocatorIPS\/CrowdConnectedIPS\/MotionManagement\/StepsObserver\/ProcessStages\/StepCounterFilterStage.swift",
1118
+ "kind": "IntegerLiteral",
1119
+ "offset": 490,
1120
+ "length": 1,
1121
+ "value": "0"
1122
+ },
1123
+ {
1124
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/ColocatorIPS\/CrowdConnectedIPS\/BeaconsManagement\/BeaconsManager.swift",
1125
+ "kind": "Array",
1126
+ "offset": 590,
1127
+ "length": 2,
1128
+ "value": "[]"
1129
+ },
1130
+ {
1131
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/ColocatorIPS\/CrowdConnectedIPS\/BeaconsManagement\/BeaconsManager.swift",
1132
+ "kind": "BooleanLiteral",
1133
+ "offset": 627,
1134
+ "length": 5,
1135
+ "value": "false"
1136
+ },
1137
+ {
1138
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/ColocatorIPS\/CrowdConnectedIPS\/MotionManagement\/StepsObserver\/MeanVariance\/MeanVarianceSlidingWindow.swift",
1139
+ "kind": "IntegerLiteral",
1140
+ "offset": 395,
1141
+ "length": 1,
1142
+ "value": "0"
1143
+ },
1144
+ {
1145
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/ColocatorIPS\/CrowdConnectedIPS\/MotionManagement\/StepsObserver\/MeanVariance\/MeanVarianceSlidingWindow.swift",
1146
+ "kind": "IntegerLiteral",
1147
+ "offset": 422,
1148
+ "length": 1,
1149
+ "value": "0"
1150
+ },
1151
+ {
1152
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/ColocatorIPS\/CrowdConnectedIPS\/MotionManagement\/StepsObserver\/ProcessStages\/StepCounterPreProcessStage.swift",
1153
+ "kind": "IntegerLiteral",
1154
+ "offset": 256,
1155
+ "length": 8,
1156
+ "value": "10000000"
1157
+ },
1158
+ {
1159
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/ColocatorIPS\/CrowdConnectedIPS\/MotionManagement\/StepsObserver\/ProcessStages\/StepCounterPreProcessStage.swift",
1160
+ "kind": "IntegerLiteral",
1161
+ "offset": 370,
1162
+ "length": 1,
1163
+ "value": "0"
1164
+ },
1165
+ {
1166
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/ColocatorIPS\/CrowdConnectedIPS\/MotionManagement\/StepsObserver\/ProcessStages\/StepCounterPreProcessStage.swift",
1167
+ "kind": "IntegerLiteral",
1168
+ "offset": 407,
1169
+ "length": 2,
1170
+ "value": "-1"
1171
+ },
1172
+ {
1173
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/ColocatorIPS\/CrowdConnectedIPS\/DataPublisiher\/SequentialDataProcessor.swift",
1174
+ "kind": "IntegerLiteral",
1175
+ "offset": 208,
1176
+ "length": 1,
1177
+ "value": "0"
1178
+ },
1179
+ {
1180
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/ColocatorIPS\/CrowdConnectedIPS\/DataPublisiher\/SequentialDataProcessor.swift",
1181
+ "kind": "IntegerLiteral",
1182
+ "offset": 251,
1183
+ "length": 1,
1184
+ "value": "0"
1185
+ },
1186
+ {
1187
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/ColocatorIPS\/CrowdConnectedIPS\/DataPublisiher\/SequentialDataProcessor.swift",
1188
+ "kind": "IntegerLiteral",
1189
+ "offset": 289,
1190
+ "length": 1,
1191
+ "value": "0"
1192
+ },
1193
+ {
1194
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/ColocatorIPS\/CrowdConnectedIPS\/BeaconsManagement\/CartesianBeaconProvider.swift",
1195
+ "kind": "Dictionary",
1196
+ "offset": 808,
1197
+ "length": 3,
1198
+ "value": "[]"
1199
+ },
1200
+ {
1201
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/ColocatorIPS\/CrowdConnectedIPS\/MotionManagement\/StepsObserver\/ProcessStages\/StepCounterDetectionStage.swift",
1202
+ "kind": "IntegerLiteral",
1203
+ "offset": 249,
1204
+ "length": 3,
1205
+ "value": "160"
1206
+ },
1207
+ {
1208
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/ColocatorIPS\/CrowdConnectedIPS\/MotionManagement\/StepsObserver\/ProcessStages\/StepCounterDetectionStage.swift",
1209
+ "kind": "IntegerLiteral",
1210
+ "offset": 299,
1211
+ "length": 2,
1212
+ "value": "80"
1213
+ },
1214
+ {
1215
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/ColocatorIPS\/CrowdConnectedIPS\/MotionManagement\/StepsObserver\/ProcessStages\/StepCounterDetectionStage.swift",
1216
+ "kind": "FloatLiteral",
1217
+ "offset": 348,
1218
+ "length": 3,
1219
+ "value": "0.7"
1220
+ },
1221
+ {
1222
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/ColocatorIPS\/CrowdConnectedIPS\/MotionManagement\/StepsObserver\/ProcessStages\/StepCounterDetectionStage.swift",
1223
+ "kind": "FloatLiteral",
1224
+ "offset": 395,
1225
+ "length": 3,
1226
+ "value": "1.2"
1227
+ },
1228
+ {
1229
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/ColocatorIPS\/CrowdConnectedIPS\/MotionManagement\/StepsObserver\/ProcessStages\/StepCounterDetectionStage.swift",
1230
+ "kind": "IntegerLiteral",
1231
+ "offset": 424,
1232
+ "length": 1,
1233
+ "value": "0"
1234
+ },
1235
+ {
1236
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/ColocatorIPS\/CrowdConnectedIPS\/RegionsManagement\/RegionEventsObserver.swift",
1237
+ "kind": "IntegerLiteral",
1238
+ "offset": 388,
1239
+ "length": 2,
1240
+ "value": "60"
1241
+ },
1242
+ {
1243
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/ColocatorIPS\/CrowdConnectedIPS\/RegionsManagement\/RegionEventsObserver.swift",
1244
+ "kind": "IntegerLiteral",
1245
+ "offset": 393,
1246
+ "length": 1,
1247
+ "value": "5"
1248
+ },
1249
+ {
1250
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/ColocatorIPS\/CrowdConnectedIPS\/MotionManagement\/StepsObserver\/ProcessStages\/StepCounterPostProcessStage.swift",
1251
+ "kind": "IntegerLiteral",
1252
+ "offset": 362,
1253
+ "length": 3,
1254
+ "value": "300"
1255
+ },
1256
+ {
1257
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/ColocatorIPS\/CrowdConnectedIPS\/MotionManagement\/StepsObserver\/ProcessStages\/StepCounterPostProcessStage.swift",
1258
+ "kind": "IntegerLiteral",
1259
+ "offset": 368,
1260
+ "length": 7,
1261
+ "value": "1000000"
1262
+ },
1263
+ {
1264
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/ColocatorIPS\/CrowdConnectedIPS\/MotionManagement\/StepsObserver\/ProcessStages\/StepCounterPostProcessStage.swift",
1265
+ "kind": "IntegerLiteral",
1266
+ "offset": 422,
1267
+ "length": 4,
1268
+ "value": "1000"
1269
+ },
1270
+ {
1271
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/ColocatorIPS\/CrowdConnectedIPS\/MotionManagement\/StepsObserver\/ProcessStages\/StepCounterPostProcessStage.swift",
1272
+ "kind": "IntegerLiteral",
1273
+ "offset": 429,
1274
+ "length": 7,
1275
+ "value": "1000000"
1276
+ },
1277
+ {
1278
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/ColocatorIPS\/CrowdConnectedIPS\/MotionManagement\/StepsObserver\/ProcessStages\/StepCounterPostProcessStage.swift",
1279
+ "kind": "BooleanLiteral",
1280
+ "offset": 664,
1281
+ "length": 5,
1282
+ "value": "false"
1283
+ },
1284
+ {
1285
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/ColocatorIPS\/CrowdConnectedIPS\/MotionManagement\/StepsObserver\/ProcessStages\/StepCounterPostProcessStage.swift",
1286
+ "kind": "IntegerLiteral",
1287
+ "offset": 695,
1288
+ "length": 1,
1289
+ "value": "0"
1290
+ },
1291
+ {
1292
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/ColocatorIPS\/CrowdConnectedIPS\/DataPublisiher\/IPSDataPublisher.swift",
1293
+ "kind": "BooleanLiteral",
1294
+ "offset": 630,
1295
+ "length": 4,
1296
+ "value": "true"
1297
+ },
1298
+ {
1299
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/ColocatorIPS\/CrowdConnectedIPS\/Interface\/CrowdConnectedIPS.swift",
1300
+ "kind": "IntegerLiteral",
1301
+ "offset": 394,
1302
+ "length": 1,
1303
+ "value": "1"
1304
+ },
1305
+ {
1306
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/ColocatorIPS\/CrowdConnectedIPS\/Interface\/CrowdConnectedIPS.swift",
1307
+ "kind": "StringLiteral",
1308
+ "offset": 1282,
1309
+ "length": 7,
1310
+ "value": "\"0.0.0\""
1311
+ },
1312
+ {
1313
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/ColocatorIPS\/CrowdConnectedIPS\/MotionManagement\/StepsObserver\/StepDataProcessor.swift",
1314
+ "kind": "IntegerLiteral",
1315
+ "offset": 1038,
1316
+ "length": 10,
1317
+ "value": "1000000000"
1318
+ },
1319
+ {
1320
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/ColocatorIPS\/CrowdConnectedIPS\/MotionManagement\/StepsObserver\/StepDataProcessor.swift",
1321
+ "kind": "IntegerLiteral",
1322
+ "offset": 1099,
1323
+ "length": 2,
1324
+ "value": "-1"
1325
+ },
1326
+ {
1327
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/ColocatorIPS\/CrowdConnectedIPS\/MotionManagement\/StepsObserver\/StepDataProcessor.swift",
1328
+ "kind": "StringLiteral",
1329
+ "offset": 1158,
1330
+ "length": 43,
1331
+ "value": "\"CrowdConnectedIPS.StepDataProcessor.Queue\""
1332
+ },
1333
+ {
1334
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/ColocatorIPS\/CrowdConnectedIPS\/Positioner\/Positioner.swift",
1335
+ "kind": "StringLiteral",
1336
+ "offset": 884,
1337
+ "length": 37,
1338
+ "value": "\"CrowdConnected.IPSPositioner.Access\""
1339
+ },
1340
+ {
1341
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/ColocatorIPS\/CrowdConnectedIPS\/Positioner\/Positioner.swift",
1342
+ "kind": "IntegerLiteral",
1343
+ "offset": 1032,
1344
+ "length": 4,
1345
+ "value": "-100"
1346
+ },
1347
+ {
1348
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/ColocatorIPS\/CrowdConnectedIPS\/Positioner\/Positioner.swift",
1349
+ "kind": "BooleanLiteral",
1350
+ "offset": 1683,
1351
+ "length": 5,
1352
+ "value": "false"
1353
+ },
1354
+ {
1355
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/ColocatorIPS\/CrowdConnectedIPS\/Positioner\/Positioner.swift",
1356
+ "kind": "BooleanLiteral",
1357
+ "offset": 1738,
1358
+ "length": 5,
1359
+ "value": "false"
1360
+ }
1361
+ ]
1362
+ }