@expofp/react-native-efp-crowdconnected 0.1.4 → 0.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (144) hide show
  1. package/ExpofpCrowdconnected.podspec +5 -5
  2. package/android/build.gradle +4 -4
  3. package/android/src/main/java/com/expofpcrowdconnected/ExpoFpCrowdConnectedLocationProviderSettings.kt +8 -1
  4. package/android/src/main/java/com/expofpcrowdconnected/ExpoFpPosition.kt +2 -3
  5. package/android/src/main/java/com/expofpcrowdconnected/RCTCrowdConnectedLocationProviderModule.kt +62 -69
  6. package/ios/ExpoFpLocationProvider/ExpoFpCrowdConnectedLocationProviderSettings.swift +36 -23
  7. package/ios/Extensions/{LocationTrackingMode+Extensions.swift → CrowdConnected+Extensions.swift} +5 -4
  8. package/ios/Frameworks/CrowdConnectedCore.xcframework/Info.plist +44 -0
  9. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64/CrowdConnectedCore.framework/CrowdConnectedCore +0 -0
  10. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64/CrowdConnectedCore.framework/Headers/CrowdConnectedCore-Swift.h +767 -0
  11. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64/CrowdConnectedCore.framework/Headers/CrowdConnectedCore.h +15 -0
  12. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64/CrowdConnectedCore.framework/Info.plist +0 -0
  13. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/arm64-apple-ios.abi.json +8032 -0
  14. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/arm64-apple-ios.private.swiftinterface +162 -0
  15. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  16. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/arm64-apple-ios.swiftinterface +162 -0
  17. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64/CrowdConnectedCore.framework/Modules/module.modulemap +11 -0
  18. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64/CrowdConnectedCore.framework/PrivacyInfo.xcprivacy +36 -0
  19. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64/CrowdConnectedCore.framework/_CodeSignature/CodeResources +201 -0
  20. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/CrowdConnectedCore +0 -0
  21. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/Headers/CrowdConnectedCore-Swift.h +1530 -0
  22. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/Headers/CrowdConnectedCore.h +15 -0
  23. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/Info.plist +0 -0
  24. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/arm64-apple-ios-simulator.abi.json +8032 -0
  25. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +162 -0
  26. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  27. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/arm64-apple-ios-simulator.swiftinterface +162 -0
  28. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/x86_64-apple-ios-simulator.abi.json +8032 -0
  29. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +162 -0
  30. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  31. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +162 -0
  32. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/Modules/module.modulemap +11 -0
  33. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/PrivacyInfo.xcprivacy +36 -0
  34. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/_CodeSignature/CodeResources +256 -0
  35. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/Info.plist +44 -0
  36. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64/CrowdConnectedCoreBluetooth.framework/CrowdConnectedCoreBluetooth +0 -0
  37. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64/CrowdConnectedCoreBluetooth.framework/Headers/CrowdConnectedCoreBluetooth-Swift.h +329 -0
  38. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64/CrowdConnectedCoreBluetooth.framework/Headers/CrowdConnectedCoreBluetooth.h +11 -0
  39. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64/CrowdConnectedCoreBluetooth.framework/Info.plist +0 -0
  40. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64/CrowdConnectedCoreBluetooth.framework/Modules/CrowdConnectedCoreBluetooth.swiftmodule/arm64-apple-ios.abi.json +296 -0
  41. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64/CrowdConnectedCoreBluetooth.framework/Modules/CrowdConnectedCoreBluetooth.swiftmodule/arm64-apple-ios.private.swiftinterface +16 -0
  42. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64/CrowdConnectedCoreBluetooth.framework/Modules/CrowdConnectedCoreBluetooth.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  43. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64/CrowdConnectedCoreBluetooth.framework/Modules/CrowdConnectedCoreBluetooth.swiftmodule/arm64-apple-ios.swiftinterface +16 -0
  44. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64/CrowdConnectedCoreBluetooth.framework/Modules/module.modulemap +11 -0
  45. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64/CrowdConnectedCoreBluetooth.framework/PrivacyInfo.xcprivacy +14 -0
  46. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64/CrowdConnectedCoreBluetooth.framework/_CodeSignature/CodeResources +201 -0
  47. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCoreBluetooth.framework/CrowdConnectedCoreBluetooth +0 -0
  48. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCoreBluetooth.framework/Headers/CrowdConnectedCoreBluetooth-Swift.h +654 -0
  49. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCoreBluetooth.framework/Headers/CrowdConnectedCoreBluetooth.h +11 -0
  50. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCoreBluetooth.framework/Info.plist +0 -0
  51. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCoreBluetooth.framework/Modules/CrowdConnectedCoreBluetooth.swiftmodule/arm64-apple-ios-simulator.abi.json +296 -0
  52. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCoreBluetooth.framework/Modules/CrowdConnectedCoreBluetooth.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +16 -0
  53. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCoreBluetooth.framework/Modules/CrowdConnectedCoreBluetooth.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  54. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCoreBluetooth.framework/Modules/CrowdConnectedCoreBluetooth.swiftmodule/arm64-apple-ios-simulator.swiftinterface +16 -0
  55. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCoreBluetooth.framework/Modules/CrowdConnectedCoreBluetooth.swiftmodule/x86_64-apple-ios-simulator.abi.json +296 -0
  56. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCoreBluetooth.framework/Modules/CrowdConnectedCoreBluetooth.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +16 -0
  57. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCoreBluetooth.framework/Modules/CrowdConnectedCoreBluetooth.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  58. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCoreBluetooth.framework/Modules/CrowdConnectedCoreBluetooth.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +16 -0
  59. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCoreBluetooth.framework/Modules/module.modulemap +11 -0
  60. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCoreBluetooth.framework/PrivacyInfo.xcprivacy +14 -0
  61. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCoreBluetooth.framework/_CodeSignature/CodeResources +256 -0
  62. package/ios/Frameworks/CrowdConnectedGeo.xcframework/Info.plist +44 -0
  63. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64/CrowdConnectedGeo.framework/CrowdConnectedGeo +0 -0
  64. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64/CrowdConnectedGeo.framework/Headers/CrowdConnectedGeo-Swift.h +328 -0
  65. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64/CrowdConnectedGeo.framework/Headers/CrowdConnectedGeo.h +15 -0
  66. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64/CrowdConnectedGeo.framework/Info.plist +0 -0
  67. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64/CrowdConnectedGeo.framework/Modules/CrowdConnectedGeo.swiftmodule/arm64-apple-ios.abi.json +444 -0
  68. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64/CrowdConnectedGeo.framework/Modules/CrowdConnectedGeo.swiftmodule/arm64-apple-ios.private.swiftinterface +16 -0
  69. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64/CrowdConnectedGeo.framework/Modules/CrowdConnectedGeo.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  70. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64/CrowdConnectedGeo.framework/Modules/CrowdConnectedGeo.swiftmodule/arm64-apple-ios.swiftinterface +16 -0
  71. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64/CrowdConnectedGeo.framework/Modules/module.modulemap +11 -0
  72. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64/CrowdConnectedGeo.framework/PrivacyInfo.xcprivacy +27 -0
  73. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64/CrowdConnectedGeo.framework/_CodeSignature/CodeResources +201 -0
  74. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/CrowdConnectedGeo +0 -0
  75. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/Headers/CrowdConnectedGeo-Swift.h +652 -0
  76. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/Headers/CrowdConnectedGeo.h +15 -0
  77. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/Info.plist +0 -0
  78. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/Modules/CrowdConnectedGeo.swiftmodule/arm64-apple-ios-simulator.abi.json +444 -0
  79. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/Modules/CrowdConnectedGeo.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +16 -0
  80. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/Modules/CrowdConnectedGeo.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  81. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/Modules/CrowdConnectedGeo.swiftmodule/arm64-apple-ios-simulator.swiftinterface +16 -0
  82. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/Modules/CrowdConnectedGeo.swiftmodule/x86_64-apple-ios-simulator.abi.json +444 -0
  83. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/Modules/CrowdConnectedGeo.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +16 -0
  84. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/Modules/CrowdConnectedGeo.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  85. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/Modules/CrowdConnectedGeo.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +16 -0
  86. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/Modules/module.modulemap +11 -0
  87. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/PrivacyInfo.xcprivacy +27 -0
  88. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/_CodeSignature/CodeResources +256 -0
  89. package/ios/Frameworks/CrowdConnectedIPS.xcframework/Info.plist +44 -0
  90. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64/CrowdConnectedIPS.framework/CrowdConnectedIPS +0 -0
  91. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64/CrowdConnectedIPS.framework/Headers/CrowdConnectedIPS-Swift.h +331 -0
  92. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64/CrowdConnectedIPS.framework/Headers/CrowdConnectedIPS.h +15 -0
  93. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64/CrowdConnectedIPS.framework/Info.plist +0 -0
  94. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/arm64-apple-ios.abi.json +1362 -0
  95. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/arm64-apple-ios.private.swiftinterface +21 -0
  96. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  97. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/arm64-apple-ios.swiftinterface +21 -0
  98. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64/CrowdConnectedIPS.framework/Modules/module.modulemap +11 -0
  99. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64/CrowdConnectedIPS.framework/PrivacyInfo.xcprivacy +23 -0
  100. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64/CrowdConnectedIPS.framework/_CodeSignature/CodeResources +201 -0
  101. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/CrowdConnectedIPS +0 -0
  102. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/Headers/CrowdConnectedIPS-Swift.h +658 -0
  103. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/Headers/CrowdConnectedIPS.h +15 -0
  104. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/Info.plist +0 -0
  105. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/arm64-apple-ios-simulator.abi.json +1362 -0
  106. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +21 -0
  107. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  108. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/arm64-apple-ios-simulator.swiftinterface +21 -0
  109. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/x86_64-apple-ios-simulator.abi.json +1362 -0
  110. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +21 -0
  111. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  112. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +21 -0
  113. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/Modules/module.modulemap +11 -0
  114. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/PrivacyInfo.xcprivacy +23 -0
  115. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/_CodeSignature/CodeResources +256 -0
  116. package/ios/Frameworks/CrowdConnectedShared.xcframework/Info.plist +44 -0
  117. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64/CrowdConnectedShared.framework/CrowdConnectedShared +0 -0
  118. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64/CrowdConnectedShared.framework/Headers/CrowdConnectedShared-Swift.h +322 -0
  119. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64/CrowdConnectedShared.framework/Headers/CrowdConnectedShared.h +9 -0
  120. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64/CrowdConnectedShared.framework/Info.plist +0 -0
  121. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/arm64-apple-ios.abi.json +17142 -0
  122. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/arm64-apple-ios.private.swiftinterface +501 -0
  123. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  124. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/arm64-apple-ios.swiftinterface +501 -0
  125. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64/CrowdConnectedShared.framework/Modules/module.modulemap +11 -0
  126. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64/CrowdConnectedShared.framework/PrivacyInfo.xcprivacy +23 -0
  127. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64/CrowdConnectedShared.framework/_CodeSignature/CodeResources +201 -0
  128. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/CrowdConnectedShared +0 -0
  129. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/Headers/CrowdConnectedShared-Swift.h +640 -0
  130. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/Headers/CrowdConnectedShared.h +9 -0
  131. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/Info.plist +0 -0
  132. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/arm64-apple-ios-simulator.abi.json +17142 -0
  133. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +501 -0
  134. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  135. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/arm64-apple-ios-simulator.swiftinterface +501 -0
  136. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/x86_64-apple-ios-simulator.abi.json +17142 -0
  137. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +501 -0
  138. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  139. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +501 -0
  140. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/Modules/module.modulemap +11 -0
  141. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/PrivacyInfo.xcprivacy +23 -0
  142. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/_CodeSignature/CodeResources +256 -0
  143. package/ios/RCTCrowdConnectedLocationProvider.swift +74 -101
  144. package/package.json +1 -1
