@expofp/react-native-efp-crowdconnected 0.1.7 → 0.1.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ExpofpCrowdconnected.podspec +1 -1
- package/README.md +67 -5
- package/android/build.gradle +4 -4
- package/android/src/main/java/com/expofpcrowdconnected/ExpoFpCrowdConnectedLocationProviderSettings.kt +24 -20
- package/android/src/main/java/com/expofpcrowdconnected/RCTCrowdConnectedLocationProviderModule.kt +112 -6
- package/ios/ExpoFpLocationProvider/ExpoFpCrowdConnectedLocationProviderSettings.swift +2 -2
- package/ios/ExpoFpLocationProvider/ExpoFpLocationSettings.swift +2 -2
- package/ios/ExpoFpLocationProvider/ExpoFpSimulationDelegate.swift +40 -0
- package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64/CrowdConnectedCore.framework/CrowdConnectedCore +0 -0
- package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64/CrowdConnectedCore.framework/Headers/CrowdConnectedCore-Swift.h +48 -0
- package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64/CrowdConnectedCore.framework/Info.plist +0 -0
- package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/arm64-apple-ios.abi.json +731 -363
- package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/arm64-apple-ios.private.swiftinterface +13 -8
- package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/arm64-apple-ios.swiftinterface +12 -7
- package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64/CrowdConnectedCore.framework/_CodeSignature/CodeResources +13 -13
- package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/CrowdConnectedCore +0 -0
- package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/Headers/CrowdConnectedCore-Swift.h +96 -0
- package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/Info.plist +0 -0
- package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/arm64-apple-ios-simulator.abi.json +731 -363
- package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +13 -8
- package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/arm64-apple-ios-simulator.swiftinterface +12 -7
- package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/x86_64-apple-ios-simulator.abi.json +731 -363
- package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +13 -8
- package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +12 -7
- package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/_CodeSignature/CodeResources +23 -23
- package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64/CrowdConnectedCoreBluetooth.framework/CrowdConnectedCoreBluetooth +0 -0
- package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64/CrowdConnectedCoreBluetooth.framework/Modules/CrowdConnectedCoreBluetooth.swiftmodule/arm64-apple-ios.abi.json +10 -10
- package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64/CrowdConnectedCoreBluetooth.framework/_CodeSignature/CodeResources +4 -4
- package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCoreBluetooth.framework/CrowdConnectedCoreBluetooth +0 -0
- package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCoreBluetooth.framework/Modules/CrowdConnectedCoreBluetooth.swiftmodule/arm64-apple-ios-simulator.abi.json +10 -10
- package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCoreBluetooth.framework/Modules/CrowdConnectedCoreBluetooth.swiftmodule/x86_64-apple-ios-simulator.abi.json +10 -10
- package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCoreBluetooth.framework/_CodeSignature/CodeResources +8 -8
- package/ios/Frameworks/CrowdConnectedGeo.xcframework/Info.plist +5 -5
- package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64/CrowdConnectedGeo.framework/CrowdConnectedGeo +0 -0
- package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64/CrowdConnectedGeo.framework/Modules/CrowdConnectedGeo.swiftmodule/arm64-apple-ios.abi.json +142 -33
- package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64/CrowdConnectedGeo.framework/Modules/CrowdConnectedGeo.swiftmodule/arm64-apple-ios.private.swiftinterface +7 -0
- package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64/CrowdConnectedGeo.framework/Modules/CrowdConnectedGeo.swiftmodule/arm64-apple-ios.swiftinterface +7 -0
- package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64/CrowdConnectedGeo.framework/_CodeSignature/CodeResources +8 -8
- package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/CrowdConnectedGeo +0 -0
- package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/Modules/CrowdConnectedGeo.swiftmodule/arm64-apple-ios-simulator.abi.json +142 -33
- package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/Modules/CrowdConnectedGeo.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +7 -0
- package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/Modules/CrowdConnectedGeo.swiftmodule/arm64-apple-ios-simulator.swiftinterface +7 -0
- package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/Modules/CrowdConnectedGeo.swiftmodule/x86_64-apple-ios-simulator.abi.json +142 -33
- package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/Modules/CrowdConnectedGeo.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +7 -0
- package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/Modules/CrowdConnectedGeo.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +7 -0
- package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/_CodeSignature/CodeResources +16 -16
- package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64/CrowdConnectedIPS.framework/CrowdConnectedIPS +0 -0
- package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/arm64-apple-ios.abi.json +251 -113
- package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/arm64-apple-ios.private.swiftinterface +7 -2
- package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/arm64-apple-ios.swiftinterface +7 -2
- package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64/CrowdConnectedIPS.framework/_CodeSignature/CodeResources +10 -10
- package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/CrowdConnectedIPS +0 -0
- package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/arm64-apple-ios-simulator.abi.json +251 -113
- package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +7 -2
- package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/arm64-apple-ios-simulator.swiftinterface +7 -2
- package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/x86_64-apple-ios-simulator.abi.json +251 -113
- package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +7 -2
- package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +7 -2
- package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/_CodeSignature/CodeResources +20 -20
- package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64/CrowdConnectedShared.framework/CrowdConnectedShared +0 -0
- package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/arm64-apple-ios.abi.json +904 -235
- package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/arm64-apple-ios.private.swiftinterface +33 -3
- package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/arm64-apple-ios.swiftinterface +31 -3
- package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64/CrowdConnectedShared.framework/_CodeSignature/CodeResources +10 -10
- package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/CrowdConnectedShared +0 -0
- package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/arm64-apple-ios-simulator.abi.json +904 -235
- package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +33 -3
- package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/arm64-apple-ios-simulator.swiftinterface +31 -3
- package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/x86_64-apple-ios-simulator.abi.json +904 -235
- package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +33 -3
- package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +31 -3
- package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/_CodeSignature/CodeResources +20 -20
- package/ios/RCTCrowdConnectedLocationProvider.m +3 -0
- package/ios/RCTCrowdConnectedLocationProvider.swift +21 -3
- package/lib/module/crowdconnected-location-provider-native-module.js +30 -0
- package/lib/module/crowdconnected-location-provider-native-module.js.map +1 -1
- package/lib/typescript/src/crowdconnected-location-provider-native-module.d.ts.map +1 -1
- package/lib/typescript/src/types.d.ts +31 -2
- package/lib/typescript/src/types.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/crowdconnected-location-provider-native-module.tsx +51 -0
- package/src/types.ts +33 -2
|
@@ -2,18 +2,11 @@
|
|
|
2
2
|
// swift-compiler-version: Apple Swift version 6.2.4 effective-5.10 (swiftlang-6.2.4.1.4 clang-1700.6.4.2)
|
|
3
3
|
// swift-module-flags: -target x86_64-apple-ios13.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name CrowdConnectedCore
|
|
4
4
|
// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2.4
|
|
5
|
-
import SystemConfiguration.CaptiveNetwork
|
|
6
|
-
import CommonCrypto
|
|
7
|
-
import CoreBluetooth
|
|
8
5
|
import CoreLocation
|
|
9
6
|
@_exported import CrowdConnectedCore
|
|
10
|
-
import CrowdConnectedShared
|
|
7
|
+
@_spi(CoreSDK) import CrowdConnectedShared
|
|
11
8
|
import Foundation
|
|
12
|
-
import SQLite3
|
|
13
9
|
import Swift
|
|
14
|
-
import SystemConfiguration
|
|
15
|
-
import UIKit
|
|
16
|
-
import UserNotifications
|
|
17
10
|
import _Concurrency
|
|
18
11
|
import _StringProcessing
|
|
19
12
|
import _SwiftConcurrencyShims
|
|
@@ -146,6 +139,18 @@ extension CrowdConnectedCore.ErrorCode : Foundation.LocalizedError {
|
|
|
146
139
|
get
|
|
147
140
|
}
|
|
148
141
|
}
|
|
142
|
+
extension CrowdConnectedCore.CrowdConnected {
|
|
143
|
+
@objc dynamic public func activateSimulation(token: Swift.String)
|
|
144
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
145
|
+
@objc dynamic public func activateSimulation(token: Swift.String, callback: (any CrowdConnectedCore.SimulationCallback)?)
|
|
146
|
+
#endif
|
|
147
|
+
@objc dynamic public func deactivateSimulation()
|
|
148
|
+
}
|
|
149
|
+
@objc public protocol SimulationCallback {
|
|
150
|
+
@objc func onSimulationConnected()
|
|
151
|
+
@objc func onSimulationError(reason: Swift.String)
|
|
152
|
+
@objc func onSimulationDisconnected()
|
|
153
|
+
}
|
|
149
154
|
@objc public protocol CrowdConnectedDelegate {
|
|
150
155
|
@objc optional func locationProvider(_ crowdConnected: CrowdConnectedCore.CrowdConnected, didUpdateLocation location: CrowdConnectedCore.Location)
|
|
151
156
|
@objc optional func locationProvider(_ crowdConnected: CrowdConnectedCore.CrowdConnected, didStartSuccess deviceId: CrowdConnectedCore.DeviceID)
|
|
@@ -2,18 +2,11 @@
|
|
|
2
2
|
// swift-compiler-version: Apple Swift version 6.2.4 effective-5.10 (swiftlang-6.2.4.1.4 clang-1700.6.4.2)
|
|
3
3
|
// swift-module-flags: -target x86_64-apple-ios13.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name CrowdConnectedCore
|
|
4
4
|
// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2.4
|
|
5
|
-
import SystemConfiguration.CaptiveNetwork
|
|
6
|
-
import CommonCrypto
|
|
7
|
-
import CoreBluetooth
|
|
8
5
|
import CoreLocation
|
|
9
6
|
@_exported import CrowdConnectedCore
|
|
10
7
|
import CrowdConnectedShared
|
|
11
8
|
import Foundation
|
|
12
|
-
import SQLite3
|
|
13
9
|
import Swift
|
|
14
|
-
import SystemConfiguration
|
|
15
|
-
import UIKit
|
|
16
|
-
import UserNotifications
|
|
17
10
|
import _Concurrency
|
|
18
11
|
import _StringProcessing
|
|
19
12
|
import _SwiftConcurrencyShims
|
|
@@ -146,6 +139,18 @@ extension CrowdConnectedCore.ErrorCode : Foundation.LocalizedError {
|
|
|
146
139
|
get
|
|
147
140
|
}
|
|
148
141
|
}
|
|
142
|
+
extension CrowdConnectedCore.CrowdConnected {
|
|
143
|
+
@objc dynamic public func activateSimulation(token: Swift.String)
|
|
144
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
145
|
+
@objc dynamic public func activateSimulation(token: Swift.String, callback: (any CrowdConnectedCore.SimulationCallback)?)
|
|
146
|
+
#endif
|
|
147
|
+
@objc dynamic public func deactivateSimulation()
|
|
148
|
+
}
|
|
149
|
+
@objc public protocol SimulationCallback {
|
|
150
|
+
@objc func onSimulationConnected()
|
|
151
|
+
@objc func onSimulationError(reason: Swift.String)
|
|
152
|
+
@objc func onSimulationDisconnected()
|
|
153
|
+
}
|
|
149
154
|
@objc public protocol CrowdConnectedDelegate {
|
|
150
155
|
@objc optional func locationProvider(_ crowdConnected: CrowdConnectedCore.CrowdConnected, didUpdateLocation location: CrowdConnectedCore.Location)
|
|
151
156
|
@objc optional func locationProvider(_ crowdConnected: CrowdConnectedCore.CrowdConnected, didStartSuccess deviceId: CrowdConnectedCore.DeviceID)
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<dict>
|
|
7
7
|
<key>Headers/CrowdConnectedCore-Swift.h</key>
|
|
8
8
|
<data>
|
|
9
|
-
|
|
9
|
+
nbKp3tNZWAJyCsU07tNeN0N2OyA=
|
|
10
10
|
</data>
|
|
11
11
|
<key>Headers/CrowdConnectedCore.h</key>
|
|
12
12
|
<data>
|
|
@@ -14,47 +14,47 @@
|
|
|
14
14
|
</data>
|
|
15
15
|
<key>Info.plist</key>
|
|
16
16
|
<data>
|
|
17
|
-
|
|
17
|
+
rEVNi3arMPo0O2JDCkIhFqmwQls=
|
|
18
18
|
</data>
|
|
19
19
|
<key>Modules/CrowdConnectedCore.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
|
|
20
20
|
<data>
|
|
21
|
-
|
|
21
|
+
9JyNRRAIhBHLwoMlyNJyIjGBD5s=
|
|
22
22
|
</data>
|
|
23
23
|
<key>Modules/CrowdConnectedCore.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
|
|
24
24
|
<data>
|
|
25
|
-
|
|
25
|
+
2J1zB369kO4othwo9+aiRtJ0fco=
|
|
26
26
|
</data>
|
|
27
27
|
<key>Modules/CrowdConnectedCore.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key>
|
|
28
28
|
<data>
|
|
29
|
-
/
|
|
29
|
+
KGf3lb/H+D0rcBpATC+eScXpNcQ=
|
|
30
30
|
</data>
|
|
31
31
|
<key>Modules/CrowdConnectedCore.swiftmodule/arm64-apple-ios-simulator.swiftinterface</key>
|
|
32
32
|
<data>
|
|
33
|
-
|
|
33
|
+
PHmA1gHW3mDs2D6d/T4MnQeMdnc=
|
|
34
34
|
</data>
|
|
35
35
|
<key>Modules/CrowdConnectedCore.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
|
|
36
36
|
<data>
|
|
37
|
-
|
|
37
|
+
ya6auuBh9fs02Vg7A9ivxC0U1DA=
|
|
38
38
|
</data>
|
|
39
39
|
<key>Modules/CrowdConnectedCore.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
|
|
40
40
|
<data>
|
|
41
|
-
|
|
41
|
+
9JyNRRAIhBHLwoMlyNJyIjGBD5s=
|
|
42
42
|
</data>
|
|
43
43
|
<key>Modules/CrowdConnectedCore.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
|
|
44
44
|
<data>
|
|
45
|
-
|
|
45
|
+
ecRRDbXFAgOvrjpUAoCi0DM3GoY=
|
|
46
46
|
</data>
|
|
47
47
|
<key>Modules/CrowdConnectedCore.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
|
|
48
48
|
<data>
|
|
49
|
-
|
|
49
|
+
xpGECiLv7NbmocnrIbi7i45D8C8=
|
|
50
50
|
</data>
|
|
51
51
|
<key>Modules/CrowdConnectedCore.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key>
|
|
52
52
|
<data>
|
|
53
|
-
|
|
53
|
+
+0xocRXv7FsGEdEHlDFOSE0q+48=
|
|
54
54
|
</data>
|
|
55
55
|
<key>Modules/CrowdConnectedCore.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
|
|
56
56
|
<data>
|
|
57
|
-
|
|
57
|
+
FzlP2dAypuZRw6PuN0hOGauVPc0=
|
|
58
58
|
</data>
|
|
59
59
|
<key>Modules/module.modulemap</key>
|
|
60
60
|
<data>
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
<dict>
|
|
72
72
|
<key>hash2</key>
|
|
73
73
|
<data>
|
|
74
|
-
|
|
74
|
+
FQVBLCon1s2LWQBKzxxOC0U5izcMaRnZwmOSGWLw3+0=
|
|
75
75
|
</data>
|
|
76
76
|
</dict>
|
|
77
77
|
<key>Headers/CrowdConnectedCore.h</key>
|
|
@@ -85,70 +85,70 @@
|
|
|
85
85
|
<dict>
|
|
86
86
|
<key>hash2</key>
|
|
87
87
|
<data>
|
|
88
|
-
|
|
88
|
+
KFYRXZhazZh5WgCvYOxGhXDh/4cPYZ/OcOmj/X8m9O4=
|
|
89
89
|
</data>
|
|
90
90
|
</dict>
|
|
91
91
|
<key>Modules/CrowdConnectedCore.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
|
|
92
92
|
<dict>
|
|
93
93
|
<key>hash2</key>
|
|
94
94
|
<data>
|
|
95
|
-
|
|
95
|
+
FzNBHFpaP8oxHuxElasaNhNJ8WjV3eecnyuTZO0gy2c=
|
|
96
96
|
</data>
|
|
97
97
|
</dict>
|
|
98
98
|
<key>Modules/CrowdConnectedCore.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key>
|
|
99
99
|
<dict>
|
|
100
100
|
<key>hash2</key>
|
|
101
101
|
<data>
|
|
102
|
-
|
|
102
|
+
3hw3G29xvrtO9AEd3KntneCQxPDFetjisBqMG326lY0=
|
|
103
103
|
</data>
|
|
104
104
|
</dict>
|
|
105
105
|
<key>Modules/CrowdConnectedCore.swiftmodule/arm64-apple-ios-simulator.swiftinterface</key>
|
|
106
106
|
<dict>
|
|
107
107
|
<key>hash2</key>
|
|
108
108
|
<data>
|
|
109
|
-
|
|
109
|
+
8f+/EbWw4gNxBOepJLwiIsgeCE8QpPcAoh6PLMDpPw4=
|
|
110
110
|
</data>
|
|
111
111
|
</dict>
|
|
112
112
|
<key>Modules/CrowdConnectedCore.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
|
|
113
113
|
<dict>
|
|
114
114
|
<key>hash2</key>
|
|
115
115
|
<data>
|
|
116
|
-
|
|
116
|
+
REsXX311WuZJ8u2VCFrmfhgOL2XODW4U7E7hVINJzYo=
|
|
117
117
|
</data>
|
|
118
118
|
</dict>
|
|
119
119
|
<key>Modules/CrowdConnectedCore.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
|
|
120
120
|
<dict>
|
|
121
121
|
<key>hash2</key>
|
|
122
122
|
<data>
|
|
123
|
-
|
|
123
|
+
KFYRXZhazZh5WgCvYOxGhXDh/4cPYZ/OcOmj/X8m9O4=
|
|
124
124
|
</data>
|
|
125
125
|
</dict>
|
|
126
126
|
<key>Modules/CrowdConnectedCore.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
|
|
127
127
|
<dict>
|
|
128
128
|
<key>hash2</key>
|
|
129
129
|
<data>
|
|
130
|
-
|
|
130
|
+
npFuXg6WxmDL+bDCQXncst/peo77Xj/I3jOc8aOk9ds=
|
|
131
131
|
</data>
|
|
132
132
|
</dict>
|
|
133
133
|
<key>Modules/CrowdConnectedCore.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
|
|
134
134
|
<dict>
|
|
135
135
|
<key>hash2</key>
|
|
136
136
|
<data>
|
|
137
|
-
|
|
137
|
+
eQUI0P32rUkV9JPpEaCofJvIZHal1FplsMxs5KexDJU=
|
|
138
138
|
</data>
|
|
139
139
|
</dict>
|
|
140
140
|
<key>Modules/CrowdConnectedCore.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key>
|
|
141
141
|
<dict>
|
|
142
142
|
<key>hash2</key>
|
|
143
143
|
<data>
|
|
144
|
-
|
|
144
|
+
KONpYqZ+Herf4Zw4Rvu9FE/DJiRRGNy0tjE60qgIOAc=
|
|
145
145
|
</data>
|
|
146
146
|
</dict>
|
|
147
147
|
<key>Modules/CrowdConnectedCore.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
|
|
148
148
|
<dict>
|
|
149
149
|
<key>hash2</key>
|
|
150
150
|
<data>
|
|
151
|
-
|
|
151
|
+
EAJUR8XnFT2p4p9LVAPz7odlI9bnxzrjziTl9BnV8ng=
|
|
152
152
|
</data>
|
|
153
153
|
</dict>
|
|
154
154
|
<key>Modules/module.modulemap</key>
|
|
Binary file
|
|
@@ -223,70 +223,70 @@
|
|
|
223
223
|
},
|
|
224
224
|
"ConstValues": [
|
|
225
225
|
{
|
|
226
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
226
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/CrowdConnectedCoreBluetooth\/CrowdConnectedCoreBluetooth\/Scanner\/BeaconScanner.swift",
|
|
227
227
|
"kind": "StringLiteral",
|
|
228
228
|
"offset": 425,
|
|
229
229
|
"length": 39,
|
|
230
230
|
"value": "\"CrowdConnected.Eddystone.ScannerQueue\""
|
|
231
231
|
},
|
|
232
232
|
{
|
|
233
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
233
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/CrowdConnectedCoreBluetooth\/CrowdConnectedCoreBluetooth\/Scanner\/BeaconScanner.swift",
|
|
234
234
|
"kind": "StringLiteral",
|
|
235
235
|
"offset": 511,
|
|
236
236
|
"length": 6,
|
|
237
237
|
"value": "\"FEAA\""
|
|
238
238
|
},
|
|
239
239
|
{
|
|
240
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
240
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/CrowdConnectedCoreBluetooth\/CrowdConnectedCoreBluetooth\/Scanner\/BeaconScanner.swift",
|
|
241
241
|
"kind": "BooleanLiteral",
|
|
242
242
|
"offset": 785,
|
|
243
243
|
"length": 5,
|
|
244
244
|
"value": "false"
|
|
245
245
|
},
|
|
246
246
|
{
|
|
247
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
247
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/CrowdConnectedCoreBluetooth\/CrowdConnectedCoreBluetooth\/Scanner\/BeaconScanner.swift",
|
|
248
248
|
"kind": "BooleanLiteral",
|
|
249
249
|
"offset": 827,
|
|
250
250
|
"length": 5,
|
|
251
251
|
"value": "false"
|
|
252
252
|
},
|
|
253
253
|
{
|
|
254
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
254
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/CrowdConnectedCoreBluetooth\/CrowdConnectedCoreBluetooth\/Scanner\/BeaconScanner.swift",
|
|
255
255
|
"kind": "BooleanLiteral",
|
|
256
256
|
"offset": 885,
|
|
257
257
|
"length": 5,
|
|
258
258
|
"value": "false"
|
|
259
259
|
},
|
|
260
260
|
{
|
|
261
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
261
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/CrowdConnectedCoreBluetooth\/CrowdConnectedCoreBluetooth\/Scanner\/BeaconScanner.swift",
|
|
262
262
|
"kind": "Array",
|
|
263
263
|
"offset": 931,
|
|
264
264
|
"length": 2,
|
|
265
265
|
"value": "[]"
|
|
266
266
|
},
|
|
267
267
|
{
|
|
268
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
268
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/CrowdConnectedCoreBluetooth\/CrowdConnectedCoreBluetooth\/Models\/EddystoneBeaconInfo.swift",
|
|
269
269
|
"kind": "IntegerLiteral",
|
|
270
270
|
"offset": 339,
|
|
271
271
|
"length": 4,
|
|
272
272
|
"value": "0x00"
|
|
273
273
|
},
|
|
274
274
|
{
|
|
275
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
275
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/CrowdConnectedCoreBluetooth\/CrowdConnectedCoreBluetooth\/Models\/EddystoneBeaconInfo.swift",
|
|
276
276
|
"kind": "IntegerLiteral",
|
|
277
277
|
"offset": 392,
|
|
278
278
|
"length": 4,
|
|
279
279
|
"value": "0x10"
|
|
280
280
|
},
|
|
281
281
|
{
|
|
282
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
282
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/CrowdConnectedCoreBluetooth\/CrowdConnectedCoreBluetooth\/Models\/EddystoneBeaconInfo.swift",
|
|
283
283
|
"kind": "IntegerLiteral",
|
|
284
284
|
"offset": 445,
|
|
285
285
|
"length": 4,
|
|
286
286
|
"value": "0x20"
|
|
287
287
|
},
|
|
288
288
|
{
|
|
289
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
289
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/CrowdConnectedCoreBluetooth\/CrowdConnectedCoreBluetooth\/Models\/EddystoneBeaconInfo.swift",
|
|
290
290
|
"kind": "IntegerLiteral",
|
|
291
291
|
"offset": 498,
|
|
292
292
|
"length": 4,
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
</data>
|
|
19
19
|
<key>Modules/CrowdConnectedCoreBluetooth.swiftmodule/arm64-apple-ios.abi.json</key>
|
|
20
20
|
<data>
|
|
21
|
-
|
|
21
|
+
g0MT/uQnoCRXHssJ9WzpvDqLHxY=
|
|
22
22
|
</data>
|
|
23
23
|
<key>Modules/CrowdConnectedCoreBluetooth.swiftmodule/arm64-apple-ios.private.swiftinterface</key>
|
|
24
24
|
<data>
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
</data>
|
|
35
35
|
<key>Modules/CrowdConnectedCoreBluetooth.swiftmodule/arm64-apple-ios.swiftmodule</key>
|
|
36
36
|
<data>
|
|
37
|
-
|
|
37
|
+
qP2u8RkwseBsP6zIP9riK/LbKI0=
|
|
38
38
|
</data>
|
|
39
39
|
<key>Modules/module.modulemap</key>
|
|
40
40
|
<data>
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
<dict>
|
|
66
66
|
<key>hash2</key>
|
|
67
67
|
<data>
|
|
68
|
-
|
|
68
|
+
RLNgHqDeS5ExCGx0my8/Vt5PTPjXMDHX4l7hVEOs1AM=
|
|
69
69
|
</data>
|
|
70
70
|
</dict>
|
|
71
71
|
<key>Modules/CrowdConnectedCoreBluetooth.swiftmodule/arm64-apple-ios.private.swiftinterface</key>
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
<dict>
|
|
94
94
|
<key>hash2</key>
|
|
95
95
|
<data>
|
|
96
|
-
|
|
96
|
+
+tyAiN1JL7uuEEaFNzLS4dEhzJMbNftmdPAe8sIFits=
|
|
97
97
|
</data>
|
|
98
98
|
</dict>
|
|
99
99
|
<key>Modules/module.modulemap</key>
|
|
Binary file
|
|
@@ -223,70 +223,70 @@
|
|
|
223
223
|
},
|
|
224
224
|
"ConstValues": [
|
|
225
225
|
{
|
|
226
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
226
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/CrowdConnectedCoreBluetooth\/CrowdConnectedCoreBluetooth\/Scanner\/BeaconScanner.swift",
|
|
227
227
|
"kind": "StringLiteral",
|
|
228
228
|
"offset": 425,
|
|
229
229
|
"length": 39,
|
|
230
230
|
"value": "\"CrowdConnected.Eddystone.ScannerQueue\""
|
|
231
231
|
},
|
|
232
232
|
{
|
|
233
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
233
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/CrowdConnectedCoreBluetooth\/CrowdConnectedCoreBluetooth\/Scanner\/BeaconScanner.swift",
|
|
234
234
|
"kind": "StringLiteral",
|
|
235
235
|
"offset": 511,
|
|
236
236
|
"length": 6,
|
|
237
237
|
"value": "\"FEAA\""
|
|
238
238
|
},
|
|
239
239
|
{
|
|
240
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
240
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/CrowdConnectedCoreBluetooth\/CrowdConnectedCoreBluetooth\/Scanner\/BeaconScanner.swift",
|
|
241
241
|
"kind": "BooleanLiteral",
|
|
242
242
|
"offset": 785,
|
|
243
243
|
"length": 5,
|
|
244
244
|
"value": "false"
|
|
245
245
|
},
|
|
246
246
|
{
|
|
247
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
247
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/CrowdConnectedCoreBluetooth\/CrowdConnectedCoreBluetooth\/Scanner\/BeaconScanner.swift",
|
|
248
248
|
"kind": "BooleanLiteral",
|
|
249
249
|
"offset": 827,
|
|
250
250
|
"length": 5,
|
|
251
251
|
"value": "false"
|
|
252
252
|
},
|
|
253
253
|
{
|
|
254
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
254
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/CrowdConnectedCoreBluetooth\/CrowdConnectedCoreBluetooth\/Scanner\/BeaconScanner.swift",
|
|
255
255
|
"kind": "BooleanLiteral",
|
|
256
256
|
"offset": 885,
|
|
257
257
|
"length": 5,
|
|
258
258
|
"value": "false"
|
|
259
259
|
},
|
|
260
260
|
{
|
|
261
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
261
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/CrowdConnectedCoreBluetooth\/CrowdConnectedCoreBluetooth\/Scanner\/BeaconScanner.swift",
|
|
262
262
|
"kind": "Array",
|
|
263
263
|
"offset": 931,
|
|
264
264
|
"length": 2,
|
|
265
265
|
"value": "[]"
|
|
266
266
|
},
|
|
267
267
|
{
|
|
268
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
268
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/CrowdConnectedCoreBluetooth\/CrowdConnectedCoreBluetooth\/Models\/EddystoneBeaconInfo.swift",
|
|
269
269
|
"kind": "IntegerLiteral",
|
|
270
270
|
"offset": 339,
|
|
271
271
|
"length": 4,
|
|
272
272
|
"value": "0x00"
|
|
273
273
|
},
|
|
274
274
|
{
|
|
275
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
275
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/CrowdConnectedCoreBluetooth\/CrowdConnectedCoreBluetooth\/Models\/EddystoneBeaconInfo.swift",
|
|
276
276
|
"kind": "IntegerLiteral",
|
|
277
277
|
"offset": 392,
|
|
278
278
|
"length": 4,
|
|
279
279
|
"value": "0x10"
|
|
280
280
|
},
|
|
281
281
|
{
|
|
282
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
282
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/CrowdConnectedCoreBluetooth\/CrowdConnectedCoreBluetooth\/Models\/EddystoneBeaconInfo.swift",
|
|
283
283
|
"kind": "IntegerLiteral",
|
|
284
284
|
"offset": 445,
|
|
285
285
|
"length": 4,
|
|
286
286
|
"value": "0x20"
|
|
287
287
|
},
|
|
288
288
|
{
|
|
289
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
289
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/CrowdConnectedCoreBluetooth\/CrowdConnectedCoreBluetooth\/Models\/EddystoneBeaconInfo.swift",
|
|
290
290
|
"kind": "IntegerLiteral",
|
|
291
291
|
"offset": 498,
|
|
292
292
|
"length": 4,
|
|
@@ -223,70 +223,70 @@
|
|
|
223
223
|
},
|
|
224
224
|
"ConstValues": [
|
|
225
225
|
{
|
|
226
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
226
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/CrowdConnectedCoreBluetooth\/CrowdConnectedCoreBluetooth\/Scanner\/BeaconScanner.swift",
|
|
227
227
|
"kind": "StringLiteral",
|
|
228
228
|
"offset": 425,
|
|
229
229
|
"length": 39,
|
|
230
230
|
"value": "\"CrowdConnected.Eddystone.ScannerQueue\""
|
|
231
231
|
},
|
|
232
232
|
{
|
|
233
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
233
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/CrowdConnectedCoreBluetooth\/CrowdConnectedCoreBluetooth\/Scanner\/BeaconScanner.swift",
|
|
234
234
|
"kind": "StringLiteral",
|
|
235
235
|
"offset": 511,
|
|
236
236
|
"length": 6,
|
|
237
237
|
"value": "\"FEAA\""
|
|
238
238
|
},
|
|
239
239
|
{
|
|
240
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
240
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/CrowdConnectedCoreBluetooth\/CrowdConnectedCoreBluetooth\/Scanner\/BeaconScanner.swift",
|
|
241
241
|
"kind": "BooleanLiteral",
|
|
242
242
|
"offset": 785,
|
|
243
243
|
"length": 5,
|
|
244
244
|
"value": "false"
|
|
245
245
|
},
|
|
246
246
|
{
|
|
247
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
247
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/CrowdConnectedCoreBluetooth\/CrowdConnectedCoreBluetooth\/Scanner\/BeaconScanner.swift",
|
|
248
248
|
"kind": "BooleanLiteral",
|
|
249
249
|
"offset": 827,
|
|
250
250
|
"length": 5,
|
|
251
251
|
"value": "false"
|
|
252
252
|
},
|
|
253
253
|
{
|
|
254
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
254
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/CrowdConnectedCoreBluetooth\/CrowdConnectedCoreBluetooth\/Scanner\/BeaconScanner.swift",
|
|
255
255
|
"kind": "BooleanLiteral",
|
|
256
256
|
"offset": 885,
|
|
257
257
|
"length": 5,
|
|
258
258
|
"value": "false"
|
|
259
259
|
},
|
|
260
260
|
{
|
|
261
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
261
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/CrowdConnectedCoreBluetooth\/CrowdConnectedCoreBluetooth\/Scanner\/BeaconScanner.swift",
|
|
262
262
|
"kind": "Array",
|
|
263
263
|
"offset": 931,
|
|
264
264
|
"length": 2,
|
|
265
265
|
"value": "[]"
|
|
266
266
|
},
|
|
267
267
|
{
|
|
268
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
268
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/CrowdConnectedCoreBluetooth\/CrowdConnectedCoreBluetooth\/Models\/EddystoneBeaconInfo.swift",
|
|
269
269
|
"kind": "IntegerLiteral",
|
|
270
270
|
"offset": 339,
|
|
271
271
|
"length": 4,
|
|
272
272
|
"value": "0x00"
|
|
273
273
|
},
|
|
274
274
|
{
|
|
275
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
275
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/CrowdConnectedCoreBluetooth\/CrowdConnectedCoreBluetooth\/Models\/EddystoneBeaconInfo.swift",
|
|
276
276
|
"kind": "IntegerLiteral",
|
|
277
277
|
"offset": 392,
|
|
278
278
|
"length": 4,
|
|
279
279
|
"value": "0x10"
|
|
280
280
|
},
|
|
281
281
|
{
|
|
282
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
282
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/CrowdConnectedCoreBluetooth\/CrowdConnectedCoreBluetooth\/Models\/EddystoneBeaconInfo.swift",
|
|
283
283
|
"kind": "IntegerLiteral",
|
|
284
284
|
"offset": 445,
|
|
285
285
|
"length": 4,
|
|
286
286
|
"value": "0x20"
|
|
287
287
|
},
|
|
288
288
|
{
|
|
289
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
289
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/CrowdConnectedCoreBluetooth\/CrowdConnectedCoreBluetooth\/Models\/EddystoneBeaconInfo.swift",
|
|
290
290
|
"kind": "IntegerLiteral",
|
|
291
291
|
"offset": 498,
|
|
292
292
|
"length": 4,
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
</data>
|
|
19
19
|
<key>Modules/CrowdConnectedCoreBluetooth.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
|
|
20
20
|
<data>
|
|
21
|
-
|
|
21
|
+
g0MT/uQnoCRXHssJ9WzpvDqLHxY=
|
|
22
22
|
</data>
|
|
23
23
|
<key>Modules/CrowdConnectedCoreBluetooth.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
|
|
24
24
|
<data>
|
|
@@ -34,11 +34,11 @@
|
|
|
34
34
|
</data>
|
|
35
35
|
<key>Modules/CrowdConnectedCoreBluetooth.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
|
|
36
36
|
<data>
|
|
37
|
-
|
|
37
|
+
HKofRpiyiCga8rOt8jybr+uUr4M=
|
|
38
38
|
</data>
|
|
39
39
|
<key>Modules/CrowdConnectedCoreBluetooth.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
|
|
40
40
|
<data>
|
|
41
|
-
|
|
41
|
+
g0MT/uQnoCRXHssJ9WzpvDqLHxY=
|
|
42
42
|
</data>
|
|
43
43
|
<key>Modules/CrowdConnectedCoreBluetooth.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
|
|
44
44
|
<data>
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
</data>
|
|
55
55
|
<key>Modules/CrowdConnectedCoreBluetooth.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
|
|
56
56
|
<data>
|
|
57
|
-
|
|
57
|
+
+a/+8/QnWx8nsrhFOB66g0maeS8=
|
|
58
58
|
</data>
|
|
59
59
|
<key>Modules/module.modulemap</key>
|
|
60
60
|
<data>
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
<dict>
|
|
86
86
|
<key>hash2</key>
|
|
87
87
|
<data>
|
|
88
|
-
|
|
88
|
+
RLNgHqDeS5ExCGx0my8/Vt5PTPjXMDHX4l7hVEOs1AM=
|
|
89
89
|
</data>
|
|
90
90
|
</dict>
|
|
91
91
|
<key>Modules/CrowdConnectedCoreBluetooth.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
|
|
@@ -113,14 +113,14 @@
|
|
|
113
113
|
<dict>
|
|
114
114
|
<key>hash2</key>
|
|
115
115
|
<data>
|
|
116
|
-
|
|
116
|
+
5z5wmcy9/81Z1Wn+jHNKrSucyd9T6QEaAOpIQfX5otE=
|
|
117
117
|
</data>
|
|
118
118
|
</dict>
|
|
119
119
|
<key>Modules/CrowdConnectedCoreBluetooth.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
|
|
120
120
|
<dict>
|
|
121
121
|
<key>hash2</key>
|
|
122
122
|
<data>
|
|
123
|
-
|
|
123
|
+
RLNgHqDeS5ExCGx0my8/Vt5PTPjXMDHX4l7hVEOs1AM=
|
|
124
124
|
</data>
|
|
125
125
|
</dict>
|
|
126
126
|
<key>Modules/CrowdConnectedCoreBluetooth.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
<dict>
|
|
149
149
|
<key>hash2</key>
|
|
150
150
|
<data>
|
|
151
|
-
|
|
151
|
+
LBQ8WQmgt97d0FM1pw6T0Z4AMW2FYzZHOzpNG1J3SfA=
|
|
152
152
|
</data>
|
|
153
153
|
</dict>
|
|
154
154
|
<key>Modules/module.modulemap</key>
|