@expofp/react-native-efp-crowdconnected 0.1.7 → 0.1.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ExpofpCrowdconnected.podspec +1 -1
- package/README.md +67 -5
- package/android/build.gradle +4 -4
- package/android/src/main/java/com/expofpcrowdconnected/ExpoFpCrowdConnectedLocationProviderSettings.kt +24 -20
- package/android/src/main/java/com/expofpcrowdconnected/RCTCrowdConnectedLocationProviderModule.kt +112 -6
- package/ios/ExpoFpLocationProvider/ExpoFpCrowdConnectedLocationProviderSettings.swift +2 -2
- package/ios/ExpoFpLocationProvider/ExpoFpLocationSettings.swift +2 -2
- package/ios/ExpoFpLocationProvider/ExpoFpSimulationDelegate.swift +40 -0
- package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64/CrowdConnectedCore.framework/CrowdConnectedCore +0 -0
- package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64/CrowdConnectedCore.framework/Headers/CrowdConnectedCore-Swift.h +48 -0
- package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64/CrowdConnectedCore.framework/Info.plist +0 -0
- package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/arm64-apple-ios.abi.json +731 -363
- package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/arm64-apple-ios.private.swiftinterface +13 -8
- package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/arm64-apple-ios.swiftinterface +12 -7
- package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64/CrowdConnectedCore.framework/_CodeSignature/CodeResources +13 -13
- package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/CrowdConnectedCore +0 -0
- package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/Headers/CrowdConnectedCore-Swift.h +96 -0
- package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/Info.plist +0 -0
- package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/arm64-apple-ios-simulator.abi.json +731 -363
- package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +13 -8
- package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/arm64-apple-ios-simulator.swiftinterface +12 -7
- package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/x86_64-apple-ios-simulator.abi.json +731 -363
- package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +13 -8
- package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +12 -7
- package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/_CodeSignature/CodeResources +23 -23
- package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64/CrowdConnectedCoreBluetooth.framework/CrowdConnectedCoreBluetooth +0 -0
- package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64/CrowdConnectedCoreBluetooth.framework/Modules/CrowdConnectedCoreBluetooth.swiftmodule/arm64-apple-ios.abi.json +10 -10
- package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64/CrowdConnectedCoreBluetooth.framework/_CodeSignature/CodeResources +4 -4
- package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCoreBluetooth.framework/CrowdConnectedCoreBluetooth +0 -0
- package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCoreBluetooth.framework/Modules/CrowdConnectedCoreBluetooth.swiftmodule/arm64-apple-ios-simulator.abi.json +10 -10
- package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCoreBluetooth.framework/Modules/CrowdConnectedCoreBluetooth.swiftmodule/x86_64-apple-ios-simulator.abi.json +10 -10
- package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCoreBluetooth.framework/_CodeSignature/CodeResources +8 -8
- package/ios/Frameworks/CrowdConnectedGeo.xcframework/Info.plist +5 -5
- package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64/CrowdConnectedGeo.framework/CrowdConnectedGeo +0 -0
- package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64/CrowdConnectedGeo.framework/Modules/CrowdConnectedGeo.swiftmodule/arm64-apple-ios.abi.json +142 -33
- package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64/CrowdConnectedGeo.framework/Modules/CrowdConnectedGeo.swiftmodule/arm64-apple-ios.private.swiftinterface +7 -0
- package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64/CrowdConnectedGeo.framework/Modules/CrowdConnectedGeo.swiftmodule/arm64-apple-ios.swiftinterface +7 -0
- package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64/CrowdConnectedGeo.framework/_CodeSignature/CodeResources +8 -8
- package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/CrowdConnectedGeo +0 -0
- package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/Modules/CrowdConnectedGeo.swiftmodule/arm64-apple-ios-simulator.abi.json +142 -33
- package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/Modules/CrowdConnectedGeo.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +7 -0
- package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/Modules/CrowdConnectedGeo.swiftmodule/arm64-apple-ios-simulator.swiftinterface +7 -0
- package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/Modules/CrowdConnectedGeo.swiftmodule/x86_64-apple-ios-simulator.abi.json +142 -33
- package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/Modules/CrowdConnectedGeo.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +7 -0
- package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/Modules/CrowdConnectedGeo.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +7 -0
- package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/_CodeSignature/CodeResources +16 -16
- package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64/CrowdConnectedIPS.framework/CrowdConnectedIPS +0 -0
- package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/arm64-apple-ios.abi.json +251 -113
- package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/arm64-apple-ios.private.swiftinterface +7 -2
- package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/arm64-apple-ios.swiftinterface +7 -2
- package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64/CrowdConnectedIPS.framework/_CodeSignature/CodeResources +10 -10
- package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/CrowdConnectedIPS +0 -0
- package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/arm64-apple-ios-simulator.abi.json +251 -113
- package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +7 -2
- package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/arm64-apple-ios-simulator.swiftinterface +7 -2
- package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/x86_64-apple-ios-simulator.abi.json +251 -113
- package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +7 -2
- package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +7 -2
- package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/_CodeSignature/CodeResources +20 -20
- package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64/CrowdConnectedShared.framework/CrowdConnectedShared +0 -0
- package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/arm64-apple-ios.abi.json +904 -235
- package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/arm64-apple-ios.private.swiftinterface +33 -3
- package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/arm64-apple-ios.swiftinterface +31 -3
- package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64/CrowdConnectedShared.framework/_CodeSignature/CodeResources +10 -10
- package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/CrowdConnectedShared +0 -0
- package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/arm64-apple-ios-simulator.abi.json +904 -235
- package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +33 -3
- package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/arm64-apple-ios-simulator.swiftinterface +31 -3
- package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/x86_64-apple-ios-simulator.abi.json +904 -235
- package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +33 -3
- package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +31 -3
- package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/_CodeSignature/CodeResources +20 -20
- package/ios/RCTCrowdConnectedLocationProvider.m +3 -0
- package/ios/RCTCrowdConnectedLocationProvider.swift +21 -3
- package/lib/module/crowdconnected-location-provider-native-module.js +30 -0
- package/lib/module/crowdconnected-location-provider-native-module.js.map +1 -1
- package/lib/typescript/src/crowdconnected-location-provider-native-module.d.ts.map +1 -1
- package/lib/typescript/src/types.d.ts +31 -2
- package/lib/typescript/src/types.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/crowdconnected-location-provider-native-module.tsx +51 -0
- package/src/types.ts +33 -2
|
@@ -6,13 +6,11 @@ import CoreLocation
|
|
|
6
6
|
import CoreMotion
|
|
7
7
|
@_exported import CrowdConnectedShared
|
|
8
8
|
import Foundation
|
|
9
|
-
import OSLog
|
|
10
9
|
import Swift
|
|
11
10
|
import UIKit
|
|
12
11
|
import _Concurrency
|
|
13
12
|
import _StringProcessing
|
|
14
13
|
import _SwiftConcurrencyShims
|
|
15
|
-
import os
|
|
16
14
|
@_hasMissingDesignatedInitializers public class MainLogger {
|
|
17
15
|
public enum LogTag : Swift.String {
|
|
18
16
|
case IPS
|
|
@@ -28,6 +26,8 @@ import os
|
|
|
28
26
|
get
|
|
29
27
|
}
|
|
30
28
|
}
|
|
29
|
+
@_spi(CoreSDK) public static func addLogger(_ logger: any CrowdConnectedShared.LoggerProtocol)
|
|
30
|
+
@_spi(CoreSDK) public static func removeLogger(_ logger: any CrowdConnectedShared.LoggerProtocol)
|
|
31
31
|
public static func reset()
|
|
32
32
|
public static func log(level: CrowdConnectedShared.LogLevel, message: @autoclosure () -> Swift.String)
|
|
33
33
|
#if compiler(>=5.3) && $NonescapableTypes
|
|
@@ -96,7 +96,7 @@ public enum ReactiveNotification : Swift.String {
|
|
|
96
96
|
public static func getSeconds() -> Swift.Double
|
|
97
97
|
@objc deinit
|
|
98
98
|
}
|
|
99
|
-
public protocol LoggerProtocol {
|
|
99
|
+
public protocol LoggerProtocol : AnyObject {
|
|
100
100
|
func log(level: CrowdConnectedShared.LogLevel, message: @autoclosure () -> Swift.String)
|
|
101
101
|
}
|
|
102
102
|
public enum LogLevel : Swift.String, Swift.CaseIterable {
|
|
@@ -218,6 +218,36 @@ public protocol ReactiveNotificationsProtocol {
|
|
|
218
218
|
extension CrowdConnectedShared.ReactiveNotificationsProtocol {
|
|
219
219
|
public func post(notification: CrowdConnectedShared.ReactiveNotification)
|
|
220
220
|
}
|
|
221
|
+
public protocol GpsSimulationSink : AnyObject {
|
|
222
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
223
|
+
func injectLocation(lat: Swift.Double, lng: Swift.Double, accuracyMetres: Swift.Float, surfaceId: Swift.String?)
|
|
224
|
+
#endif
|
|
225
|
+
func onSimulationStarted()
|
|
226
|
+
func onSimulationStopped()
|
|
227
|
+
}
|
|
228
|
+
public protocol IpsSimulationSink : AnyObject {
|
|
229
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
230
|
+
func injectIpsPosition(xMetres: Swift.Double, yMetres: Swift.Double, latitude: Swift.Double, longitude: Swift.Double, surfaceId: Swift.String?)
|
|
231
|
+
#endif
|
|
232
|
+
func onSimulationStarted()
|
|
233
|
+
func onSimulationStopped()
|
|
234
|
+
}
|
|
235
|
+
extension CrowdConnectedShared.IpsSimulationSink {
|
|
236
|
+
public func onSimulationStarted()
|
|
237
|
+
public func onSimulationStopped()
|
|
238
|
+
}
|
|
239
|
+
@_hasMissingDesignatedInitializers final public class SimulationSinkRegistry {
|
|
240
|
+
public static let shared: CrowdConnectedShared.SimulationSinkRegistry
|
|
241
|
+
final public func register(gpsSink: any CrowdConnectedShared.GpsSimulationSink)
|
|
242
|
+
final public func register(ipsSink: any CrowdConnectedShared.IpsSimulationSink)
|
|
243
|
+
final public var gpsSinks: [any CrowdConnectedShared.GpsSimulationSink] {
|
|
244
|
+
get
|
|
245
|
+
}
|
|
246
|
+
final public var ipsSinks: [any CrowdConnectedShared.IpsSimulationSink] {
|
|
247
|
+
get
|
|
248
|
+
}
|
|
249
|
+
@objc deinit
|
|
250
|
+
}
|
|
221
251
|
public enum DataType {
|
|
222
252
|
case positions
|
|
223
253
|
case steps
|
|
Binary file
|
|
@@ -6,13 +6,11 @@ import CoreLocation
|
|
|
6
6
|
import CoreMotion
|
|
7
7
|
@_exported import CrowdConnectedShared
|
|
8
8
|
import Foundation
|
|
9
|
-
import OSLog
|
|
10
9
|
import Swift
|
|
11
10
|
import UIKit
|
|
12
11
|
import _Concurrency
|
|
13
12
|
import _StringProcessing
|
|
14
13
|
import _SwiftConcurrencyShims
|
|
15
|
-
import os
|
|
16
14
|
@_hasMissingDesignatedInitializers public class MainLogger {
|
|
17
15
|
public enum LogTag : Swift.String {
|
|
18
16
|
case IPS
|
|
@@ -96,7 +94,7 @@ public enum ReactiveNotification : Swift.String {
|
|
|
96
94
|
public static func getSeconds() -> Swift.Double
|
|
97
95
|
@objc deinit
|
|
98
96
|
}
|
|
99
|
-
public protocol LoggerProtocol {
|
|
97
|
+
public protocol LoggerProtocol : AnyObject {
|
|
100
98
|
func log(level: CrowdConnectedShared.LogLevel, message: @autoclosure () -> Swift.String)
|
|
101
99
|
}
|
|
102
100
|
public enum LogLevel : Swift.String, Swift.CaseIterable {
|
|
@@ -218,6 +216,36 @@ public protocol ReactiveNotificationsProtocol {
|
|
|
218
216
|
extension CrowdConnectedShared.ReactiveNotificationsProtocol {
|
|
219
217
|
public func post(notification: CrowdConnectedShared.ReactiveNotification)
|
|
220
218
|
}
|
|
219
|
+
public protocol GpsSimulationSink : AnyObject {
|
|
220
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
221
|
+
func injectLocation(lat: Swift.Double, lng: Swift.Double, accuracyMetres: Swift.Float, surfaceId: Swift.String?)
|
|
222
|
+
#endif
|
|
223
|
+
func onSimulationStarted()
|
|
224
|
+
func onSimulationStopped()
|
|
225
|
+
}
|
|
226
|
+
public protocol IpsSimulationSink : AnyObject {
|
|
227
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
228
|
+
func injectIpsPosition(xMetres: Swift.Double, yMetres: Swift.Double, latitude: Swift.Double, longitude: Swift.Double, surfaceId: Swift.String?)
|
|
229
|
+
#endif
|
|
230
|
+
func onSimulationStarted()
|
|
231
|
+
func onSimulationStopped()
|
|
232
|
+
}
|
|
233
|
+
extension CrowdConnectedShared.IpsSimulationSink {
|
|
234
|
+
public func onSimulationStarted()
|
|
235
|
+
public func onSimulationStopped()
|
|
236
|
+
}
|
|
237
|
+
@_hasMissingDesignatedInitializers final public class SimulationSinkRegistry {
|
|
238
|
+
public static let shared: CrowdConnectedShared.SimulationSinkRegistry
|
|
239
|
+
final public func register(gpsSink: any CrowdConnectedShared.GpsSimulationSink)
|
|
240
|
+
final public func register(ipsSink: any CrowdConnectedShared.IpsSimulationSink)
|
|
241
|
+
final public var gpsSinks: [any CrowdConnectedShared.GpsSimulationSink] {
|
|
242
|
+
get
|
|
243
|
+
}
|
|
244
|
+
final public var ipsSinks: [any CrowdConnectedShared.IpsSimulationSink] {
|
|
245
|
+
get
|
|
246
|
+
}
|
|
247
|
+
@objc deinit
|
|
248
|
+
}
|
|
221
249
|
public enum DataType {
|
|
222
250
|
case positions
|
|
223
251
|
case steps
|
|
@@ -18,23 +18,23 @@
|
|
|
18
18
|
</data>
|
|
19
19
|
<key>Modules/CrowdConnectedShared.swiftmodule/arm64-apple-ios.abi.json</key>
|
|
20
20
|
<data>
|
|
21
|
-
|
|
21
|
+
uau7f/3Vz0hJNktZ/bkzbkiZDlI=
|
|
22
22
|
</data>
|
|
23
23
|
<key>Modules/CrowdConnectedShared.swiftmodule/arm64-apple-ios.private.swiftinterface</key>
|
|
24
24
|
<data>
|
|
25
|
-
|
|
25
|
+
o6A7+dTfrsgb7cn4fNxDUcyf978=
|
|
26
26
|
</data>
|
|
27
27
|
<key>Modules/CrowdConnectedShared.swiftmodule/arm64-apple-ios.swiftdoc</key>
|
|
28
28
|
<data>
|
|
29
|
-
|
|
29
|
+
ar35lLZFm6ojgcWFFYAWghzszsY=
|
|
30
30
|
</data>
|
|
31
31
|
<key>Modules/CrowdConnectedShared.swiftmodule/arm64-apple-ios.swiftinterface</key>
|
|
32
32
|
<data>
|
|
33
|
-
|
|
33
|
+
Axy2yZ6+h028wAxsKNn4MSIr0zA=
|
|
34
34
|
</data>
|
|
35
35
|
<key>Modules/CrowdConnectedShared.swiftmodule/arm64-apple-ios.swiftmodule</key>
|
|
36
36
|
<data>
|
|
37
|
-
|
|
37
|
+
3f/FaGssCJpEXdIHSfIgPUwSMTg=
|
|
38
38
|
</data>
|
|
39
39
|
<key>Modules/module.modulemap</key>
|
|
40
40
|
<data>
|
|
@@ -65,35 +65,35 @@
|
|
|
65
65
|
<dict>
|
|
66
66
|
<key>hash2</key>
|
|
67
67
|
<data>
|
|
68
|
-
|
|
68
|
+
te085sWS+WhL+33KNE1tYzK5gXChiYUsBinOG2w8Rpg=
|
|
69
69
|
</data>
|
|
70
70
|
</dict>
|
|
71
71
|
<key>Modules/CrowdConnectedShared.swiftmodule/arm64-apple-ios.private.swiftinterface</key>
|
|
72
72
|
<dict>
|
|
73
73
|
<key>hash2</key>
|
|
74
74
|
<data>
|
|
75
|
-
|
|
75
|
+
9b2yJqNkorv5T8kZdbFkkBDn6YtSdi0alMVeV+2cEys=
|
|
76
76
|
</data>
|
|
77
77
|
</dict>
|
|
78
78
|
<key>Modules/CrowdConnectedShared.swiftmodule/arm64-apple-ios.swiftdoc</key>
|
|
79
79
|
<dict>
|
|
80
80
|
<key>hash2</key>
|
|
81
81
|
<data>
|
|
82
|
-
|
|
82
|
+
pRFWdxgRJjmL/bgftoexGHYpQ0RHemkVk6OzDQlhL4Q=
|
|
83
83
|
</data>
|
|
84
84
|
</dict>
|
|
85
85
|
<key>Modules/CrowdConnectedShared.swiftmodule/arm64-apple-ios.swiftinterface</key>
|
|
86
86
|
<dict>
|
|
87
87
|
<key>hash2</key>
|
|
88
88
|
<data>
|
|
89
|
-
|
|
89
|
+
kykmV3kIV0/u5Fp1ro+S63jUCkycC7HM118Bf/tYLxc=
|
|
90
90
|
</data>
|
|
91
91
|
</dict>
|
|
92
92
|
<key>Modules/CrowdConnectedShared.swiftmodule/arm64-apple-ios.swiftmodule</key>
|
|
93
93
|
<dict>
|
|
94
94
|
<key>hash2</key>
|
|
95
95
|
<data>
|
|
96
|
-
|
|
96
|
+
wdM/0uEqwcvUz2D27Ph/uxQblHdNYM8c71MsWl1dJaY=
|
|
97
97
|
</data>
|
|
98
98
|
</dict>
|
|
99
99
|
<key>Modules/module.modulemap</key>
|