@@ -0,0 +1,162 @@
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 CrowdConnectedCore
4
+ // swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2.4
5
+ import SystemConfiguration.CaptiveNetwork
6
+ import CommonCrypto
7
+ import CoreBluetooth
8
+ import CoreLocation
9
+ @_exported import CrowdConnectedCore
10
+ import CrowdConnectedShared
11
+ import Foundation
12
+ import SQLite3
13
+ import Swift
14
+ import SystemConfiguration
15
+ import UIKit
16
+ import UserNotifications
17
+ import _Concurrency
18
+ import _StringProcessing
19
+ import _SwiftConcurrencyShims
20
+ @objc public class Credentials : ObjectiveC.NSObject {
21
+ @objc public init(appKey: Swift.String, clientId: Swift.String, clientSecret: Swift.String)
22
+ @objc deinit
23
+ }
24
+ @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc public class CrowdConnected : CrowdConnectedShared.CCObject {
25
+ @objc weak public var delegate: (any CrowdConnectedCore.CrowdConnectedDelegate)?
26
+ @objc public static let shared: CrowdConnectedCore.CrowdConnected
27
+ #if compiler(>=5.3) && $NonescapableTypes
28
+ @objc public var deviceID: CrowdConnectedCore.DeviceID? {
29
+ @objc get
30
+ }
31
+ #endif
32
+ @objc public var isRunning: Swift.Bool {
33
+ @objc get
34
+ }
35
+ @objc public static func getVersion() -> Swift.String
36
+ @objc public func start(with configuration: CrowdConnectedCore.Configuration)
37
+ @objc public func stop()
38
+ @objc public func setAlias(key: Swift.String, value: Swift.String)
39
+ #if compiler(>=5.3) && $NonescapableTypes
40
+ @objc public func getLastLocation() -> CrowdConnectedCore.Location?
41
+ #endif
42
+ #if compiler(>=5.3) && $NonescapableTypes
43
+ @objc public func getCurrentConfiguration() -> CrowdConnectedCore.Configuration?
44
+ #endif
45
+ @objc deinit
46
+ }
47
+ @objc public class Configuration : ObjectiveC.NSObject {
48
+ @objc final public let credentials: CrowdConnectedCore.Credentials
49
+ final public let modules: [CrowdConnectedCore.Module]
50
+ @objc final public let trackingMode: CrowdConnectedCore.LocationTrackingMode
51
+ @objc final public let customFields: [Swift.String : Swift.String]
52
+ public init(credentials: CrowdConnectedCore.Credentials, modules: [CrowdConnectedCore.Module], trackingMode: CrowdConnectedCore.LocationTrackingMode, customFields: [Swift.String : Swift.String] = [:])
53
+ @_inheritsConvenienceInitializers @objc public class Builder : ObjectiveC.NSObject {
54
+ @objc override dynamic public init()
55
+ @discardableResult
56
+ @objc public func withCredentials(appKey: Swift.String, clientId: Swift.String, clientSecret: Swift.String) -> CrowdConnectedCore.Configuration.Builder
57
+ @discardableResult
58
+ public func with(modules: [CrowdConnectedCore.Module]) -> CrowdConnectedCore.Configuration.Builder
59
+ @discardableResult
60
+ @objc public func with(module: CrowdConnectedCore.Module, enabled: Swift.Bool = true) -> CrowdConnectedCore.Configuration.Builder
61
+ @discardableResult
62
+ @objc public func with(trackingMode: CrowdConnectedCore.LocationTrackingMode) -> CrowdConnectedCore.Configuration.Builder
63
+ @discardableResult
64
+ @objc public func with(customFields: [Swift.String : Swift.String]) -> CrowdConnectedCore.Configuration.Builder
65
+ @objc public func build() -> CrowdConnectedCore.Configuration
66
+ @objc deinit
67
+ }
68
+ @objc deinit
69
+ }
70
+ @objc public enum Module : Swift.Int {
71
+ case geo = 0
72
+ case ips = 1
73
+ case coreBluetooth = 2
74
+ #if compiler(>=5.3) && $NonescapableTypes
75
+ public init?(rawValue: Swift.Int)
76
+ #endif
77
+ public typealias RawValue = Swift.Int
78
+ public var rawValue: Swift.Int {
79
+ get
80
+ }
81
+ }
82
+ @_hasMissingDesignatedInitializers @objc public class Coordinate : ObjectiveC.NSObject {
83
+ @objc public var xPixels: Swift.Double
84
+ @objc public var yPixels: Swift.Double
85
+ @objc deinit
86
+ }
87
+ @_hasMissingDesignatedInitializers @objc public class Location : ObjectiveC.NSObject {
88
+ @objc public var xMeters: Swift.Double
89
+ @objc public var yMeters: Swift.Double
90
+ @objc public var latitude: Swift.Double
91
+ @objc public var longitude: Swift.Double
92
+ @objc public var pixelCoordinates: CrowdConnectedCore.Coordinate?
93
+ @objc public var floor: Swift.Int
94
+ @objc public var surfaceID: Swift.String
95
+ @objc public var timestamp: Swift.Int64
96
+ @objc public var type: Swift.String
97
+ @objc public var quality: Swift.Int
98
+ @objc public var maxRSSI: Swift.Double
99
+ @objc public var beaconXForMaxRSSI: Swift.Double
100
+ @objc public var beaconYForMaxRSSI: Swift.Double
101
+ @objc public var surfaceIDForMaxRSSI: Swift.String
102
+ @objc public var observedSurfaces: Swift.Int
103
+ @objc deinit
104
+ }
105
+ @objc public enum LocationTrackingMode : Swift.Int, CrowdConnectedShared.CCCodable {
106
+ case foreground = 0
107
+ case background = 1
108
+ #if compiler(>=5.3) && $NonescapableTypes
109
+ public init?(rawValue: Swift.Int)
110
+ #endif
111
+ public typealias RawValue = Swift.Int
112
+ public var rawValue: Swift.Int {
113
+ get
114
+ }
115
+ }
116
+ public typealias DeviceID = Swift.String
117
+ @objc public enum ErrorCode : Swift.Int {
118
+ case noError = 0
119
+ case alreadyRunning = 1
120
+ case missingAppKey = 2
121
+ case missingToken = 3
122
+ case missingSecret = 4
123
+ case deviceRegistrationFailed = 5
124
+ case noModulesAreActive = 6
125
+ case missingBluetoothPermissionItem = 7
126
+ case missingWhileInUseLocationPermissionItem = 8
127
+ case missingAlwaysLocationPermissionItem = 9
128
+ case missingLocationBackgroundModeItem = 10
129
+ case missingBluetoothBackgroundModeItem = 11
130
+ case noGeoModuleImported = 15
131
+ case noIPSModuleImported = 17
132
+ case noCoreBluetoothModuleImported = 19
133
+ public var description: Swift.String {
134
+ get
135
+ }
136
+ #if compiler(>=5.3) && $NonescapableTypes
137
+ public init?(rawValue: Swift.Int)
138
+ #endif
139
+ public typealias RawValue = Swift.Int
140
+ public var rawValue: Swift.Int {
141
+ get
142
+ }
143
+ }
144
+ extension CrowdConnectedCore.ErrorCode : Foundation.LocalizedError {
145
+ public static var _nsErrorDomain: Swift.String {
146
+ get
147
+ }
148
+ }
149
+ @objc public protocol CrowdConnectedDelegate {
150
+ @objc optional func locationProvider(_ crowdConnected: CrowdConnectedCore.CrowdConnected, didUpdateLocation location: CrowdConnectedCore.Location)
151
+ @objc optional func locationProvider(_ crowdConnected: CrowdConnectedCore.CrowdConnected, didStartSuccess deviceId: CrowdConnectedCore.DeviceID)
152
+ @objc optional func locationProvider(_ crowdConnected: CrowdConnectedCore.CrowdConnected, didStartFailure errorCode: CrowdConnectedCore.ErrorCode)
153
+ }
154
+ extension CrowdConnectedCore.Module : Swift.Equatable {}
155
+ extension CrowdConnectedCore.Module : Swift.Hashable {}
156
+ extension CrowdConnectedCore.Module : Swift.RawRepresentable {}
157
+ extension CrowdConnectedCore.LocationTrackingMode : Swift.Equatable {}
158
+ extension CrowdConnectedCore.LocationTrackingMode : Swift.Hashable {}
159
+ extension CrowdConnectedCore.LocationTrackingMode : Swift.RawRepresentable {}
160
+ extension CrowdConnectedCore.ErrorCode : Swift.Equatable {}
161
+ extension CrowdConnectedCore.ErrorCode : Swift.Hashable {}
162
+ extension CrowdConnectedCore.ErrorCode : Swift.RawRepresentable {}
@@ -0,0 +1,162 @@
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 CrowdConnectedCore
4
+ // swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2.4
5
+ import SystemConfiguration.CaptiveNetwork
6
+ import CommonCrypto
7
+ import CoreBluetooth
8
+ import CoreLocation
9
+ @_exported import CrowdConnectedCore
10
+ import CrowdConnectedShared
11
+ import Foundation
12
+ import SQLite3
13
+ import Swift
14
+ import SystemConfiguration
15
+ import UIKit
16
+ import UserNotifications
17
+ import _Concurrency
18
+ import _StringProcessing
19
+ import _SwiftConcurrencyShims
20
+ @objc public class Credentials : ObjectiveC.NSObject {
21
+ @objc public init(appKey: Swift.String, clientId: Swift.String, clientSecret: Swift.String)
22
+ @objc deinit
23
+ }
24
+ @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc public class CrowdConnected : CrowdConnectedShared.CCObject {
25
+ @objc weak public var delegate: (any CrowdConnectedCore.CrowdConnectedDelegate)?
26
+ @objc public static let shared: CrowdConnectedCore.CrowdConnected
27
+ #if compiler(>=5.3) && $NonescapableTypes
28
+ @objc public var deviceID: CrowdConnectedCore.DeviceID? {
29
+ @objc get
30
+ }
31
+ #endif
32
+ @objc public var isRunning: Swift.Bool {
33
+ @objc get
34
+ }
35
+ @objc public static func getVersion() -> Swift.String
36
+ @objc public func start(with configuration: CrowdConnectedCore.Configuration)
37
+ @objc public func stop()
38
+ @objc public func setAlias(key: Swift.String, value: Swift.String)
39
+ #if compiler(>=5.3) && $NonescapableTypes
40
+ @objc public func getLastLocation() -> CrowdConnectedCore.Location?
41
+ #endif
42
+ #if compiler(>=5.3) && $NonescapableTypes
43
+ @objc public func getCurrentConfiguration() -> CrowdConnectedCore.Configuration?
44
+ #endif
45
+ @objc deinit
46
+ }
47
+ @objc public class Configuration : ObjectiveC.NSObject {
48
+ @objc final public let credentials: CrowdConnectedCore.Credentials
49
+ final public let modules: [CrowdConnectedCore.Module]
50
+ @objc final public let trackingMode: CrowdConnectedCore.LocationTrackingMode
51
+ @objc final public let customFields: [Swift.String : Swift.String]
52
+ public init(credentials: CrowdConnectedCore.Credentials, modules: [CrowdConnectedCore.Module], trackingMode: CrowdConnectedCore.LocationTrackingMode, customFields: [Swift.String : Swift.String] = [:])
53
+ @_inheritsConvenienceInitializers @objc public class Builder : ObjectiveC.NSObject {
54
+ @objc override dynamic public init()
55
+ @discardableResult
56
+ @objc public func withCredentials(appKey: Swift.String, clientId: Swift.String, clientSecret: Swift.String) -> CrowdConnectedCore.Configuration.Builder
57
+ @discardableResult
58
+ public func with(modules: [CrowdConnectedCore.Module]) -> CrowdConnectedCore.Configuration.Builder
59
+ @discardableResult
60
+ @objc public func with(module: CrowdConnectedCore.Module, enabled: Swift.Bool = true) -> CrowdConnectedCore.Configuration.Builder
61
+ @discardableResult
62
+ @objc public func with(trackingMode: CrowdConnectedCore.LocationTrackingMode) -> CrowdConnectedCore.Configuration.Builder
63
+ @discardableResult
64
+ @objc public func with(customFields: [Swift.String : Swift.String]) -> CrowdConnectedCore.Configuration.Builder
65
+ @objc public func build() -> CrowdConnectedCore.Configuration
66
+ @objc deinit
67
+ }
68
+ @objc deinit
69
+ }
70
+ @objc public enum Module : Swift.Int {
71
+ case geo = 0
72
+ case ips = 1
73
+ case coreBluetooth = 2
74
+ #if compiler(>=5.3) && $NonescapableTypes
75
+ public init?(rawValue: Swift.Int)
76
+ #endif
77
+ public typealias RawValue = Swift.Int
78
+ public var rawValue: Swift.Int {
79
+ get
80
+ }
81
+ }
82
+ @_hasMissingDesignatedInitializers @objc public class Coordinate : ObjectiveC.NSObject {
83
+ @objc public var xPixels: Swift.Double
84
+ @objc public var yPixels: Swift.Double
85
+ @objc deinit
86
+ }
87
+ @_hasMissingDesignatedInitializers @objc public class Location : ObjectiveC.NSObject {
88
+ @objc public var xMeters: Swift.Double
89
+ @objc public var yMeters: Swift.Double
90
+ @objc public var latitude: Swift.Double
91
+ @objc public var longitude: Swift.Double
92
+ @objc public var pixelCoordinates: CrowdConnectedCore.Coordinate?
93
+ @objc public var floor: Swift.Int
94
+ @objc public var surfaceID: Swift.String
95
+ @objc public var timestamp: Swift.Int64
96
+ @objc public var type: Swift.String
97
+ @objc public var quality: Swift.Int
98
+ @objc public var maxRSSI: Swift.Double
99
+ @objc public var beaconXForMaxRSSI: Swift.Double
100
+ @objc public var beaconYForMaxRSSI: Swift.Double
101
+ @objc public var surfaceIDForMaxRSSI: Swift.String
102
+ @objc public var observedSurfaces: Swift.Int
103
+ @objc deinit
104
+ }
105
+ @objc public enum LocationTrackingMode : Swift.Int, CrowdConnectedShared.CCCodable {
106
+ case foreground = 0
107
+ case background = 1
108
+ #if compiler(>=5.3) && $NonescapableTypes
109
+ public init?(rawValue: Swift.Int)
110
+ #endif
111
+ public typealias RawValue = Swift.Int
112
+ public var rawValue: Swift.Int {
113
+ get
114
+ }
115
+ }
116
+ public typealias DeviceID = Swift.String
117
+ @objc public enum ErrorCode : Swift.Int {
118
+ case noError = 0
119
+ case alreadyRunning = 1
120
+ case missingAppKey = 2
121
+ case missingToken = 3
122
+ case missingSecret = 4
123
+ case deviceRegistrationFailed = 5
124
+ case noModulesAreActive = 6
125
+ case missingBluetoothPermissionItem = 7
126
+ case missingWhileInUseLocationPermissionItem = 8
127
+ case missingAlwaysLocationPermissionItem = 9
128
+ case missingLocationBackgroundModeItem = 10
129
+ case missingBluetoothBackgroundModeItem = 11
130
+ case noGeoModuleImported = 15
131
+ case noIPSModuleImported = 17
132
+ case noCoreBluetoothModuleImported = 19
133
+ public var description: Swift.String {
134
+ get
135
+ }
136
+ #if compiler(>=5.3) && $NonescapableTypes
137
+ public init?(rawValue: Swift.Int)
138
+ #endif
139
+ public typealias RawValue = Swift.Int
140
+ public var rawValue: Swift.Int {
141
+ get
142
+ }
143
+ }
144
+ extension CrowdConnectedCore.ErrorCode : Foundation.LocalizedError {
145
+ public static var _nsErrorDomain: Swift.String {
146
+ get
147
+ }
148
+ }
149
+ @objc public protocol CrowdConnectedDelegate {
150
+ @objc optional func locationProvider(_ crowdConnected: CrowdConnectedCore.CrowdConnected, didUpdateLocation location: CrowdConnectedCore.Location)
151
+ @objc optional func locationProvider(_ crowdConnected: CrowdConnectedCore.CrowdConnected, didStartSuccess deviceId: CrowdConnectedCore.DeviceID)
152
+ @objc optional func locationProvider(_ crowdConnected: CrowdConnectedCore.CrowdConnected, didStartFailure errorCode: CrowdConnectedCore.ErrorCode)
153
+ }
154
+ extension CrowdConnectedCore.Module : Swift.Equatable {}
155
+ extension CrowdConnectedCore.Module : Swift.Hashable {}
156
+ extension CrowdConnectedCore.Module : Swift.RawRepresentable {}
157
+ extension CrowdConnectedCore.LocationTrackingMode : Swift.Equatable {}
158
+ extension CrowdConnectedCore.LocationTrackingMode : Swift.Hashable {}
159
+ extension CrowdConnectedCore.LocationTrackingMode : Swift.RawRepresentable {}
160
+ extension CrowdConnectedCore.ErrorCode : Swift.Equatable {}
161
+ extension CrowdConnectedCore.ErrorCode : Swift.Hashable {}
162
+ extension CrowdConnectedCore.ErrorCode : Swift.RawRepresentable {}
@@ -0,0 +1,11 @@
1
+ framework module CrowdConnectedCore {
2
+ umbrella header "CrowdConnectedCore.h"
3
+ export *
4
+
5
+ module * { export * }
6
+ }
7
+
8
+ module CrowdConnectedCore.Swift {
9
+ header "CrowdConnectedCore-Swift.h"
10
+ requires objc
11
+ }
@@ -0,0 +1,36 @@
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>NSPrivacyCollectedDataTypePurposes</key>
9
+ <array>
10
+ <string>NSPrivacyCollectedDataTypePurposeAnalytics</string>
11
+ </array>
12
+ <key>NSPrivacyCollectedDataTypeTracking</key>
13
+ <false/>
14
+ <key>NSPrivacyCollectedDataTypeLinked</key>
15
+ <false/>
16
+ <key>NSPrivacyCollectedDataType</key>
17
+ <string>NSPrivacyCollectedDataTypeDeviceID</string>
18
+ </dict>
19
+ </array>
20
+ <key>NSPrivacyAccessedAPITypes</key>
21
+ <array>
22
+ <dict>
23
+ <key>NSPrivacyAccessedAPITypeReasons</key>
24
+ <array>
25
+ <string>CA92.1</string>
26
+ </array>
27
+ <key>NSPrivacyAccessedAPIType</key>
28
+ <string>NSPrivacyAccessedAPICategoryUserDefaults</string>
29
+ </dict>
30
+ </array>
31
+ <key>NSPrivacyTrackingDomains</key>
32
+ <array/>
33
+ <key>NSPrivacyTracking</key>
34
+ <false/>
35
+ </dict>
36
+ </plist>
@@ -0,0 +1,201 @@
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>files</key>
6
+ <dict>
7
+ <key>Headers/CrowdConnectedCore-Swift.h</key>
8
+ <data>
9
+ Av0LzlU4zfFjbdivzycPvMHnqsc=
10
+ </data>
11
+ <key>Headers/CrowdConnectedCore.h</key>
12
+ <data>
13
+ 4wBX6iJ3BOp4nYE/WfqqeNG8wKk=
14
+ </data>
15
+ <key>Info.plist</key>
16
+ <data>
17
+ JF7PQyxnN2V1mfIIiTxz3OCcEkA=
18
+ </data>
19
+ <key>Modules/CrowdConnectedCore.swiftmodule/arm64-apple-ios.abi.json</key>
20
+ <data>
21
+ bXmye0ZDwVOViRtz3PP+m1UdoNI=
22
+ </data>
23
+ <key>Modules/CrowdConnectedCore.swiftmodule/arm64-apple-ios.private.swiftinterface</key>
24
+ <data>
25
+ pkunGqvIFQmzEffFUO9HlQ7w0tw=
26
+ </data>
27
+ <key>Modules/CrowdConnectedCore.swiftmodule/arm64-apple-ios.swiftdoc</key>
28
+ <data>
29
+ wFZcXYBr7mIfWkPZiicvvVG6n/U=
30
+ </data>
31
+ <key>Modules/CrowdConnectedCore.swiftmodule/arm64-apple-ios.swiftinterface</key>
32
+ <data>
33
+ pkunGqvIFQmzEffFUO9HlQ7w0tw=
34
+ </data>
35
+ <key>Modules/CrowdConnectedCore.swiftmodule/arm64-apple-ios.swiftmodule</key>
36
+ <data>
37
+ OBwTBj6oeFxAfq1q73xmw4z/t4Y=
38
+ </data>
39
+ <key>Modules/module.modulemap</key>
40
+ <data>
41
+ ebnsldoHehWxxmsxkQwyxxd5dcA=
42
+ </data>
43
+ <key>PrivacyInfo.xcprivacy</key>
44
+ <data>
45
+ NIj48V8Ht/SbfSqhv5qcfATVUHI=
46
+ </data>
47
+ </dict>
48
+ <key>files2</key>
49
+ <dict>
50
+ <key>Headers/CrowdConnectedCore-Swift.h</key>
51
+ <dict>
52
+ <key>hash2</key>
53
+ <data>
54
+ lY8YlWiMV9vcUGCq2VIDrjzBz6vQn7luXr05unhBuOg=
55
+ </data>
56
+ </dict>
57
+ <key>Headers/CrowdConnectedCore.h</key>
58
+ <dict>
59
+ <key>hash2</key>
60
+ <data>
61
+ PNKw+bMiOdn1U6OTirTjiR0gHRMTq3sZ7FfoIE1wSRg=
62
+ </data>
63
+ </dict>
64
+ <key>Modules/CrowdConnectedCore.swiftmodule/arm64-apple-ios.abi.json</key>
65
+ <dict>
66
+ <key>hash2</key>
67
+ <data>
68
+ 414ONz+lmjWo7g9Khp3sew1ALd54C+uCH5o3j8+Y7nA=
69
+ </data>
70
+ </dict>
71
+ <key>Modules/CrowdConnectedCore.swiftmodule/arm64-apple-ios.private.swiftinterface</key>
72
+ <dict>
73
+ <key>hash2</key>
74
+ <data>
75
+ 7AsjsPMNpZR7lJg3krX3yxf31WfDx5qwwrJLYrbmGb8=
76
+ </data>
77
+ </dict>
78
+ <key>Modules/CrowdConnectedCore.swiftmodule/arm64-apple-ios.swiftdoc</key>
79
+ <dict>
80
+ <key>hash2</key>
81
+ <data>
82
+ dYV8Wb3tlRdY1WbJ3s5wDdrGG9zWY1wdDo6Og17aQCA=
83
+ </data>
84
+ </dict>
85
+ <key>Modules/CrowdConnectedCore.swiftmodule/arm64-apple-ios.swiftinterface</key>
86
+ <dict>
87
+ <key>hash2</key>
88
+ <data>
89
+ 7AsjsPMNpZR7lJg3krX3yxf31WfDx5qwwrJLYrbmGb8=
90
+ </data>
91
+ </dict>
92
+ <key>Modules/CrowdConnectedCore.swiftmodule/arm64-apple-ios.swiftmodule</key>
93
+ <dict>
94
+ <key>hash2</key>
95
+ <data>
96
+ ftEu/9rtvPL8bhwCroDExj5aoO15EzBspXqLpNnpNDE=
97
+ </data>
98
+ </dict>
99
+ <key>Modules/module.modulemap</key>
100
+ <dict>
101
+ <key>hash2</key>
102
+ <data>
103
+ uzWN2bhEHFQQiMVgv0qq8/zH0+FHFy1K3/UP0QjOwuA=
104
+ </data>
105
+ </dict>
106
+ <key>PrivacyInfo.xcprivacy</key>
107
+ <dict>
108
+ <key>hash2</key>
109
+ <data>
110
+ WaHJvuVJs3O9IAdUo2BJVdkZ+LWEtXY8UociDxUjpIg=
111
+ </data>
112
+ </dict>
113
+ </dict>
114
+ <key>rules</key>
115
+ <dict>
116
+ <key>^.*</key>
117
+ <true/>
118
+ <key>^.*\.lproj/</key>
119
+ <dict>
120
+ <key>optional</key>
121
+ <true/>
122
+ <key>weight</key>
123
+ <real>1000</real>
124
+ </dict>
125
+ <key>^.*\.lproj/locversion.plist$</key>
126
+ <dict>
127
+ <key>omit</key>
128
+ <true/>
129
+ <key>weight</key>
130
+ <real>1100</real>
131
+ </dict>
132
+ <key>^Base\.lproj/</key>
133
+ <dict>
134
+ <key>weight</key>
135
+ <real>1010</real>
136
+ </dict>
137
+ <key>^version.plist$</key>
138
+ <true/>
139
+ </dict>
140
+ <key>rules2</key>
141
+ <dict>
142
+ <key>.*\.dSYM($|/)</key>
143
+ <dict>
144
+ <key>weight</key>
145
+ <real>11</real>
146
+ </dict>
147
+ <key>^(.*/)?\.DS_Store$</key>
148
+ <dict>
149
+ <key>omit</key>
150
+ <true/>
151
+ <key>weight</key>
152
+ <real>2000</real>
153
+ </dict>
154
+ <key>^.*</key>
155
+ <true/>
156
+ <key>^.*\.lproj/</key>
157
+ <dict>
158
+ <key>optional</key>
159
+ <true/>
160
+ <key>weight</key>
161
+ <real>1000</real>
162
+ </dict>
163
+ <key>^.*\.lproj/locversion.plist$</key>
164
+ <dict>
165
+ <key>omit</key>
166
+ <true/>
167
+ <key>weight</key>
168
+ <real>1100</real>
169
+ </dict>
170
+ <key>^Base\.lproj/</key>
171
+ <dict>
172
+ <key>weight</key>
173
+ <real>1010</real>
174
+ </dict>
175
+ <key>^Info\.plist$</key>
176
+ <dict>
177
+ <key>omit</key>
178
+ <true/>
179
+ <key>weight</key>
180
+ <real>20</real>
181
+ </dict>
182
+ <key>^PkgInfo$</key>
183
+ <dict>
184
+ <key>omit</key>
185
+ <true/>
186
+ <key>weight</key>
187
+ <real>20</real>
188
+ </dict>
189
+ <key>^embedded\.provisionprofile$</key>
190
+ <dict>
191
+ <key>weight</key>
192
+ <real>20</real>
193
+ </dict>
194
+ <key>^version\.plist$</key>
195
+ <dict>
196
+ <key>weight</key>
197
+ <real>20</real>
198
+ </dict>
199
+ </dict>
200
+ </dict>
201
+ </plist>