@expofp/react-native-efp-crowdconnected 0.1.8 → 0.1.10
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 +14 -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 +19 -1
- 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 -9
- package/src/crowdconnected-location-provider-native-module.tsx +51 -0
- package/src/types.ts +33 -2
|
@@ -203,6 +203,101 @@
|
|
|
203
203
|
"RawDocComment"
|
|
204
204
|
],
|
|
205
205
|
"funcSelfKind": "NonMutating"
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
"kind": "Function",
|
|
209
|
+
"name": "injectLocation",
|
|
210
|
+
"printedName": "injectLocation(lat:lng:accuracyMetres:surfaceId:)",
|
|
211
|
+
"children": [
|
|
212
|
+
{
|
|
213
|
+
"kind": "TypeNominal",
|
|
214
|
+
"name": "Void",
|
|
215
|
+
"printedName": "()"
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
"kind": "TypeNominal",
|
|
219
|
+
"name": "Double",
|
|
220
|
+
"printedName": "Swift.Double",
|
|
221
|
+
"usr": "s:Sd"
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
"kind": "TypeNominal",
|
|
225
|
+
"name": "Double",
|
|
226
|
+
"printedName": "Swift.Double",
|
|
227
|
+
"usr": "s:Sd"
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"kind": "TypeNominal",
|
|
231
|
+
"name": "Float",
|
|
232
|
+
"printedName": "Swift.Float",
|
|
233
|
+
"usr": "s:Sf"
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
"kind": "TypeNominal",
|
|
237
|
+
"name": "Optional",
|
|
238
|
+
"printedName": "Swift.String?",
|
|
239
|
+
"children": [
|
|
240
|
+
{
|
|
241
|
+
"kind": "TypeNominal",
|
|
242
|
+
"name": "String",
|
|
243
|
+
"printedName": "Swift.String",
|
|
244
|
+
"usr": "s:SS"
|
|
245
|
+
}
|
|
246
|
+
],
|
|
247
|
+
"usr": "s:Sq"
|
|
248
|
+
}
|
|
249
|
+
],
|
|
250
|
+
"declKind": "Func",
|
|
251
|
+
"usr": "s:17CrowdConnectedGeoAAC14injectLocation3lat3lng14accuracyMetres9surfaceIdySd_SdSfSSSgtF",
|
|
252
|
+
"mangledName": "$s17CrowdConnectedGeoAAC14injectLocation3lat3lng14accuracyMetres9surfaceIdySd_SdSfSSSgtF",
|
|
253
|
+
"moduleName": "CrowdConnectedGeo",
|
|
254
|
+
"declAttributes": [
|
|
255
|
+
"AccessControl"
|
|
256
|
+
],
|
|
257
|
+
"isFromExtension": true,
|
|
258
|
+
"funcSelfKind": "NonMutating"
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"kind": "Function",
|
|
262
|
+
"name": "onSimulationStarted",
|
|
263
|
+
"printedName": "onSimulationStarted()",
|
|
264
|
+
"children": [
|
|
265
|
+
{
|
|
266
|
+
"kind": "TypeNominal",
|
|
267
|
+
"name": "Void",
|
|
268
|
+
"printedName": "()"
|
|
269
|
+
}
|
|
270
|
+
],
|
|
271
|
+
"declKind": "Func",
|
|
272
|
+
"usr": "s:17CrowdConnectedGeoAAC19onSimulationStartedyyF",
|
|
273
|
+
"mangledName": "$s17CrowdConnectedGeoAAC19onSimulationStartedyyF",
|
|
274
|
+
"moduleName": "CrowdConnectedGeo",
|
|
275
|
+
"declAttributes": [
|
|
276
|
+
"AccessControl"
|
|
277
|
+
],
|
|
278
|
+
"isFromExtension": true,
|
|
279
|
+
"funcSelfKind": "NonMutating"
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
"kind": "Function",
|
|
283
|
+
"name": "onSimulationStopped",
|
|
284
|
+
"printedName": "onSimulationStopped()",
|
|
285
|
+
"children": [
|
|
286
|
+
{
|
|
287
|
+
"kind": "TypeNominal",
|
|
288
|
+
"name": "Void",
|
|
289
|
+
"printedName": "()"
|
|
290
|
+
}
|
|
291
|
+
],
|
|
292
|
+
"declKind": "Func",
|
|
293
|
+
"usr": "s:17CrowdConnectedGeoAAC19onSimulationStoppedyyF",
|
|
294
|
+
"mangledName": "$s17CrowdConnectedGeoAAC19onSimulationStoppedyyF",
|
|
295
|
+
"moduleName": "CrowdConnectedGeo",
|
|
296
|
+
"declAttributes": [
|
|
297
|
+
"AccessControl"
|
|
298
|
+
],
|
|
299
|
+
"isFromExtension": true,
|
|
300
|
+
"funcSelfKind": "NonMutating"
|
|
206
301
|
}
|
|
207
302
|
],
|
|
208
303
|
"declKind": "Class",
|
|
@@ -290,6 +385,13 @@
|
|
|
290
385
|
"printedName": "CustomDebugStringConvertible",
|
|
291
386
|
"usr": "s:s28CustomDebugStringConvertibleP",
|
|
292
387
|
"mangledName": "$ss28CustomDebugStringConvertibleP"
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
"kind": "Conformance",
|
|
391
|
+
"name": "GpsSimulationSink",
|
|
392
|
+
"printedName": "GpsSimulationSink",
|
|
393
|
+
"usr": "s:20CrowdConnectedShared17GpsSimulationSinkP",
|
|
394
|
+
"mangledName": "$s20CrowdConnectedShared17GpsSimulationSinkP"
|
|
293
395
|
}
|
|
294
396
|
]
|
|
295
397
|
},
|
|
@@ -315,128 +417,135 @@
|
|
|
315
417
|
},
|
|
316
418
|
"ConstValues": [
|
|
317
419
|
{
|
|
318
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
420
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/CrowdConnectedGeo\/CrowdConnectedGeo\/Helpers\/LocationUpdatesHandler.swift",
|
|
319
421
|
"kind": "FloatLiteral",
|
|
320
422
|
"offset": 340,
|
|
321
423
|
"length": 3,
|
|
322
424
|
"value": "0.9"
|
|
323
425
|
},
|
|
324
426
|
{
|
|
325
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
427
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/CrowdConnectedGeo\/CrowdConnectedGeo\/Observer\/SurfacesProvider.swift",
|
|
326
428
|
"kind": "Array",
|
|
327
429
|
"offset": 592,
|
|
328
430
|
"length": 2,
|
|
329
431
|
"value": "[]"
|
|
330
432
|
},
|
|
331
433
|
{
|
|
332
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
434
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/CrowdConnectedGeo\/CrowdConnectedGeo\/Helpers\/SequentialDataProcessor.swift",
|
|
333
435
|
"kind": "IntegerLiteral",
|
|
334
436
|
"offset": 179,
|
|
335
437
|
"length": 1,
|
|
336
438
|
"value": "0"
|
|
337
439
|
},
|
|
338
440
|
{
|
|
339
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
441
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/CrowdConnectedGeo\/CrowdConnectedGeo\/Observer\/LocationObserver.swift",
|
|
340
442
|
"kind": "FloatLiteral",
|
|
341
|
-
"offset":
|
|
443
|
+
"offset": 831,
|
|
342
444
|
"length": 4,
|
|
343
445
|
"value": "60.0"
|
|
344
446
|
},
|
|
345
447
|
{
|
|
346
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
448
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/CrowdConnectedGeo\/CrowdConnectedGeo\/Observer\/LocationObserver.swift",
|
|
347
449
|
"kind": "IntegerLiteral",
|
|
348
|
-
"offset":
|
|
450
|
+
"offset": 899,
|
|
349
451
|
"length": 3,
|
|
350
452
|
"value": "300"
|
|
351
453
|
},
|
|
352
454
|
{
|
|
353
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
455
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/CrowdConnectedGeo\/CrowdConnectedGeo\/Observer\/LocationObserver.swift",
|
|
354
456
|
"kind": "IntegerLiteral",
|
|
355
|
-
"offset":
|
|
457
|
+
"offset": 964,
|
|
356
458
|
"length": 2,
|
|
357
459
|
"value": "60"
|
|
358
460
|
},
|
|
359
461
|
{
|
|
360
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
462
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/CrowdConnectedGeo\/CrowdConnectedGeo\/Observer\/LocationObserver.swift",
|
|
463
|
+
"kind": "BooleanLiteral",
|
|
464
|
+
"offset": 1498,
|
|
465
|
+
"length": 5,
|
|
466
|
+
"value": "false"
|
|
467
|
+
},
|
|
468
|
+
{
|
|
469
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/CrowdConnectedGeo\/CrowdConnectedGeo\/Observer\/LocationObserver.swift",
|
|
361
470
|
"kind": "BooleanLiteral",
|
|
362
|
-
"offset":
|
|
471
|
+
"offset": 2228,
|
|
363
472
|
"length": 5,
|
|
364
473
|
"value": "false"
|
|
365
474
|
},
|
|
366
475
|
{
|
|
367
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
476
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/CrowdConnectedGeo\/CrowdConnectedGeo\/Observer\/LocationObserver.swift",
|
|
368
477
|
"kind": "BooleanLiteral",
|
|
369
|
-
"offset":
|
|
478
|
+
"offset": 2279,
|
|
370
479
|
"length": 5,
|
|
371
480
|
"value": "false"
|
|
372
481
|
},
|
|
373
482
|
{
|
|
374
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
483
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/CrowdConnectedGeo\/CrowdConnectedGeo\/Observer\/LocationObserver.swift",
|
|
375
484
|
"kind": "BooleanLiteral",
|
|
376
|
-
"offset":
|
|
485
|
+
"offset": 2322,
|
|
377
486
|
"length": 5,
|
|
378
487
|
"value": "false"
|
|
379
488
|
},
|
|
380
489
|
{
|
|
381
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
490
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/CrowdConnectedGeo\/CrowdConnectedGeo\/Observer\/LocationObserver.swift",
|
|
382
491
|
"kind": "StringLiteral",
|
|
383
|
-
"offset":
|
|
492
|
+
"offset": 2479,
|
|
384
493
|
"length": 122,
|
|
385
494
|
"value": "\"\""
|
|
386
495
|
},
|
|
387
496
|
{
|
|
388
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
497
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/CrowdConnectedGeo\/CrowdConnectedGeo\/Observer\/LocationObserver.swift",
|
|
389
498
|
"kind": "StringLiteral",
|
|
390
|
-
"offset":
|
|
499
|
+
"offset": 2507,
|
|
391
500
|
"length": 5,
|
|
392
501
|
"value": "\" Start monitoring Geo locations at an interval of \""
|
|
393
502
|
},
|
|
394
503
|
{
|
|
395
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
504
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/CrowdConnectedGeo\/CrowdConnectedGeo\/Observer\/LocationObserver.swift",
|
|
396
505
|
"kind": "StringLiteral",
|
|
397
|
-
"offset":
|
|
506
|
+
"offset": 2592,
|
|
398
507
|
"length": 7,
|
|
399
508
|
"value": "\" seconds\""
|
|
400
509
|
},
|
|
401
510
|
{
|
|
402
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
511
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/CrowdConnectedGeo\/CrowdConnectedGeo\/Observer\/LocationObserver.swift",
|
|
403
512
|
"kind": "StringLiteral",
|
|
404
|
-
"offset":
|
|
513
|
+
"offset": 2689,
|
|
405
514
|
"length": 59,
|
|
406
515
|
"value": "\"\""
|
|
407
516
|
},
|
|
408
517
|
{
|
|
409
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
518
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/CrowdConnectedGeo\/CrowdConnectedGeo\/Observer\/LocationObserver.swift",
|
|
410
519
|
"kind": "StringLiteral",
|
|
411
|
-
"offset":
|
|
520
|
+
"offset": 2717,
|
|
412
521
|
"length": 4,
|
|
413
522
|
"value": "\" Stop monitoring Geo locations\""
|
|
414
523
|
},
|
|
415
524
|
{
|
|
416
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
525
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/CrowdConnectedGeo\/CrowdConnectedGeo\/Observer\/LocationObserver.swift",
|
|
417
526
|
"kind": "BooleanLiteral",
|
|
418
|
-
"offset":
|
|
527
|
+
"offset": 2359,
|
|
419
528
|
"length": 5,
|
|
420
529
|
"value": "false"
|
|
421
530
|
},
|
|
422
531
|
{
|
|
423
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
532
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/CrowdConnectedGeo\/CrowdConnectedGeo\/Observer\/LocationObserver.swift",
|
|
424
533
|
"kind": "BooleanLiteral",
|
|
425
|
-
"offset":
|
|
534
|
+
"offset": 3849,
|
|
426
535
|
"length": 4,
|
|
427
536
|
"value": "true"
|
|
428
537
|
},
|
|
429
538
|
{
|
|
430
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
539
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/CrowdConnectedGeo\/CrowdConnectedGeo\/Observer\/LocationObserver.swift",
|
|
431
540
|
"kind": "StringLiteral",
|
|
432
|
-
"offset":
|
|
541
|
+
"offset": 4232,
|
|
433
542
|
"length": 6,
|
|
434
543
|
"value": "\"data\""
|
|
435
544
|
},
|
|
436
545
|
{
|
|
437
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
546
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/CrowdConnectedGeo\/CrowdConnectedGeo\/Observer\/LocationObserver.swift",
|
|
438
547
|
"kind": "StringLiteral",
|
|
439
|
-
"offset":
|
|
548
|
+
"offset": 4308,
|
|
440
549
|
"length": 9,
|
|
441
550
|
"value": "\"publish\""
|
|
442
551
|
}
|
|
@@ -14,3 +14,10 @@ import _SwiftConcurrencyShims
|
|
|
14
14
|
@objc public static func activate()
|
|
15
15
|
@objc deinit
|
|
16
16
|
}
|
|
17
|
+
extension CrowdConnectedGeo.CrowdConnectedGeo : CrowdConnectedShared.GpsSimulationSink {
|
|
18
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
19
|
+
public func injectLocation(lat: Swift.Double, lng: Swift.Double, accuracyMetres: Swift.Float, surfaceId: Swift.String?)
|
|
20
|
+
#endif
|
|
21
|
+
public func onSimulationStarted()
|
|
22
|
+
public func onSimulationStopped()
|
|
23
|
+
}
|
|
@@ -14,3 +14,10 @@ import _SwiftConcurrencyShims
|
|
|
14
14
|
@objc public static func activate()
|
|
15
15
|
@objc deinit
|
|
16
16
|
}
|
|
17
|
+
extension CrowdConnectedGeo.CrowdConnectedGeo : CrowdConnectedShared.GpsSimulationSink {
|
|
18
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
19
|
+
public func injectLocation(lat: Swift.Double, lng: Swift.Double, accuracyMetres: Swift.Float, surfaceId: Swift.String?)
|
|
20
|
+
#endif
|
|
21
|
+
public func onSimulationStarted()
|
|
22
|
+
public func onSimulationStopped()
|
|
23
|
+
}
|
|
@@ -203,6 +203,101 @@
|
|
|
203
203
|
"RawDocComment"
|
|
204
204
|
],
|
|
205
205
|
"funcSelfKind": "NonMutating"
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
"kind": "Function",
|
|
209
|
+
"name": "injectLocation",
|
|
210
|
+
"printedName": "injectLocation(lat:lng:accuracyMetres:surfaceId:)",
|
|
211
|
+
"children": [
|
|
212
|
+
{
|
|
213
|
+
"kind": "TypeNominal",
|
|
214
|
+
"name": "Void",
|
|
215
|
+
"printedName": "()"
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
"kind": "TypeNominal",
|
|
219
|
+
"name": "Double",
|
|
220
|
+
"printedName": "Swift.Double",
|
|
221
|
+
"usr": "s:Sd"
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
"kind": "TypeNominal",
|
|
225
|
+
"name": "Double",
|
|
226
|
+
"printedName": "Swift.Double",
|
|
227
|
+
"usr": "s:Sd"
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"kind": "TypeNominal",
|
|
231
|
+
"name": "Float",
|
|
232
|
+
"printedName": "Swift.Float",
|
|
233
|
+
"usr": "s:Sf"
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
"kind": "TypeNominal",
|
|
237
|
+
"name": "Optional",
|
|
238
|
+
"printedName": "Swift.String?",
|
|
239
|
+
"children": [
|
|
240
|
+
{
|
|
241
|
+
"kind": "TypeNominal",
|
|
242
|
+
"name": "String",
|
|
243
|
+
"printedName": "Swift.String",
|
|
244
|
+
"usr": "s:SS"
|
|
245
|
+
}
|
|
246
|
+
],
|
|
247
|
+
"usr": "s:Sq"
|
|
248
|
+
}
|
|
249
|
+
],
|
|
250
|
+
"declKind": "Func",
|
|
251
|
+
"usr": "s:17CrowdConnectedGeoAAC14injectLocation3lat3lng14accuracyMetres9surfaceIdySd_SdSfSSSgtF",
|
|
252
|
+
"mangledName": "$s17CrowdConnectedGeoAAC14injectLocation3lat3lng14accuracyMetres9surfaceIdySd_SdSfSSSgtF",
|
|
253
|
+
"moduleName": "CrowdConnectedGeo",
|
|
254
|
+
"declAttributes": [
|
|
255
|
+
"AccessControl"
|
|
256
|
+
],
|
|
257
|
+
"isFromExtension": true,
|
|
258
|
+
"funcSelfKind": "NonMutating"
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"kind": "Function",
|
|
262
|
+
"name": "onSimulationStarted",
|
|
263
|
+
"printedName": "onSimulationStarted()",
|
|
264
|
+
"children": [
|
|
265
|
+
{
|
|
266
|
+
"kind": "TypeNominal",
|
|
267
|
+
"name": "Void",
|
|
268
|
+
"printedName": "()"
|
|
269
|
+
}
|
|
270
|
+
],
|
|
271
|
+
"declKind": "Func",
|
|
272
|
+
"usr": "s:17CrowdConnectedGeoAAC19onSimulationStartedyyF",
|
|
273
|
+
"mangledName": "$s17CrowdConnectedGeoAAC19onSimulationStartedyyF",
|
|
274
|
+
"moduleName": "CrowdConnectedGeo",
|
|
275
|
+
"declAttributes": [
|
|
276
|
+
"AccessControl"
|
|
277
|
+
],
|
|
278
|
+
"isFromExtension": true,
|
|
279
|
+
"funcSelfKind": "NonMutating"
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
"kind": "Function",
|
|
283
|
+
"name": "onSimulationStopped",
|
|
284
|
+
"printedName": "onSimulationStopped()",
|
|
285
|
+
"children": [
|
|
286
|
+
{
|
|
287
|
+
"kind": "TypeNominal",
|
|
288
|
+
"name": "Void",
|
|
289
|
+
"printedName": "()"
|
|
290
|
+
}
|
|
291
|
+
],
|
|
292
|
+
"declKind": "Func",
|
|
293
|
+
"usr": "s:17CrowdConnectedGeoAAC19onSimulationStoppedyyF",
|
|
294
|
+
"mangledName": "$s17CrowdConnectedGeoAAC19onSimulationStoppedyyF",
|
|
295
|
+
"moduleName": "CrowdConnectedGeo",
|
|
296
|
+
"declAttributes": [
|
|
297
|
+
"AccessControl"
|
|
298
|
+
],
|
|
299
|
+
"isFromExtension": true,
|
|
300
|
+
"funcSelfKind": "NonMutating"
|
|
206
301
|
}
|
|
207
302
|
],
|
|
208
303
|
"declKind": "Class",
|
|
@@ -290,6 +385,13 @@
|
|
|
290
385
|
"printedName": "CustomDebugStringConvertible",
|
|
291
386
|
"usr": "s:s28CustomDebugStringConvertibleP",
|
|
292
387
|
"mangledName": "$ss28CustomDebugStringConvertibleP"
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
"kind": "Conformance",
|
|
391
|
+
"name": "GpsSimulationSink",
|
|
392
|
+
"printedName": "GpsSimulationSink",
|
|
393
|
+
"usr": "s:20CrowdConnectedShared17GpsSimulationSinkP",
|
|
394
|
+
"mangledName": "$s20CrowdConnectedShared17GpsSimulationSinkP"
|
|
293
395
|
}
|
|
294
396
|
]
|
|
295
397
|
},
|
|
@@ -315,128 +417,135 @@
|
|
|
315
417
|
},
|
|
316
418
|
"ConstValues": [
|
|
317
419
|
{
|
|
318
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
420
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/CrowdConnectedGeo\/CrowdConnectedGeo\/Helpers\/LocationUpdatesHandler.swift",
|
|
319
421
|
"kind": "FloatLiteral",
|
|
320
422
|
"offset": 340,
|
|
321
423
|
"length": 3,
|
|
322
424
|
"value": "0.9"
|
|
323
425
|
},
|
|
324
426
|
{
|
|
325
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
427
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/CrowdConnectedGeo\/CrowdConnectedGeo\/Observer\/SurfacesProvider.swift",
|
|
326
428
|
"kind": "Array",
|
|
327
429
|
"offset": 592,
|
|
328
430
|
"length": 2,
|
|
329
431
|
"value": "[]"
|
|
330
432
|
},
|
|
331
433
|
{
|
|
332
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
434
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/CrowdConnectedGeo\/CrowdConnectedGeo\/Helpers\/SequentialDataProcessor.swift",
|
|
333
435
|
"kind": "IntegerLiteral",
|
|
334
436
|
"offset": 179,
|
|
335
437
|
"length": 1,
|
|
336
438
|
"value": "0"
|
|
337
439
|
},
|
|
338
440
|
{
|
|
339
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
441
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/CrowdConnectedGeo\/CrowdConnectedGeo\/Observer\/LocationObserver.swift",
|
|
340
442
|
"kind": "FloatLiteral",
|
|
341
|
-
"offset":
|
|
443
|
+
"offset": 831,
|
|
342
444
|
"length": 4,
|
|
343
445
|
"value": "60.0"
|
|
344
446
|
},
|
|
345
447
|
{
|
|
346
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
448
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/CrowdConnectedGeo\/CrowdConnectedGeo\/Observer\/LocationObserver.swift",
|
|
347
449
|
"kind": "IntegerLiteral",
|
|
348
|
-
"offset":
|
|
450
|
+
"offset": 899,
|
|
349
451
|
"length": 3,
|
|
350
452
|
"value": "300"
|
|
351
453
|
},
|
|
352
454
|
{
|
|
353
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
455
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/CrowdConnectedGeo\/CrowdConnectedGeo\/Observer\/LocationObserver.swift",
|
|
354
456
|
"kind": "IntegerLiteral",
|
|
355
|
-
"offset":
|
|
457
|
+
"offset": 964,
|
|
356
458
|
"length": 2,
|
|
357
459
|
"value": "60"
|
|
358
460
|
},
|
|
359
461
|
{
|
|
360
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
462
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/CrowdConnectedGeo\/CrowdConnectedGeo\/Observer\/LocationObserver.swift",
|
|
463
|
+
"kind": "BooleanLiteral",
|
|
464
|
+
"offset": 1498,
|
|
465
|
+
"length": 5,
|
|
466
|
+
"value": "false"
|
|
467
|
+
},
|
|
468
|
+
{
|
|
469
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/CrowdConnectedGeo\/CrowdConnectedGeo\/Observer\/LocationObserver.swift",
|
|
361
470
|
"kind": "BooleanLiteral",
|
|
362
|
-
"offset":
|
|
471
|
+
"offset": 2228,
|
|
363
472
|
"length": 5,
|
|
364
473
|
"value": "false"
|
|
365
474
|
},
|
|
366
475
|
{
|
|
367
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
476
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/CrowdConnectedGeo\/CrowdConnectedGeo\/Observer\/LocationObserver.swift",
|
|
368
477
|
"kind": "BooleanLiteral",
|
|
369
|
-
"offset":
|
|
478
|
+
"offset": 2279,
|
|
370
479
|
"length": 5,
|
|
371
480
|
"value": "false"
|
|
372
481
|
},
|
|
373
482
|
{
|
|
374
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
483
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/CrowdConnectedGeo\/CrowdConnectedGeo\/Observer\/LocationObserver.swift",
|
|
375
484
|
"kind": "BooleanLiteral",
|
|
376
|
-
"offset":
|
|
485
|
+
"offset": 2322,
|
|
377
486
|
"length": 5,
|
|
378
487
|
"value": "false"
|
|
379
488
|
},
|
|
380
489
|
{
|
|
381
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
490
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/CrowdConnectedGeo\/CrowdConnectedGeo\/Observer\/LocationObserver.swift",
|
|
382
491
|
"kind": "StringLiteral",
|
|
383
|
-
"offset":
|
|
492
|
+
"offset": 2479,
|
|
384
493
|
"length": 122,
|
|
385
494
|
"value": "\"\""
|
|
386
495
|
},
|
|
387
496
|
{
|
|
388
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
497
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/CrowdConnectedGeo\/CrowdConnectedGeo\/Observer\/LocationObserver.swift",
|
|
389
498
|
"kind": "StringLiteral",
|
|
390
|
-
"offset":
|
|
499
|
+
"offset": 2507,
|
|
391
500
|
"length": 5,
|
|
392
501
|
"value": "\" Start monitoring Geo locations at an interval of \""
|
|
393
502
|
},
|
|
394
503
|
{
|
|
395
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
504
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/CrowdConnectedGeo\/CrowdConnectedGeo\/Observer\/LocationObserver.swift",
|
|
396
505
|
"kind": "StringLiteral",
|
|
397
|
-
"offset":
|
|
506
|
+
"offset": 2592,
|
|
398
507
|
"length": 7,
|
|
399
508
|
"value": "\" seconds\""
|
|
400
509
|
},
|
|
401
510
|
{
|
|
402
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
511
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/CrowdConnectedGeo\/CrowdConnectedGeo\/Observer\/LocationObserver.swift",
|
|
403
512
|
"kind": "StringLiteral",
|
|
404
|
-
"offset":
|
|
513
|
+
"offset": 2689,
|
|
405
514
|
"length": 59,
|
|
406
515
|
"value": "\"\""
|
|
407
516
|
},
|
|
408
517
|
{
|
|
409
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
518
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/CrowdConnectedGeo\/CrowdConnectedGeo\/Observer\/LocationObserver.swift",
|
|
410
519
|
"kind": "StringLiteral",
|
|
411
|
-
"offset":
|
|
520
|
+
"offset": 2717,
|
|
412
521
|
"length": 4,
|
|
413
522
|
"value": "\" Stop monitoring Geo locations\""
|
|
414
523
|
},
|
|
415
524
|
{
|
|
416
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
525
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/CrowdConnectedGeo\/CrowdConnectedGeo\/Observer\/LocationObserver.swift",
|
|
417
526
|
"kind": "BooleanLiteral",
|
|
418
|
-
"offset":
|
|
527
|
+
"offset": 2359,
|
|
419
528
|
"length": 5,
|
|
420
529
|
"value": "false"
|
|
421
530
|
},
|
|
422
531
|
{
|
|
423
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
532
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/CrowdConnectedGeo\/CrowdConnectedGeo\/Observer\/LocationObserver.swift",
|
|
424
533
|
"kind": "BooleanLiteral",
|
|
425
|
-
"offset":
|
|
534
|
+
"offset": 3849,
|
|
426
535
|
"length": 4,
|
|
427
536
|
"value": "true"
|
|
428
537
|
},
|
|
429
538
|
{
|
|
430
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
539
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/CrowdConnectedGeo\/CrowdConnectedGeo\/Observer\/LocationObserver.swift",
|
|
431
540
|
"kind": "StringLiteral",
|
|
432
|
-
"offset":
|
|
541
|
+
"offset": 4232,
|
|
433
542
|
"length": 6,
|
|
434
543
|
"value": "\"data\""
|
|
435
544
|
},
|
|
436
545
|
{
|
|
437
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
546
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/CrowdConnectedGeo\/CrowdConnectedGeo\/Observer\/LocationObserver.swift",
|
|
438
547
|
"kind": "StringLiteral",
|
|
439
|
-
"offset":
|
|
548
|
+
"offset": 4308,
|
|
440
549
|
"length": 9,
|
|
441
550
|
"value": "\"publish\""
|
|
442
551
|
}
|
|
@@ -14,3 +14,10 @@ import _SwiftConcurrencyShims
|
|
|
14
14
|
@objc public static func activate()
|
|
15
15
|
@objc deinit
|
|
16
16
|
}
|
|
17
|
+
extension CrowdConnectedGeo.CrowdConnectedGeo : CrowdConnectedShared.GpsSimulationSink {
|
|
18
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
19
|
+
public func injectLocation(lat: Swift.Double, lng: Swift.Double, accuracyMetres: Swift.Float, surfaceId: Swift.String?)
|
|
20
|
+
#endif
|
|
21
|
+
public func onSimulationStarted()
|
|
22
|
+
public func onSimulationStopped()
|
|
23
|
+
}
|
|
@@ -14,3 +14,10 @@ import _SwiftConcurrencyShims
|
|
|
14
14
|
@objc public static func activate()
|
|
15
15
|
@objc deinit
|
|
16
16
|
}
|
|
17
|
+
extension CrowdConnectedGeo.CrowdConnectedGeo : CrowdConnectedShared.GpsSimulationSink {
|
|
18
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
19
|
+
public func injectLocation(lat: Swift.Double, lng: Swift.Double, accuracyMetres: Swift.Float, surfaceId: Swift.String?)
|
|
20
|
+
#endif
|
|
21
|
+
public func onSimulationStarted()
|
|
22
|
+
public func onSimulationStopped()
|
|
23
|
+
}
|