@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
|
@@ -199,7 +199,10 @@
|
|
|
199
199
|
"name": "UIKit",
|
|
200
200
|
"printedName": "UIKit",
|
|
201
201
|
"declKind": "Import",
|
|
202
|
-
"moduleName": "CrowdConnectedIPS"
|
|
202
|
+
"moduleName": "CrowdConnectedIPS",
|
|
203
|
+
"declAttributes": [
|
|
204
|
+
"AccessControl"
|
|
205
|
+
]
|
|
203
206
|
},
|
|
204
207
|
{
|
|
205
208
|
"kind": "Import",
|
|
@@ -216,14 +219,20 @@
|
|
|
216
219
|
"name": "CoreMotion",
|
|
217
220
|
"printedName": "CoreMotion",
|
|
218
221
|
"declKind": "Import",
|
|
219
|
-
"moduleName": "CrowdConnectedIPS"
|
|
222
|
+
"moduleName": "CrowdConnectedIPS",
|
|
223
|
+
"declAttributes": [
|
|
224
|
+
"AccessControl"
|
|
225
|
+
]
|
|
220
226
|
},
|
|
221
227
|
{
|
|
222
228
|
"kind": "Import",
|
|
223
229
|
"name": "UIKit",
|
|
224
230
|
"printedName": "UIKit",
|
|
225
231
|
"declKind": "Import",
|
|
226
|
-
"moduleName": "CrowdConnectedIPS"
|
|
232
|
+
"moduleName": "CrowdConnectedIPS",
|
|
233
|
+
"declAttributes": [
|
|
234
|
+
"AccessControl"
|
|
235
|
+
]
|
|
227
236
|
},
|
|
228
237
|
{
|
|
229
238
|
"kind": "Import",
|
|
@@ -366,7 +375,10 @@
|
|
|
366
375
|
"name": "CoreMotion",
|
|
367
376
|
"printedName": "CoreMotion",
|
|
368
377
|
"declKind": "Import",
|
|
369
|
-
"moduleName": "CrowdConnectedIPS"
|
|
378
|
+
"moduleName": "CrowdConnectedIPS",
|
|
379
|
+
"declAttributes": [
|
|
380
|
+
"AccessControl"
|
|
381
|
+
]
|
|
370
382
|
},
|
|
371
383
|
{
|
|
372
384
|
"kind": "Import",
|
|
@@ -600,6 +612,108 @@
|
|
|
600
612
|
"accessorKind": "get"
|
|
601
613
|
}
|
|
602
614
|
]
|
|
615
|
+
},
|
|
616
|
+
{
|
|
617
|
+
"kind": "Function",
|
|
618
|
+
"name": "onSimulationStarted",
|
|
619
|
+
"printedName": "onSimulationStarted()",
|
|
620
|
+
"children": [
|
|
621
|
+
{
|
|
622
|
+
"kind": "TypeNominal",
|
|
623
|
+
"name": "Void",
|
|
624
|
+
"printedName": "()"
|
|
625
|
+
}
|
|
626
|
+
],
|
|
627
|
+
"declKind": "Func",
|
|
628
|
+
"usr": "s:17CrowdConnectedIPSAAC19onSimulationStartedyyF",
|
|
629
|
+
"mangledName": "$s17CrowdConnectedIPSAAC19onSimulationStartedyyF",
|
|
630
|
+
"moduleName": "CrowdConnectedIPS",
|
|
631
|
+
"declAttributes": [
|
|
632
|
+
"AccessControl"
|
|
633
|
+
],
|
|
634
|
+
"isFromExtension": true,
|
|
635
|
+
"funcSelfKind": "NonMutating"
|
|
636
|
+
},
|
|
637
|
+
{
|
|
638
|
+
"kind": "Function",
|
|
639
|
+
"name": "onSimulationStopped",
|
|
640
|
+
"printedName": "onSimulationStopped()",
|
|
641
|
+
"children": [
|
|
642
|
+
{
|
|
643
|
+
"kind": "TypeNominal",
|
|
644
|
+
"name": "Void",
|
|
645
|
+
"printedName": "()"
|
|
646
|
+
}
|
|
647
|
+
],
|
|
648
|
+
"declKind": "Func",
|
|
649
|
+
"usr": "s:17CrowdConnectedIPSAAC19onSimulationStoppedyyF",
|
|
650
|
+
"mangledName": "$s17CrowdConnectedIPSAAC19onSimulationStoppedyyF",
|
|
651
|
+
"moduleName": "CrowdConnectedIPS",
|
|
652
|
+
"declAttributes": [
|
|
653
|
+
"AccessControl"
|
|
654
|
+
],
|
|
655
|
+
"isFromExtension": true,
|
|
656
|
+
"funcSelfKind": "NonMutating"
|
|
657
|
+
},
|
|
658
|
+
{
|
|
659
|
+
"kind": "Function",
|
|
660
|
+
"name": "injectIpsPosition",
|
|
661
|
+
"printedName": "injectIpsPosition(xMetres:yMetres:latitude:longitude:surfaceId:)",
|
|
662
|
+
"children": [
|
|
663
|
+
{
|
|
664
|
+
"kind": "TypeNominal",
|
|
665
|
+
"name": "Void",
|
|
666
|
+
"printedName": "()"
|
|
667
|
+
},
|
|
668
|
+
{
|
|
669
|
+
"kind": "TypeNominal",
|
|
670
|
+
"name": "Double",
|
|
671
|
+
"printedName": "Swift.Double",
|
|
672
|
+
"usr": "s:Sd"
|
|
673
|
+
},
|
|
674
|
+
{
|
|
675
|
+
"kind": "TypeNominal",
|
|
676
|
+
"name": "Double",
|
|
677
|
+
"printedName": "Swift.Double",
|
|
678
|
+
"usr": "s:Sd"
|
|
679
|
+
},
|
|
680
|
+
{
|
|
681
|
+
"kind": "TypeNominal",
|
|
682
|
+
"name": "Double",
|
|
683
|
+
"printedName": "Swift.Double",
|
|
684
|
+
"usr": "s:Sd"
|
|
685
|
+
},
|
|
686
|
+
{
|
|
687
|
+
"kind": "TypeNominal",
|
|
688
|
+
"name": "Double",
|
|
689
|
+
"printedName": "Swift.Double",
|
|
690
|
+
"usr": "s:Sd"
|
|
691
|
+
},
|
|
692
|
+
{
|
|
693
|
+
"kind": "TypeNominal",
|
|
694
|
+
"name": "Optional",
|
|
695
|
+
"printedName": "Swift.String?",
|
|
696
|
+
"children": [
|
|
697
|
+
{
|
|
698
|
+
"kind": "TypeNominal",
|
|
699
|
+
"name": "String",
|
|
700
|
+
"printedName": "Swift.String",
|
|
701
|
+
"usr": "s:SS"
|
|
702
|
+
}
|
|
703
|
+
],
|
|
704
|
+
"usr": "s:Sq"
|
|
705
|
+
}
|
|
706
|
+
],
|
|
707
|
+
"declKind": "Func",
|
|
708
|
+
"usr": "s:17CrowdConnectedIPSAAC17injectIpsPosition7xMetres01yG08latitude9longitude9surfaceIdySd_S3dSSSgtF",
|
|
709
|
+
"mangledName": "$s17CrowdConnectedIPSAAC17injectIpsPosition7xMetres01yG08latitude9longitude9surfaceIdySd_S3dSSSgtF",
|
|
710
|
+
"moduleName": "CrowdConnectedIPS",
|
|
711
|
+
"declAttributes": [
|
|
712
|
+
"AccessControl",
|
|
713
|
+
"RawDocComment"
|
|
714
|
+
],
|
|
715
|
+
"isFromExtension": true,
|
|
716
|
+
"funcSelfKind": "NonMutating"
|
|
603
717
|
}
|
|
604
718
|
],
|
|
605
719
|
"declKind": "Class",
|
|
@@ -687,6 +801,13 @@
|
|
|
687
801
|
"printedName": "CustomDebugStringConvertible",
|
|
688
802
|
"usr": "s:s28CustomDebugStringConvertibleP",
|
|
689
803
|
"mangledName": "$ss28CustomDebugStringConvertibleP"
|
|
804
|
+
},
|
|
805
|
+
{
|
|
806
|
+
"kind": "Conformance",
|
|
807
|
+
"name": "IpsSimulationSink",
|
|
808
|
+
"printedName": "IpsSimulationSink",
|
|
809
|
+
"usr": "s:20CrowdConnectedShared17IpsSimulationSinkP",
|
|
810
|
+
"mangledName": "$s20CrowdConnectedShared17IpsSimulationSinkP"
|
|
690
811
|
}
|
|
691
812
|
]
|
|
692
813
|
},
|
|
@@ -759,8 +880,8 @@
|
|
|
759
880
|
},
|
|
760
881
|
{
|
|
761
882
|
"kind": "Import",
|
|
762
|
-
"name": "
|
|
763
|
-
"printedName": "
|
|
883
|
+
"name": "Foundation",
|
|
884
|
+
"printedName": "Foundation",
|
|
764
885
|
"declKind": "Import",
|
|
765
886
|
"moduleName": "CrowdConnectedIPS",
|
|
766
887
|
"declAttributes": [
|
|
@@ -769,17 +890,20 @@
|
|
|
769
890
|
},
|
|
770
891
|
{
|
|
771
892
|
"kind": "Import",
|
|
772
|
-
"name": "
|
|
773
|
-
"printedName": "
|
|
893
|
+
"name": "CrowdConnectedShared",
|
|
894
|
+
"printedName": "CrowdConnectedShared",
|
|
774
895
|
"declKind": "Import",
|
|
775
896
|
"moduleName": "CrowdConnectedIPS"
|
|
776
897
|
},
|
|
777
898
|
{
|
|
778
899
|
"kind": "Import",
|
|
779
|
-
"name": "
|
|
780
|
-
"printedName": "
|
|
900
|
+
"name": "UIKit",
|
|
901
|
+
"printedName": "UIKit",
|
|
781
902
|
"declKind": "Import",
|
|
782
|
-
"moduleName": "CrowdConnectedIPS"
|
|
903
|
+
"moduleName": "CrowdConnectedIPS",
|
|
904
|
+
"declAttributes": [
|
|
905
|
+
"AccessControl"
|
|
906
|
+
]
|
|
783
907
|
},
|
|
784
908
|
{
|
|
785
909
|
"kind": "Import",
|
|
@@ -806,555 +930,569 @@
|
|
|
806
930
|
},
|
|
807
931
|
"ConstValues": [
|
|
808
932
|
{
|
|
809
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
933
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorIPS\/CrowdConnectedIPS\/MotionManagement\/StepsObserver\/ProcessStages\/StepCounterScoringStage.swift",
|
|
810
934
|
"kind": "IntegerLiteral",
|
|
811
935
|
"offset": 236,
|
|
812
936
|
"length": 2,
|
|
813
937
|
"value": "35"
|
|
814
938
|
},
|
|
815
939
|
{
|
|
816
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
940
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorIPS\/CrowdConnectedIPS\/BeaconsManagement\/BeaconsManagerObserver.swift",
|
|
941
|
+
"kind": "BooleanLiteral",
|
|
942
|
+
"offset": 729,
|
|
943
|
+
"length": 5,
|
|
944
|
+
"value": "false"
|
|
945
|
+
},
|
|
946
|
+
{
|
|
947
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorIPS\/CrowdConnectedIPS\/BeaconsManagement\/BeaconsManagerObserver.swift",
|
|
817
948
|
"kind": "Dictionary",
|
|
818
|
-
"offset":
|
|
949
|
+
"offset": 853,
|
|
819
950
|
"length": 3,
|
|
820
951
|
"value": "[]"
|
|
821
952
|
},
|
|
822
953
|
{
|
|
823
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
954
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorIPS\/CrowdConnectedIPS\/BeaconsManagement\/BeaconsManagerObserver.swift",
|
|
824
955
|
"kind": "FloatLiteral",
|
|
825
|
-
"offset":
|
|
956
|
+
"offset": 911,
|
|
826
957
|
"length": 3,
|
|
827
958
|
"value": "2.0"
|
|
828
959
|
},
|
|
829
960
|
{
|
|
830
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
961
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorIPS\/CrowdConnectedIPS\/BeaconsManagement\/BeaconsManagerObserver.swift",
|
|
831
962
|
"kind": "IntegerLiteral",
|
|
832
|
-
"offset":
|
|
963
|
+
"offset": 982,
|
|
833
964
|
"length": 1,
|
|
834
965
|
"value": "5"
|
|
835
966
|
},
|
|
836
967
|
{
|
|
837
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
968
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorIPS\/CrowdConnectedIPS\/BeaconsManagement\/BeaconsManagerObserver.swift",
|
|
838
969
|
"kind": "FloatLiteral",
|
|
839
|
-
"offset":
|
|
970
|
+
"offset": 1079,
|
|
840
971
|
"length": 4,
|
|
841
972
|
"value": "10.0"
|
|
842
973
|
},
|
|
843
974
|
{
|
|
844
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
975
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorIPS\/CrowdConnectedIPS\/BeaconsManagement\/BeaconsManagerObserver.swift",
|
|
845
976
|
"kind": "IntegerLiteral",
|
|
846
|
-
"offset":
|
|
977
|
+
"offset": 1170,
|
|
847
978
|
"length": 1,
|
|
848
979
|
"value": "0"
|
|
849
980
|
},
|
|
850
981
|
{
|
|
851
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
982
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorIPS\/CrowdConnectedIPS\/BeaconsManagement\/BeaconsManagerObserver.swift",
|
|
852
983
|
"kind": "BooleanLiteral",
|
|
853
|
-
"offset":
|
|
984
|
+
"offset": 1224,
|
|
854
985
|
"length": 5,
|
|
855
986
|
"value": "false"
|
|
856
987
|
},
|
|
857
988
|
{
|
|
858
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
989
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorIPS\/CrowdConnectedIPS\/BeaconsManagement\/BeaconsManagerObserver.swift",
|
|
859
990
|
"kind": "BooleanLiteral",
|
|
860
|
-
"offset":
|
|
991
|
+
"offset": 2588,
|
|
861
992
|
"length": 5,
|
|
862
993
|
"value": "false"
|
|
863
994
|
},
|
|
864
995
|
{
|
|
865
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
996
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorIPS\/CrowdConnectedIPS\/BeaconsManagement\/BeaconsManagerObserver.swift",
|
|
866
997
|
"kind": "FloatLiteral",
|
|
867
|
-
"offset":
|
|
998
|
+
"offset": 2624,
|
|
868
999
|
"length": 3,
|
|
869
1000
|
"value": "2.0"
|
|
870
1001
|
},
|
|
871
1002
|
{
|
|
872
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
1003
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorIPS\/CrowdConnectedIPS\/BeaconsManagement\/BeaconsManagerObserver.swift",
|
|
873
1004
|
"kind": "IntegerLiteral",
|
|
874
|
-
"offset":
|
|
1005
|
+
"offset": 2650,
|
|
875
1006
|
"length": 1,
|
|
876
1007
|
"value": "5"
|
|
877
1008
|
},
|
|
878
1009
|
{
|
|
879
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
1010
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorIPS\/CrowdConnectedIPS\/MotionManagement\/StepsObserver\/Models\/SynchronizedArray.swift",
|
|
880
1011
|
"kind": "Array",
|
|
881
1012
|
"offset": 228,
|
|
882
1013
|
"length": 2,
|
|
883
1014
|
"value": "[]"
|
|
884
1015
|
},
|
|
885
1016
|
{
|
|
886
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
1017
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorIPS\/CrowdConnectedIPS\/MotionManagement\/StepsObserver\/Models\/SynchronizedArray.swift",
|
|
887
1018
|
"kind": "StringLiteral",
|
|
888
1019
|
"offset": 282,
|
|
889
1020
|
"length": 25,
|
|
890
1021
|
"value": "\"SynchronizedArrayAccess\""
|
|
891
1022
|
},
|
|
892
1023
|
{
|
|
893
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
1024
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorIPS\/CrowdConnectedIPS\/BeaconsManagement\/EddystoneManagerObserver.swift",
|
|
1025
|
+
"kind": "BooleanLiteral",
|
|
1026
|
+
"offset": 385,
|
|
1027
|
+
"length": 5,
|
|
1028
|
+
"value": "false"
|
|
1029
|
+
},
|
|
1030
|
+
{
|
|
1031
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorIPS\/CrowdConnectedIPS\/BeaconsManagement\/SurfacesProvider.swift",
|
|
894
1032
|
"kind": "Array",
|
|
895
1033
|
"offset": 544,
|
|
896
1034
|
"length": 2,
|
|
897
1035
|
"value": "[]"
|
|
898
1036
|
},
|
|
899
1037
|
{
|
|
900
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
1038
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorIPS\/CrowdConnectedIPS\/Positioner\/PositionUpdater.swift",
|
|
901
1039
|
"kind": "FloatLiteral",
|
|
902
1040
|
"offset": 452,
|
|
903
1041
|
"length": 12,
|
|
904
1042
|
"value": "111132.95255"
|
|
905
1043
|
},
|
|
906
1044
|
{
|
|
907
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
1045
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorIPS\/CrowdConnectedIPS\/Positioner\/PositionUpdater.swift",
|
|
908
1046
|
"kind": "FloatLiteral",
|
|
909
1047
|
"offset": 486,
|
|
910
1048
|
"length": 10,
|
|
911
1049
|
"value": "-559.84957"
|
|
912
1050
|
},
|
|
913
1051
|
{
|
|
914
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
1052
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorIPS\/CrowdConnectedIPS\/Positioner\/PositionUpdater.swift",
|
|
915
1053
|
"kind": "FloatLiteral",
|
|
916
1054
|
"offset": 518,
|
|
917
1055
|
"length": 7,
|
|
918
1056
|
"value": "1.17514"
|
|
919
1057
|
},
|
|
920
1058
|
{
|
|
921
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
1059
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorIPS\/CrowdConnectedIPS\/Positioner\/PositionUpdater.swift",
|
|
922
1060
|
"kind": "FloatLiteral",
|
|
923
1061
|
"offset": 547,
|
|
924
1062
|
"length": 8,
|
|
925
1063
|
"value": "-0.00230"
|
|
926
1064
|
},
|
|
927
1065
|
{
|
|
928
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
1066
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorIPS\/CrowdConnectedIPS\/Positioner\/PositionUpdater.swift",
|
|
929
1067
|
"kind": "FloatLiteral",
|
|
930
1068
|
"offset": 577,
|
|
931
1069
|
"length": 12,
|
|
932
1070
|
"value": "111412.87733"
|
|
933
1071
|
},
|
|
934
1072
|
{
|
|
935
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
1073
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorIPS\/CrowdConnectedIPS\/Positioner\/PositionUpdater.swift",
|
|
936
1074
|
"kind": "FloatLiteral",
|
|
937
1075
|
"offset": 611,
|
|
938
1076
|
"length": 9,
|
|
939
1077
|
"value": "-93.50412"
|
|
940
1078
|
},
|
|
941
1079
|
{
|
|
942
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
1080
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorIPS\/CrowdConnectedIPS\/Positioner\/PositionUpdater.swift",
|
|
943
1081
|
"kind": "FloatLiteral",
|
|
944
1082
|
"offset": 642,
|
|
945
1083
|
"length": 7,
|
|
946
1084
|
"value": "0.11774"
|
|
947
1085
|
},
|
|
948
1086
|
{
|
|
949
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
1087
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorIPS\/CrowdConnectedIPS\/Positioner\/PositionUpdater.swift",
|
|
950
1088
|
"kind": "FloatLiteral",
|
|
951
1089
|
"offset": 671,
|
|
952
1090
|
"length": 9,
|
|
953
1091
|
"value": "-0.000165"
|
|
954
1092
|
},
|
|
955
1093
|
{
|
|
956
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
1094
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorIPS\/CrowdConnectedIPS\/Positioner\/PositionUpdater.swift",
|
|
957
1095
|
"kind": "IntegerLiteral",
|
|
958
1096
|
"offset": 6328,
|
|
959
1097
|
"length": 1,
|
|
960
1098
|
"value": "0"
|
|
961
1099
|
},
|
|
962
1100
|
{
|
|
963
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
1101
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorIPS\/CrowdConnectedIPS\/Positioner\/PositionUpdater.swift",
|
|
964
1102
|
"kind": "IntegerLiteral",
|
|
965
1103
|
"offset": 6342,
|
|
966
1104
|
"length": 1,
|
|
967
1105
|
"value": "0"
|
|
968
1106
|
},
|
|
969
1107
|
{
|
|
970
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
1108
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorIPS\/CrowdConnectedIPS\/MotionManagement\/StepsObserver\/StepsObserver.swift",
|
|
971
1109
|
"kind": "FloatLiteral",
|
|
972
|
-
"offset":
|
|
1110
|
+
"offset": 567,
|
|
973
1111
|
"length": 3,
|
|
974
1112
|
"value": "1.0"
|
|
975
1113
|
},
|
|
976
1114
|
{
|
|
977
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
1115
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorIPS\/CrowdConnectedIPS\/MotionManagement\/StepsObserver\/StepsObserver.swift",
|
|
978
1116
|
"kind": "FloatLiteral",
|
|
979
|
-
"offset":
|
|
1117
|
+
"offset": 573,
|
|
980
1118
|
"length": 5,
|
|
981
1119
|
"value": "100.0"
|
|
982
1120
|
},
|
|
983
1121
|
{
|
|
984
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
1122
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorIPS\/CrowdConnectedIPS\/MotionManagement\/StepsObserver\/StepsObserver.swift",
|
|
985
1123
|
"kind": "IntegerLiteral",
|
|
986
|
-
"offset":
|
|
1124
|
+
"offset": 669,
|
|
987
1125
|
"length": 1,
|
|
988
1126
|
"value": "2"
|
|
989
1127
|
},
|
|
990
1128
|
{
|
|
991
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
1129
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorIPS\/CrowdConnectedIPS\/MotionManagement\/StepsObserver\/StepsObserver.swift",
|
|
992
1130
|
"kind": "IntegerLiteral",
|
|
993
|
-
"offset":
|
|
1131
|
+
"offset": 747,
|
|
994
1132
|
"length": 1,
|
|
995
1133
|
"value": "2"
|
|
996
1134
|
},
|
|
997
1135
|
{
|
|
998
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
1136
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorIPS\/CrowdConnectedIPS\/MotionManagement\/StepsObserver\/StepsObserver.swift",
|
|
999
1137
|
"kind": "BooleanLiteral",
|
|
1000
|
-
"offset":
|
|
1138
|
+
"offset": 917,
|
|
1001
1139
|
"length": 5,
|
|
1002
1140
|
"value": "false"
|
|
1003
1141
|
},
|
|
1004
1142
|
{
|
|
1005
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
1143
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorIPS\/CrowdConnectedIPS\/MotionManagement\/StepsObserver\/StepsObserver.swift",
|
|
1006
1144
|
"kind": "BooleanLiteral",
|
|
1007
|
-
"offset":
|
|
1145
|
+
"offset": 958,
|
|
1008
1146
|
"length": 4,
|
|
1009
1147
|
"value": "true"
|
|
1010
1148
|
},
|
|
1011
1149
|
{
|
|
1012
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
1150
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorIPS\/CrowdConnectedIPS\/MotionManagement\/StepsObserver\/StepsObserver.swift",
|
|
1013
1151
|
"kind": "IntegerLiteral",
|
|
1014
|
-
"offset":
|
|
1152
|
+
"offset": 1155,
|
|
1015
1153
|
"length": 3,
|
|
1016
1154
|
"value": "100"
|
|
1017
1155
|
},
|
|
1018
1156
|
{
|
|
1019
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
1157
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorIPS\/CrowdConnectedIPS\/MotionManagement\/StepsObserver\/StepsObserver.swift",
|
|
1020
1158
|
"kind": "StringLiteral",
|
|
1021
|
-
"offset":
|
|
1159
|
+
"offset": 1280,
|
|
1022
1160
|
"length": 46,
|
|
1023
1161
|
"value": "\"CrowdConnectedIPS.AccelerometerUpdates.Queue\""
|
|
1024
1162
|
},
|
|
1025
1163
|
{
|
|
1026
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
1164
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorIPS\/CrowdConnectedIPS\/MotionManagement\/StepsObserver\/StepsObserver.swift",
|
|
1027
1165
|
"kind": "StringLiteral",
|
|
1028
|
-
"offset":
|
|
1166
|
+
"offset": 1524,
|
|
1029
1167
|
"length": 39,
|
|
1030
1168
|
"value": "\"CrowdConnectedIPS.MotionUpdates.Queue\""
|
|
1031
1169
|
},
|
|
1032
1170
|
{
|
|
1033
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
1171
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorIPS\/CrowdConnectedIPS\/BeaconsManagement\/RealLocationManager.swift",
|
|
1034
1172
|
"kind": "BooleanLiteral",
|
|
1035
1173
|
"offset": 935,
|
|
1036
1174
|
"length": 5,
|
|
1037
1175
|
"value": "false"
|
|
1038
1176
|
},
|
|
1039
1177
|
{
|
|
1040
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
1178
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorIPS\/CrowdConnectedIPS\/BeaconsManagement\/RealLocationManager.swift",
|
|
1041
1179
|
"kind": "BooleanLiteral",
|
|
1042
1180
|
"offset": 1037,
|
|
1043
1181
|
"length": 5,
|
|
1044
1182
|
"value": "false"
|
|
1045
1183
|
},
|
|
1046
1184
|
{
|
|
1047
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
1185
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorIPS\/CrowdConnectedIPS\/BeaconsManagement\/RealLocationManager.swift",
|
|
1048
1186
|
"kind": "BooleanLiteral",
|
|
1049
1187
|
"offset": 1073,
|
|
1050
1188
|
"length": 5,
|
|
1051
1189
|
"value": "false"
|
|
1052
1190
|
},
|
|
1053
1191
|
{
|
|
1054
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
1192
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorIPS\/CrowdConnectedIPS\/BeaconsManagement\/RealLocationManager.swift",
|
|
1055
1193
|
"kind": "BooleanLiteral",
|
|
1056
1194
|
"offset": 1117,
|
|
1057
1195
|
"length": 5,
|
|
1058
1196
|
"value": "false"
|
|
1059
1197
|
},
|
|
1060
1198
|
{
|
|
1061
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
1199
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorIPS\/CrowdConnectedIPS\/RegionsManagement\/BeaconRegionsManager.swift",
|
|
1062
1200
|
"kind": "IntegerLiteral",
|
|
1063
1201
|
"offset": 622,
|
|
1064
1202
|
"length": 3,
|
|
1065
1203
|
"value": "500"
|
|
1066
1204
|
},
|
|
1067
1205
|
{
|
|
1068
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
1206
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorIPS\/CrowdConnectedIPS\/RegionsManagement\/BeaconRegionsManager.swift",
|
|
1069
1207
|
"kind": "BooleanLiteral",
|
|
1070
1208
|
"offset": 866,
|
|
1071
1209
|
"length": 5,
|
|
1072
1210
|
"value": "false"
|
|
1073
1211
|
},
|
|
1074
1212
|
{
|
|
1075
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
1213
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorIPS\/CrowdConnectedIPS\/RegionsManagement\/BeaconRegionsManager.swift",
|
|
1076
1214
|
"kind": "StringLiteral",
|
|
1077
1215
|
"offset": 1066,
|
|
1078
1216
|
"length": 58,
|
|
1079
1217
|
"value": "\"CrowdConnected.RealBeaconRegionsManager.PersistedRegions\""
|
|
1080
1218
|
},
|
|
1081
1219
|
{
|
|
1082
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
1220
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorIPS\/CrowdConnectedIPS\/RegionsManagement\/BeaconRegionsManager.swift",
|
|
1083
1221
|
"kind": "BooleanLiteral",
|
|
1084
1222
|
"offset": 1244,
|
|
1085
1223
|
"length": 5,
|
|
1086
1224
|
"value": "false"
|
|
1087
1225
|
},
|
|
1088
1226
|
{
|
|
1089
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
1227
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorIPS\/CrowdConnectedIPS\/RegionsManagement\/BeaconRegionsManager.swift",
|
|
1090
1228
|
"kind": "BooleanLiteral",
|
|
1091
1229
|
"offset": 1273,
|
|
1092
1230
|
"length": 5,
|
|
1093
1231
|
"value": "false"
|
|
1094
1232
|
},
|
|
1095
1233
|
{
|
|
1096
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
1234
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorIPS\/CrowdConnectedIPS\/RegionsManagement\/BeaconRegionsManager.swift",
|
|
1097
1235
|
"kind": "BooleanLiteral",
|
|
1098
1236
|
"offset": 1308,
|
|
1099
1237
|
"length": 5,
|
|
1100
1238
|
"value": "false"
|
|
1101
1239
|
},
|
|
1102
1240
|
{
|
|
1103
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
1241
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorIPS\/CrowdConnectedIPS\/MotionManagement\/StepsObserver\/ProcessStages\/StepCounterFilterStage.swift",
|
|
1104
1242
|
"kind": "IntegerLiteral",
|
|
1105
1243
|
"offset": 267,
|
|
1106
1244
|
"length": 2,
|
|
1107
1245
|
"value": "13"
|
|
1108
1246
|
},
|
|
1109
1247
|
{
|
|
1110
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
1248
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorIPS\/CrowdConnectedIPS\/MotionManagement\/StepsObserver\/ProcessStages\/StepCounterFilterStage.swift",
|
|
1111
1249
|
"kind": "FloatLiteral",
|
|
1112
1250
|
"offset": 313,
|
|
1113
1251
|
"length": 4,
|
|
1114
1252
|
"value": "0.35"
|
|
1115
1253
|
},
|
|
1116
1254
|
{
|
|
1117
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
1255
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorIPS\/CrowdConnectedIPS\/MotionManagement\/StepsObserver\/ProcessStages\/StepCounterFilterStage.swift",
|
|
1118
1256
|
"kind": "IntegerLiteral",
|
|
1119
1257
|
"offset": 490,
|
|
1120
1258
|
"length": 1,
|
|
1121
1259
|
"value": "0"
|
|
1122
1260
|
},
|
|
1123
1261
|
{
|
|
1124
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
1262
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorIPS\/CrowdConnectedIPS\/BeaconsManagement\/BeaconsManager.swift",
|
|
1125
1263
|
"kind": "Array",
|
|
1126
1264
|
"offset": 590,
|
|
1127
1265
|
"length": 2,
|
|
1128
1266
|
"value": "[]"
|
|
1129
1267
|
},
|
|
1130
1268
|
{
|
|
1131
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
1269
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorIPS\/CrowdConnectedIPS\/BeaconsManagement\/BeaconsManager.swift",
|
|
1132
1270
|
"kind": "BooleanLiteral",
|
|
1133
1271
|
"offset": 627,
|
|
1134
1272
|
"length": 5,
|
|
1135
1273
|
"value": "false"
|
|
1136
1274
|
},
|
|
1137
1275
|
{
|
|
1138
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
1276
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorIPS\/CrowdConnectedIPS\/MotionManagement\/StepsObserver\/MeanVariance\/MeanVarianceSlidingWindow.swift",
|
|
1139
1277
|
"kind": "IntegerLiteral",
|
|
1140
1278
|
"offset": 395,
|
|
1141
1279
|
"length": 1,
|
|
1142
1280
|
"value": "0"
|
|
1143
1281
|
},
|
|
1144
1282
|
{
|
|
1145
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
1283
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorIPS\/CrowdConnectedIPS\/MotionManagement\/StepsObserver\/MeanVariance\/MeanVarianceSlidingWindow.swift",
|
|
1146
1284
|
"kind": "IntegerLiteral",
|
|
1147
1285
|
"offset": 422,
|
|
1148
1286
|
"length": 1,
|
|
1149
1287
|
"value": "0"
|
|
1150
1288
|
},
|
|
1151
1289
|
{
|
|
1152
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
1290
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorIPS\/CrowdConnectedIPS\/MotionManagement\/StepsObserver\/ProcessStages\/StepCounterPreProcessStage.swift",
|
|
1153
1291
|
"kind": "IntegerLiteral",
|
|
1154
1292
|
"offset": 256,
|
|
1155
1293
|
"length": 8,
|
|
1156
1294
|
"value": "10000000"
|
|
1157
1295
|
},
|
|
1158
1296
|
{
|
|
1159
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
1297
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorIPS\/CrowdConnectedIPS\/MotionManagement\/StepsObserver\/ProcessStages\/StepCounterPreProcessStage.swift",
|
|
1160
1298
|
"kind": "IntegerLiteral",
|
|
1161
1299
|
"offset": 370,
|
|
1162
1300
|
"length": 1,
|
|
1163
1301
|
"value": "0"
|
|
1164
1302
|
},
|
|
1165
1303
|
{
|
|
1166
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
1304
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorIPS\/CrowdConnectedIPS\/MotionManagement\/StepsObserver\/ProcessStages\/StepCounterPreProcessStage.swift",
|
|
1167
1305
|
"kind": "IntegerLiteral",
|
|
1168
1306
|
"offset": 407,
|
|
1169
1307
|
"length": 2,
|
|
1170
1308
|
"value": "-1"
|
|
1171
1309
|
},
|
|
1172
1310
|
{
|
|
1173
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
1311
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorIPS\/CrowdConnectedIPS\/DataPublisiher\/SequentialDataProcessor.swift",
|
|
1174
1312
|
"kind": "IntegerLiteral",
|
|
1175
1313
|
"offset": 208,
|
|
1176
1314
|
"length": 1,
|
|
1177
1315
|
"value": "0"
|
|
1178
1316
|
},
|
|
1179
1317
|
{
|
|
1180
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
1318
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorIPS\/CrowdConnectedIPS\/DataPublisiher\/SequentialDataProcessor.swift",
|
|
1181
1319
|
"kind": "IntegerLiteral",
|
|
1182
1320
|
"offset": 251,
|
|
1183
1321
|
"length": 1,
|
|
1184
1322
|
"value": "0"
|
|
1185
1323
|
},
|
|
1186
1324
|
{
|
|
1187
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
1325
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorIPS\/CrowdConnectedIPS\/DataPublisiher\/SequentialDataProcessor.swift",
|
|
1188
1326
|
"kind": "IntegerLiteral",
|
|
1189
1327
|
"offset": 289,
|
|
1190
1328
|
"length": 1,
|
|
1191
1329
|
"value": "0"
|
|
1192
1330
|
},
|
|
1193
1331
|
{
|
|
1194
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
1332
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorIPS\/CrowdConnectedIPS\/BeaconsManagement\/CartesianBeaconProvider.swift",
|
|
1195
1333
|
"kind": "Dictionary",
|
|
1196
1334
|
"offset": 808,
|
|
1197
1335
|
"length": 3,
|
|
1198
1336
|
"value": "[]"
|
|
1199
1337
|
},
|
|
1200
1338
|
{
|
|
1201
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
1339
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorIPS\/CrowdConnectedIPS\/MotionManagement\/StepsObserver\/ProcessStages\/StepCounterDetectionStage.swift",
|
|
1202
1340
|
"kind": "IntegerLiteral",
|
|
1203
1341
|
"offset": 249,
|
|
1204
1342
|
"length": 3,
|
|
1205
1343
|
"value": "160"
|
|
1206
1344
|
},
|
|
1207
1345
|
{
|
|
1208
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
1346
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorIPS\/CrowdConnectedIPS\/MotionManagement\/StepsObserver\/ProcessStages\/StepCounterDetectionStage.swift",
|
|
1209
1347
|
"kind": "IntegerLiteral",
|
|
1210
1348
|
"offset": 299,
|
|
1211
1349
|
"length": 2,
|
|
1212
1350
|
"value": "80"
|
|
1213
1351
|
},
|
|
1214
1352
|
{
|
|
1215
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
1353
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorIPS\/CrowdConnectedIPS\/MotionManagement\/StepsObserver\/ProcessStages\/StepCounterDetectionStage.swift",
|
|
1216
1354
|
"kind": "FloatLiteral",
|
|
1217
1355
|
"offset": 348,
|
|
1218
1356
|
"length": 3,
|
|
1219
1357
|
"value": "0.7"
|
|
1220
1358
|
},
|
|
1221
1359
|
{
|
|
1222
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
1360
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorIPS\/CrowdConnectedIPS\/MotionManagement\/StepsObserver\/ProcessStages\/StepCounterDetectionStage.swift",
|
|
1223
1361
|
"kind": "FloatLiteral",
|
|
1224
1362
|
"offset": 395,
|
|
1225
1363
|
"length": 3,
|
|
1226
1364
|
"value": "1.2"
|
|
1227
1365
|
},
|
|
1228
1366
|
{
|
|
1229
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
1367
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorIPS\/CrowdConnectedIPS\/MotionManagement\/StepsObserver\/ProcessStages\/StepCounterDetectionStage.swift",
|
|
1230
1368
|
"kind": "IntegerLiteral",
|
|
1231
1369
|
"offset": 424,
|
|
1232
1370
|
"length": 1,
|
|
1233
1371
|
"value": "0"
|
|
1234
1372
|
},
|
|
1235
1373
|
{
|
|
1236
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
1374
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorIPS\/CrowdConnectedIPS\/RegionsManagement\/RegionEventsObserver.swift",
|
|
1237
1375
|
"kind": "IntegerLiteral",
|
|
1238
1376
|
"offset": 388,
|
|
1239
1377
|
"length": 2,
|
|
1240
1378
|
"value": "60"
|
|
1241
1379
|
},
|
|
1242
1380
|
{
|
|
1243
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
1381
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorIPS\/CrowdConnectedIPS\/RegionsManagement\/RegionEventsObserver.swift",
|
|
1244
1382
|
"kind": "IntegerLiteral",
|
|
1245
1383
|
"offset": 393,
|
|
1246
1384
|
"length": 1,
|
|
1247
1385
|
"value": "5"
|
|
1248
1386
|
},
|
|
1249
1387
|
{
|
|
1250
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
1388
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorIPS\/CrowdConnectedIPS\/MotionManagement\/StepsObserver\/ProcessStages\/StepCounterPostProcessStage.swift",
|
|
1251
1389
|
"kind": "IntegerLiteral",
|
|
1252
1390
|
"offset": 362,
|
|
1253
1391
|
"length": 3,
|
|
1254
1392
|
"value": "300"
|
|
1255
1393
|
},
|
|
1256
1394
|
{
|
|
1257
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
1395
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorIPS\/CrowdConnectedIPS\/MotionManagement\/StepsObserver\/ProcessStages\/StepCounterPostProcessStage.swift",
|
|
1258
1396
|
"kind": "IntegerLiteral",
|
|
1259
1397
|
"offset": 368,
|
|
1260
1398
|
"length": 7,
|
|
1261
1399
|
"value": "1000000"
|
|
1262
1400
|
},
|
|
1263
1401
|
{
|
|
1264
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
1402
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorIPS\/CrowdConnectedIPS\/MotionManagement\/StepsObserver\/ProcessStages\/StepCounterPostProcessStage.swift",
|
|
1265
1403
|
"kind": "IntegerLiteral",
|
|
1266
1404
|
"offset": 422,
|
|
1267
1405
|
"length": 4,
|
|
1268
1406
|
"value": "1000"
|
|
1269
1407
|
},
|
|
1270
1408
|
{
|
|
1271
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
1409
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorIPS\/CrowdConnectedIPS\/MotionManagement\/StepsObserver\/ProcessStages\/StepCounterPostProcessStage.swift",
|
|
1272
1410
|
"kind": "IntegerLiteral",
|
|
1273
1411
|
"offset": 429,
|
|
1274
1412
|
"length": 7,
|
|
1275
1413
|
"value": "1000000"
|
|
1276
1414
|
},
|
|
1277
1415
|
{
|
|
1278
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
1416
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorIPS\/CrowdConnectedIPS\/MotionManagement\/StepsObserver\/ProcessStages\/StepCounterPostProcessStage.swift",
|
|
1279
1417
|
"kind": "BooleanLiteral",
|
|
1280
1418
|
"offset": 664,
|
|
1281
1419
|
"length": 5,
|
|
1282
1420
|
"value": "false"
|
|
1283
1421
|
},
|
|
1284
1422
|
{
|
|
1285
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
1423
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorIPS\/CrowdConnectedIPS\/MotionManagement\/StepsObserver\/ProcessStages\/StepCounterPostProcessStage.swift",
|
|
1286
1424
|
"kind": "IntegerLiteral",
|
|
1287
1425
|
"offset": 695,
|
|
1288
1426
|
"length": 1,
|
|
1289
1427
|
"value": "0"
|
|
1290
1428
|
},
|
|
1291
1429
|
{
|
|
1292
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
1430
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorIPS\/CrowdConnectedIPS\/DataPublisiher\/IPSDataPublisher.swift",
|
|
1293
1431
|
"kind": "BooleanLiteral",
|
|
1294
1432
|
"offset": 630,
|
|
1295
1433
|
"length": 4,
|
|
1296
1434
|
"value": "true"
|
|
1297
1435
|
},
|
|
1298
1436
|
{
|
|
1299
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
1437
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorIPS\/CrowdConnectedIPS\/Interface\/CrowdConnectedIPS.swift",
|
|
1300
1438
|
"kind": "IntegerLiteral",
|
|
1301
1439
|
"offset": 394,
|
|
1302
1440
|
"length": 1,
|
|
1303
1441
|
"value": "1"
|
|
1304
1442
|
},
|
|
1305
1443
|
{
|
|
1306
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
1444
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorIPS\/CrowdConnectedIPS\/Interface\/CrowdConnectedIPS.swift",
|
|
1307
1445
|
"kind": "StringLiteral",
|
|
1308
|
-
"offset":
|
|
1446
|
+
"offset": 1400,
|
|
1309
1447
|
"length": 7,
|
|
1310
1448
|
"value": "\"0.0.0\""
|
|
1311
1449
|
},
|
|
1312
1450
|
{
|
|
1313
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
1451
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorIPS\/CrowdConnectedIPS\/MotionManagement\/StepsObserver\/StepDataProcessor.swift",
|
|
1314
1452
|
"kind": "IntegerLiteral",
|
|
1315
1453
|
"offset": 1038,
|
|
1316
1454
|
"length": 10,
|
|
1317
1455
|
"value": "1000000000"
|
|
1318
1456
|
},
|
|
1319
1457
|
{
|
|
1320
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
1458
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorIPS\/CrowdConnectedIPS\/MotionManagement\/StepsObserver\/StepDataProcessor.swift",
|
|
1321
1459
|
"kind": "IntegerLiteral",
|
|
1322
1460
|
"offset": 1099,
|
|
1323
1461
|
"length": 2,
|
|
1324
1462
|
"value": "-1"
|
|
1325
1463
|
},
|
|
1326
1464
|
{
|
|
1327
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
1465
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorIPS\/CrowdConnectedIPS\/MotionManagement\/StepsObserver\/StepDataProcessor.swift",
|
|
1328
1466
|
"kind": "StringLiteral",
|
|
1329
1467
|
"offset": 1158,
|
|
1330
1468
|
"length": 43,
|
|
1331
1469
|
"value": "\"CrowdConnectedIPS.StepDataProcessor.Queue\""
|
|
1332
1470
|
},
|
|
1333
1471
|
{
|
|
1334
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
1472
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorIPS\/CrowdConnectedIPS\/Positioner\/Positioner.swift",
|
|
1335
1473
|
"kind": "StringLiteral",
|
|
1336
|
-
"offset":
|
|
1474
|
+
"offset": 893,
|
|
1337
1475
|
"length": 37,
|
|
1338
1476
|
"value": "\"CrowdConnected.IPSPositioner.Access\""
|
|
1339
1477
|
},
|
|
1340
1478
|
{
|
|
1341
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
1479
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorIPS\/CrowdConnectedIPS\/Positioner\/Positioner.swift",
|
|
1342
1480
|
"kind": "IntegerLiteral",
|
|
1343
|
-
"offset":
|
|
1481
|
+
"offset": 1041,
|
|
1344
1482
|
"length": 4,
|
|
1345
1483
|
"value": "-100"
|
|
1346
1484
|
},
|
|
1347
1485
|
{
|
|
1348
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
1486
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorIPS\/CrowdConnectedIPS\/Positioner\/Positioner.swift",
|
|
1349
1487
|
"kind": "BooleanLiteral",
|
|
1350
|
-
"offset":
|
|
1488
|
+
"offset": 1692,
|
|
1351
1489
|
"length": 5,
|
|
1352
1490
|
"value": "false"
|
|
1353
1491
|
},
|
|
1354
1492
|
{
|
|
1355
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
1493
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorIPS\/CrowdConnectedIPS\/Positioner\/Positioner.swift",
|
|
1356
1494
|
"kind": "BooleanLiteral",
|
|
1357
|
-
"offset":
|
|
1495
|
+
"offset": 1747,
|
|
1358
1496
|
"length": 5,
|
|
1359
1497
|
"value": "false"
|
|
1360
1498
|
}
|