@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,444 @@
1
+ {
2
+ "ABIRoot": {
3
+ "kind": "Root",
4
+ "name": "CrowdConnectedGeo",
5
+ "printedName": "CrowdConnectedGeo",
6
+ "children": [
7
+ {
8
+ "kind": "Import",
9
+ "name": "Foundation",
10
+ "printedName": "Foundation",
11
+ "declKind": "Import",
12
+ "moduleName": "CrowdConnectedGeo",
13
+ "declAttributes": [
14
+ "RawDocComment"
15
+ ]
16
+ },
17
+ {
18
+ "kind": "Import",
19
+ "name": "CoreLocation",
20
+ "printedName": "CoreLocation",
21
+ "declKind": "Import",
22
+ "moduleName": "CrowdConnectedGeo"
23
+ },
24
+ {
25
+ "kind": "Import",
26
+ "name": "CrowdConnectedShared",
27
+ "printedName": "CrowdConnectedShared",
28
+ "declKind": "Import",
29
+ "moduleName": "CrowdConnectedGeo"
30
+ },
31
+ {
32
+ "kind": "Import",
33
+ "name": "CrowdConnectedShared",
34
+ "printedName": "CrowdConnectedShared",
35
+ "declKind": "Import",
36
+ "moduleName": "CrowdConnectedGeo",
37
+ "declAttributes": [
38
+ "RawDocComment"
39
+ ]
40
+ },
41
+ {
42
+ "kind": "Import",
43
+ "name": "Foundation",
44
+ "printedName": "Foundation",
45
+ "declKind": "Import",
46
+ "moduleName": "CrowdConnectedGeo"
47
+ },
48
+ {
49
+ "kind": "Import",
50
+ "name": "Foundation",
51
+ "printedName": "Foundation",
52
+ "declKind": "Import",
53
+ "moduleName": "CrowdConnectedGeo",
54
+ "declAttributes": [
55
+ "RawDocComment"
56
+ ]
57
+ },
58
+ {
59
+ "kind": "Import",
60
+ "name": "CoreLocation",
61
+ "printedName": "CoreLocation",
62
+ "declKind": "Import",
63
+ "moduleName": "CrowdConnectedGeo"
64
+ },
65
+ {
66
+ "kind": "Import",
67
+ "name": "CrowdConnectedShared",
68
+ "printedName": "CrowdConnectedShared",
69
+ "declKind": "Import",
70
+ "moduleName": "CrowdConnectedGeo",
71
+ "declAttributes": [
72
+ "RawDocComment"
73
+ ]
74
+ },
75
+ {
76
+ "kind": "Import",
77
+ "name": "Foundation",
78
+ "printedName": "Foundation",
79
+ "declKind": "Import",
80
+ "moduleName": "CrowdConnectedGeo",
81
+ "declAttributes": [
82
+ "RawDocComment"
83
+ ]
84
+ },
85
+ {
86
+ "kind": "Import",
87
+ "name": "CoreLocation",
88
+ "printedName": "CoreLocation",
89
+ "declKind": "Import",
90
+ "moduleName": "CrowdConnectedGeo"
91
+ },
92
+ {
93
+ "kind": "Import",
94
+ "name": "CrowdConnectedShared",
95
+ "printedName": "CrowdConnectedShared",
96
+ "declKind": "Import",
97
+ "moduleName": "CrowdConnectedGeo"
98
+ },
99
+ {
100
+ "kind": "Import",
101
+ "name": "Foundation",
102
+ "printedName": "Foundation",
103
+ "declKind": "Import",
104
+ "moduleName": "CrowdConnectedGeo",
105
+ "declAttributes": [
106
+ "RawDocComment"
107
+ ]
108
+ },
109
+ {
110
+ "kind": "Import",
111
+ "name": "Foundation",
112
+ "printedName": "Foundation",
113
+ "declKind": "Import",
114
+ "moduleName": "CrowdConnectedGeo",
115
+ "declAttributes": [
116
+ "RawDocComment"
117
+ ]
118
+ },
119
+ {
120
+ "kind": "Import",
121
+ "name": "Foundation",
122
+ "printedName": "Foundation",
123
+ "declKind": "Import",
124
+ "moduleName": "CrowdConnectedGeo",
125
+ "declAttributes": [
126
+ "RawDocComment"
127
+ ]
128
+ },
129
+ {
130
+ "kind": "Import",
131
+ "name": "CrowdConnectedShared",
132
+ "printedName": "CrowdConnectedShared",
133
+ "declKind": "Import",
134
+ "moduleName": "CrowdConnectedGeo"
135
+ },
136
+ {
137
+ "kind": "Import",
138
+ "name": "CoreLocation",
139
+ "printedName": "CoreLocation",
140
+ "declKind": "Import",
141
+ "moduleName": "CrowdConnectedGeo"
142
+ },
143
+ {
144
+ "kind": "Import",
145
+ "name": "CoreLocation",
146
+ "printedName": "CoreLocation",
147
+ "declKind": "Import",
148
+ "moduleName": "CrowdConnectedGeo",
149
+ "declAttributes": [
150
+ "RawDocComment"
151
+ ]
152
+ },
153
+ {
154
+ "kind": "Import",
155
+ "name": "CrowdConnectedShared",
156
+ "printedName": "CrowdConnectedShared",
157
+ "declKind": "Import",
158
+ "moduleName": "CrowdConnectedGeo"
159
+ },
160
+ {
161
+ "kind": "Import",
162
+ "name": "Foundation",
163
+ "printedName": "Foundation",
164
+ "declKind": "Import",
165
+ "moduleName": "CrowdConnectedGeo"
166
+ },
167
+ {
168
+ "kind": "Import",
169
+ "name": "CrowdConnectedShared",
170
+ "printedName": "CrowdConnectedShared",
171
+ "declKind": "Import",
172
+ "moduleName": "CrowdConnectedGeo",
173
+ "declAttributes": [
174
+ "RawDocComment"
175
+ ]
176
+ },
177
+ {
178
+ "kind": "TypeDecl",
179
+ "name": "CrowdConnectedGeo",
180
+ "printedName": "CrowdConnectedGeo",
181
+ "children": [
182
+ {
183
+ "kind": "Function",
184
+ "name": "activate",
185
+ "printedName": "activate()",
186
+ "children": [
187
+ {
188
+ "kind": "TypeNominal",
189
+ "name": "Void",
190
+ "printedName": "()"
191
+ }
192
+ ],
193
+ "declKind": "Func",
194
+ "usr": "c:@M@CrowdConnectedGeo@objc(cs)CrowdConnectedGeo(cm)activate",
195
+ "mangledName": "$s17CrowdConnectedGeoAAC8activateyyFZ",
196
+ "moduleName": "CrowdConnectedGeo",
197
+ "static": true,
198
+ "objc_name": "activate",
199
+ "declAttributes": [
200
+ "Final",
201
+ "ObjC",
202
+ "AccessControl",
203
+ "RawDocComment"
204
+ ],
205
+ "funcSelfKind": "NonMutating"
206
+ }
207
+ ],
208
+ "declKind": "Class",
209
+ "usr": "c:@M@CrowdConnectedGeo@objc(cs)CrowdConnectedGeo",
210
+ "mangledName": "$s17CrowdConnectedGeoAAC",
211
+ "moduleName": "CrowdConnectedGeo",
212
+ "declAttributes": [
213
+ "AccessControl",
214
+ "ObjC",
215
+ "RawDocComment"
216
+ ],
217
+ "superclassUsr": "c:objc(cs)NSObject",
218
+ "hasMissingDesignatedInitializers": true,
219
+ "inheritsConvenienceInitializers": true,
220
+ "superclassNames": [
221
+ "ObjectiveC.NSObject"
222
+ ],
223
+ "conformances": [
224
+ {
225
+ "kind": "Conformance",
226
+ "name": "Module",
227
+ "printedName": "Module",
228
+ "usr": "c:@M@CrowdConnectedShared@objc(pl)Module",
229
+ "mangledName": "$s20CrowdConnectedShared6ModuleP"
230
+ },
231
+ {
232
+ "kind": "Conformance",
233
+ "name": "Copyable",
234
+ "printedName": "Copyable",
235
+ "usr": "s:s8CopyableP",
236
+ "mangledName": "$ss8CopyableP"
237
+ },
238
+ {
239
+ "kind": "Conformance",
240
+ "name": "Escapable",
241
+ "printedName": "Escapable",
242
+ "usr": "s:s9EscapableP",
243
+ "mangledName": "$ss9EscapableP"
244
+ },
245
+ {
246
+ "kind": "Conformance",
247
+ "name": "Equatable",
248
+ "printedName": "Equatable",
249
+ "usr": "s:SQ",
250
+ "mangledName": "$sSQ"
251
+ },
252
+ {
253
+ "kind": "Conformance",
254
+ "name": "Hashable",
255
+ "printedName": "Hashable",
256
+ "usr": "s:SH",
257
+ "mangledName": "$sSH"
258
+ },
259
+ {
260
+ "kind": "Conformance",
261
+ "name": "CVarArg",
262
+ "printedName": "CVarArg",
263
+ "usr": "s:s7CVarArgP",
264
+ "mangledName": "$ss7CVarArgP"
265
+ },
266
+ {
267
+ "kind": "Conformance",
268
+ "name": "_KeyValueCodingAndObservingPublishing",
269
+ "printedName": "_KeyValueCodingAndObservingPublishing",
270
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
271
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
272
+ },
273
+ {
274
+ "kind": "Conformance",
275
+ "name": "_KeyValueCodingAndObserving",
276
+ "printedName": "_KeyValueCodingAndObserving",
277
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
278
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
279
+ },
280
+ {
281
+ "kind": "Conformance",
282
+ "name": "CustomStringConvertible",
283
+ "printedName": "CustomStringConvertible",
284
+ "usr": "s:s23CustomStringConvertibleP",
285
+ "mangledName": "$ss23CustomStringConvertibleP"
286
+ },
287
+ {
288
+ "kind": "Conformance",
289
+ "name": "CustomDebugStringConvertible",
290
+ "printedName": "CustomDebugStringConvertible",
291
+ "usr": "s:s28CustomDebugStringConvertibleP",
292
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
293
+ }
294
+ ]
295
+ },
296
+ {
297
+ "kind": "Import",
298
+ "name": "Foundation",
299
+ "printedName": "Foundation",
300
+ "declKind": "Import",
301
+ "moduleName": "CrowdConnectedGeo",
302
+ "declAttributes": [
303
+ "RawDocComment"
304
+ ]
305
+ },
306
+ {
307
+ "kind": "Import",
308
+ "name": "CoreLocation",
309
+ "printedName": "CoreLocation",
310
+ "declKind": "Import",
311
+ "moduleName": "CrowdConnectedGeo"
312
+ }
313
+ ],
314
+ "json_format_version": 8
315
+ },
316
+ "ConstValues": [
317
+ {
318
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/CrowdConnectedGeo\/CrowdConnectedGeo\/Helpers\/LocationUpdatesHandler.swift",
319
+ "kind": "FloatLiteral",
320
+ "offset": 340,
321
+ "length": 3,
322
+ "value": "0.9"
323
+ },
324
+ {
325
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/CrowdConnectedGeo\/CrowdConnectedGeo\/Observer\/SurfacesProvider.swift",
326
+ "kind": "Array",
327
+ "offset": 592,
328
+ "length": 2,
329
+ "value": "[]"
330
+ },
331
+ {
332
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/CrowdConnectedGeo\/CrowdConnectedGeo\/Helpers\/SequentialDataProcessor.swift",
333
+ "kind": "IntegerLiteral",
334
+ "offset": 179,
335
+ "length": 1,
336
+ "value": "0"
337
+ },
338
+ {
339
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/CrowdConnectedGeo\/CrowdConnectedGeo\/Observer\/LocationObserver.swift",
340
+ "kind": "FloatLiteral",
341
+ "offset": 654,
342
+ "length": 4,
343
+ "value": "60.0"
344
+ },
345
+ {
346
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/CrowdConnectedGeo\/CrowdConnectedGeo\/Observer\/LocationObserver.swift",
347
+ "kind": "IntegerLiteral",
348
+ "offset": 722,
349
+ "length": 3,
350
+ "value": "300"
351
+ },
352
+ {
353
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/CrowdConnectedGeo\/CrowdConnectedGeo\/Observer\/LocationObserver.swift",
354
+ "kind": "IntegerLiteral",
355
+ "offset": 787,
356
+ "length": 2,
357
+ "value": "60"
358
+ },
359
+ {
360
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/CrowdConnectedGeo\/CrowdConnectedGeo\/Observer\/LocationObserver.swift",
361
+ "kind": "BooleanLiteral",
362
+ "offset": 1321,
363
+ "length": 5,
364
+ "value": "false"
365
+ },
366
+ {
367
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/CrowdConnectedGeo\/CrowdConnectedGeo\/Observer\/LocationObserver.swift",
368
+ "kind": "BooleanLiteral",
369
+ "offset": 2051,
370
+ "length": 5,
371
+ "value": "false"
372
+ },
373
+ {
374
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/CrowdConnectedGeo\/CrowdConnectedGeo\/Observer\/LocationObserver.swift",
375
+ "kind": "BooleanLiteral",
376
+ "offset": 2102,
377
+ "length": 5,
378
+ "value": "false"
379
+ },
380
+ {
381
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/CrowdConnectedGeo\/CrowdConnectedGeo\/Observer\/LocationObserver.swift",
382
+ "kind": "StringLiteral",
383
+ "offset": 2259,
384
+ "length": 122,
385
+ "value": "\"\""
386
+ },
387
+ {
388
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/CrowdConnectedGeo\/CrowdConnectedGeo\/Observer\/LocationObserver.swift",
389
+ "kind": "StringLiteral",
390
+ "offset": 2287,
391
+ "length": 5,
392
+ "value": "\" Start monitoring Geo locations at an interval of \""
393
+ },
394
+ {
395
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/CrowdConnectedGeo\/CrowdConnectedGeo\/Observer\/LocationObserver.swift",
396
+ "kind": "StringLiteral",
397
+ "offset": 2372,
398
+ "length": 7,
399
+ "value": "\" seconds\""
400
+ },
401
+ {
402
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/CrowdConnectedGeo\/CrowdConnectedGeo\/Observer\/LocationObserver.swift",
403
+ "kind": "StringLiteral",
404
+ "offset": 2469,
405
+ "length": 59,
406
+ "value": "\"\""
407
+ },
408
+ {
409
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/CrowdConnectedGeo\/CrowdConnectedGeo\/Observer\/LocationObserver.swift",
410
+ "kind": "StringLiteral",
411
+ "offset": 2497,
412
+ "length": 4,
413
+ "value": "\" Stop monitoring Geo locations\""
414
+ },
415
+ {
416
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/CrowdConnectedGeo\/CrowdConnectedGeo\/Observer\/LocationObserver.swift",
417
+ "kind": "BooleanLiteral",
418
+ "offset": 2139,
419
+ "length": 5,
420
+ "value": "false"
421
+ },
422
+ {
423
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/CrowdConnectedGeo\/CrowdConnectedGeo\/Observer\/LocationObserver.swift",
424
+ "kind": "BooleanLiteral",
425
+ "offset": 3629,
426
+ "length": 4,
427
+ "value": "true"
428
+ },
429
+ {
430
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/CrowdConnectedGeo\/CrowdConnectedGeo\/Observer\/LocationObserver.swift",
431
+ "kind": "StringLiteral",
432
+ "offset": 4012,
433
+ "length": 6,
434
+ "value": "\"data\""
435
+ },
436
+ {
437
+ "filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/v5\/39d361ed-66e5-5b2d-b3ed-9dbb2fcca6c9\/build\/colocator-v3-ios\/CrowdConnectedGeo\/CrowdConnectedGeo\/Observer\/LocationObserver.swift",
438
+ "kind": "StringLiteral",
439
+ "offset": 4088,
440
+ "length": 9,
441
+ "value": "\"publish\""
442
+ }
443
+ ]
444
+ }
@@ -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 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name CrowdConnectedGeo
4
+ // swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2.4
5
+ import CoreLocation
6
+ @_exported import CrowdConnectedGeo
7
+ import CrowdConnectedShared
8
+ import Foundation
9
+ import Swift
10
+ import _Concurrency
11
+ import _StringProcessing
12
+ import _SwiftConcurrencyShims
13
+ @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc public class CrowdConnectedGeo : 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 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name CrowdConnectedGeo
4
+ // swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2.4
5
+ import CoreLocation
6
+ @_exported import CrowdConnectedGeo
7
+ import CrowdConnectedShared
8
+ import Foundation
9
+ import Swift
10
+ import _Concurrency
11
+ import _StringProcessing
12
+ import _SwiftConcurrencyShims
13
+ @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc public class CrowdConnectedGeo : ObjectiveC.NSObject, CrowdConnectedShared.Module {
14
+ @objc public static func activate()
15
+ @objc deinit
16
+ }
@@ -0,0 +1,11 @@
1
+ framework module CrowdConnectedGeo {
2
+ umbrella header "CrowdConnectedGeo.h"
3
+ export *
4
+
5
+ module * { export * }
6
+ }
7
+
8
+ module CrowdConnectedGeo.Swift {
9
+ header "CrowdConnectedGeo-Swift.h"
10
+ requires objc
11
+ }
@@ -0,0 +1,27 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
+ <plist version="1.0">
4
+ <dict>
5
+ <key>NSPrivacyCollectedDataTypes</key>
6
+ <array>
7
+ <dict>
8
+ <key>NSPrivacyCollectedDataType</key>
9
+ <string>NSPrivacyCollectedDataTypePreciseLocation</string>
10
+ <key>NSPrivacyCollectedDataTypeLinked</key>
11
+ <false/>
12
+ <key>NSPrivacyCollectedDataTypeTracking</key>
13
+ <false/>
14
+ <key>NSPrivacyCollectedDataTypePurposes</key>
15
+ <array>
16
+ <string>NSPrivacyCollectedDataTypePurposeAppFunctionality</string>
17
+ </array>
18
+ </dict>
19
+ </array>
20
+ <key>NSPrivacyAccessedAPITypes</key>
21
+ <array/>
22
+ <key>NSPrivacyTrackingDomains</key>
23
+ <array/>
24
+ <key>NSPrivacyTracking</key>
25
+ <false/>
26
+ </dict>
27
+ </plist>