diff --git a/CHANGELOG.md b/CHANGELOG.md index 61a49cc..99eb4b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -442,3 +442,21 @@ We're thrilled to present Roam iOS SDK version 0.1.30-beta.4, introducing new fe ** Centroid Method** :Introduced a centroid calculation method to derive a representative central coordinate from clusters of geographical positions, offering a more reliable reference point. These updates are designed to provide a more accurate and enriched tracking experience. If you have any questions, concerns, or feedback, our support team is always here to assist. + +## 0.1.30-beta.5 +**Enhancements in Visits, Geofence, and Data Enrichment** +We're excited to introduce Roam iOS SDK version 0.1.30-beta.5, with updates to improve functionality and enrich data insights. Here's what's new: + +**Visits Improvements**: +Enhanced visit tracking logic for better accuracy and reliability in location-based insights. + +**Location Fetch Logic Update**: +Refined logic for fetching location data when the app is open, ensuring smoother operation and improved accuracy. + +**Flower Geofence Enhancement**: +Added an additional outer layer to the flower geofence, expanding its functionality and use cases. + +**Centroid Data in Data Enrichment**: +Incorporated centroid calculation into data enrichment, offering a representative central coordinate for clustered geographical positions. + +These updates are part of our commitment to providing robust and precise tracking capabilities. If you have any questions or feedback, our support team is always here to assist. diff --git a/README.md b/README.md index c7fc2c9..f31adeb 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ This will add the Roam SDK and its dependencies to your project. The Roam SDK de #### Manual Installation -If you’re not familiar with using Cocoapods or prefer manual installation, we’ve added a ZIP file to the SDK. Use this link to download the [Roam.zip](https://github.com/roam-ai/roam-ios/releases/download/0.1.30-beta.4/Roam.xcframework.zip) file. +If you’re not familiar with using Cocoapods or prefer manual installation, we’ve added a ZIP file to the SDK. Use this link to download the [Roam.zip](https://github.com/roam-ai/roam-ios/releases/download/0.1.30-beta.5/Roam.xcframework.zip) file. Unzip the file and add the Roam `Roam.framework` to your Xcode project by dragging the file into your Project Navigator. diff --git a/Roam.xcframework.zip b/Roam.xcframework.zip index ddc55b1..11d079f 100644 Binary files a/Roam.xcframework.zip and b/Roam.xcframework.zip differ diff --git a/Roam/Roam.xcframework/Info.plist b/Roam/Roam.xcframework/Info.plist index d59353a..368c389 100644 --- a/Roam/Roam.xcframework/Info.plist +++ b/Roam/Roam.xcframework/Info.plist @@ -8,32 +8,32 @@ BinaryPath Roam.framework/Roam LibraryIdentifier - ios-arm64_x86_64-simulator + ios-arm64 LibraryPath Roam.framework SupportedArchitectures arm64 - x86_64 SupportedPlatform ios - SupportedPlatformVariant - simulator BinaryPath Roam.framework/Roam LibraryIdentifier - ios-arm64 + ios-arm64_x86_64-simulator LibraryPath Roam.framework SupportedArchitectures arm64 + x86_64 SupportedPlatform ios + SupportedPlatformVariant + simulator CFBundlePackageType diff --git a/Roam/Roam.xcframework/ios-arm64/Roam.framework/Headers/Roam-Swift.h b/Roam/Roam.xcframework/ios-arm64/Roam.framework/Headers/Roam-Swift.h index 9c28809..e8d00a3 100644 --- a/Roam/Roam.xcframework/ios-arm64/Roam.framework/Headers/Roam-Swift.h +++ b/Roam/Roam.xcframework/ios-arm64/Roam.framework/Headers/Roam-Swift.h @@ -715,6 +715,7 @@ SWIFT_CLASS("_TtC4Roam12RoamLocation") @property (nonatomic, readonly, copy) NSString * _Nullable recordedAt; @property (nonatomic) NSInteger batteryRemaining; @property (nonatomic) BOOL networkStatus; +@property (nonatomic, copy) NSString * _Nonnull networkState; @property (nonatomic, readonly, copy) NSDictionary * _Nullable metaData; @property (nonatomic, strong) RoamBatchConfig * _Nullable batch; @property (nonatomic) NSInteger speed; diff --git a/Roam/Roam.xcframework/ios-arm64/Roam.framework/Modules/Roam.swiftmodule/arm64-apple-ios.abi.json b/Roam/Roam.xcframework/ios-arm64/Roam.framework/Modules/Roam.swiftmodule/arm64-apple-ios.abi.json index eda4564..e6bf963 100644 --- a/Roam/Roam.xcframework/ios-arm64/Roam.framework/Modules/Roam.swiftmodule/arm64-apple-ios.abi.json +++ b/Roam/Roam.xcframework/ios-arm64/Roam.framework/Modules/Roam.swiftmodule/arm64-apple-ios.abi.json @@ -43132,6 +43132,98 @@ } ] }, + { + "kind": "Var", + "name": "networkState", + "printedName": "networkState", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@Roam@objc(cs)RoamLocation(py)networkState", + "mangledName": "$s4Roam0A8LocationC12networkStateSSvp", + "moduleName": "Roam", + "declAttributes": [ + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Roam@objc(cs)RoamLocation(im)networkState", + "mangledName": "$s4Roam0A8LocationC12networkStateSSvg", + "moduleName": "Roam", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Roam@objc(cs)RoamLocation(im)setNetworkState:", + "mangledName": "$s4Roam0A8LocationC12networkStateSSvs", + "moduleName": "Roam", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:4Roam0A8LocationC12networkStateSSvM", + "mangledName": "$s4Roam0A8LocationC12networkStateSSvM", + "moduleName": "Roam", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, { "kind": "Var", "name": "metaData", @@ -73367,49 +73459,49 @@ { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Core\/LocationFilter.swift", "kind": "FloatLiteral", - "offset": 670, + "offset": 384, "length": 4, "value": "25.0" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Core\/LocationFilter.swift", "kind": "FloatLiteral", - "offset": 917, + "offset": 631, "length": 4, "value": "25.0" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Core\/LocationFilter.swift", "kind": "FloatLiteral", - "offset": 4537, + "offset": 2859, "length": 5, "value": "100.0" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Core\/LocationFilter.swift", "kind": "Array", - "offset": 4594, + "offset": 2916, "length": 2, "value": "[]" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Core\/LocationFilter.swift", "kind": "IntegerLiteral", - "offset": 4633, + "offset": 2955, "length": 1, "value": "5" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Core\/LocationFilter.swift", "kind": "IntegerLiteral", - "offset": 4712, + "offset": 3034, "length": 2, "value": "60" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Core\/LocationFilter.swift", "kind": "IntegerLiteral", - "offset": 5529, + "offset": 3851, "length": 1, "value": "5" }, @@ -75565,7 +75657,7 @@ { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/Rechability\/NetworkConstant.swift", "kind": "StringLiteral", - "offset": 2356, + "offset": 2355, "length": 16, "value": "\"v2\/trips\/start\"" }, @@ -76420,622 +76512,622 @@ "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", "offset": 235, - "length": 8, - "value": "\"0.1.30\"" + "length": 15, + "value": "\"0.1.30-beta.5\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 272, + "offset": 279, "length": 18, "value": "\"MotionPublishKey\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 318, + "offset": 325, "length": 16, "value": "\"MotionSDKToken\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 362, + "offset": 369, "length": 19, "value": "\"MotionDeviceToken\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 409, + "offset": 416, "length": 16, "value": "\"GeoSparkUserId\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 453, + "offset": 460, "length": 19, "value": "\"GeoSparkUserAppId\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 500, + "offset": 507, "length": 17, "value": "\"CurrentAppState\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 544, + "offset": 551, "length": 19, "value": "\"GeoSparkAccountId\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 590, + "offset": 597, "length": 19, "value": "\"GeoSparkProjectId\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "IntegerLiteral", - "offset": 639, + "offset": 646, "length": 3, "value": "100" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 676, + "offset": 683, "length": 19, "value": "\"MotionSDKGeofence\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 745, + "offset": 752, "length": 22, "value": "\"MotionGeofenceEvents\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 800, + "offset": 807, "length": 18, "value": "\"MotionDeleteUser\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 851, + "offset": 858, "length": 20, "value": "\"MotionMotionEvents\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 905, + "offset": 912, "length": 18, "value": "\"MotionTripEvents\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 957, + "offset": 964, "length": 20, "value": "\"MotionNearbyEvents\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 1011, + "offset": 1018, "length": 22, "value": "\"MotionLocationEvents\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 1067, + "offset": 1074, "length": 21, "value": "\"MotionEventListener\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 1122, + "offset": 1129, "length": 24, "value": "\"MotionLocationListener\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 1247, + "offset": 1254, "length": 25, "value": "\"MotionListenerSubscribe\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 1306, + "offset": 1313, "length": 29, "value": "\"MotionLocationUserSubscribe\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 1369, + "offset": 1376, "length": 27, "value": "\"MotionSubscribeTripStatus\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 1456, + "offset": 1463, "length": 3, "value": "\"S\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 1489, + "offset": 1496, "length": 3, "value": "\"W\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 1522, + "offset": 1529, "length": 3, "value": "\"R\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 1555, + "offset": 1562, "length": 3, "value": "\"C\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 1588, + "offset": 1595, "length": 3, "value": "\"M\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 1621, + "offset": 1628, "length": 3, "value": "\"A\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 1654, + "offset": 1661, "length": 5, "value": "\"all\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 1690, + "offset": 1697, "length": 8, "value": "\"manual\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 1761, + "offset": 1768, "length": 16, "value": "\"current_motion\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 1808, + "offset": 1815, "length": 19, "value": "\"CurrentConfidence\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 1857, + "offset": 1864, "length": 12, "value": "\"stationary\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 1899, + "offset": 1906, "length": 8, "value": "\"moving\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 1965, + "offset": 1972, "length": 20, "value": "\"isLocationTracking\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 2024, + "offset": 2031, "length": 22, "value": "\"TripLocationTracking\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 2085, + "offset": 2092, "length": 17, "value": "\"currentLocation\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 2141, + "offset": 2148, "length": 21, "value": "\"MotionFirstLocation\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 2201, + "offset": 2208, "length": 22, "value": "\"MotionInsideGeofence\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 2262, + "offset": 2269, "length": 16, "value": "\"SetDeviceToken\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 2509, + "offset": 2516, "length": 19, "value": "\"kTrackingTimeBase\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 2568, + "offset": 2575, "length": 21, "value": "\"kIsLocationUpdating\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 2628, + "offset": 2635, "length": 21, "value": "\"kStationaryLocation\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 2710, + "offset": 2717, "length": 27, "value": "\"NetworkChangeNotification\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 2789, + "offset": 2796, "length": 15, "value": "\"getMotionLogs\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 2838, + "offset": 2845, "length": 33, "value": "\"location recorded successfully.\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 2905, + "offset": 2912, "length": 9, "value": "\"GPSData\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 2948, + "offset": 2955, "length": 26, "value": "\"locationPermissionStatus\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 3008, + "offset": 3015, "length": 14, "value": "\"StopTracking\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 3056, + "offset": 3063, "length": 39, "value": "\"location count recorded successfully.\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 3127, + "offset": 3134, "length": 15, "value": "\"geospark:trip\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 3163, + "offset": 3170, "length": 5, "value": "\"1.0\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 3203, + "offset": 3210, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 3277, + "offset": 3284, "length": 17, "value": "\"awsidentitypath\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 3317, + "offset": 3324, "length": 16, "value": "\"awsIotEndPoint\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 3355, + "offset": 3362, "length": 15, "value": "\"awsRegionType\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 3392, + "offset": 3399, "length": 15, "value": "\"awsPassPhrase\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 3438, + "offset": 3445, "length": 14, "value": "\"devmotionsdk\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 3494, + "offset": 3501, "length": 3, "value": "\"B\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 3524, + "offset": 3531, "length": 3, "value": "\"F\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 3554, + "offset": 3561, "length": 3, "value": "\"T\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 3580, + "offset": 3587, "length": 14, "value": "\"UserAppState\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 3731, + "offset": 3738, "length": 18, "value": "\"locationCountSDK\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 3784, + "offset": 3791, "length": 26, "value": "\"LocationCountStartedDate\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 3845, + "offset": 3852, "length": 18, "value": "\"location_tracker\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 3903, + "offset": 3910, "length": 22, "value": "\"locationCountSDKTemp\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 3964, + "offset": 3971, "length": 30, "value": "\"LocationCountStartedDateTemp\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 4033, + "offset": 4040, "length": 23, "value": "\"locationCountUpdating\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 4095, + "offset": 4102, "length": 22, "value": "\"currentLocationTimer\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 4156, + "offset": 4163, "length": 24, "value": "\"updateLocationMetaData\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 4219, + "offset": 4226, "length": 29, "value": "\"updateLocationMetaDataValue\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 4312, + "offset": 4319, "length": 32, "value": "\"shadow_state_location_tracking\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 4384, + "offset": 4391, "length": 22, "value": "\"shadow_state_pub_sub\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 4446, + "offset": 4453, "length": 40, "value": "\"shadow_state_location_tracking_changed\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 4526, + "offset": 4533, "length": 30, "value": "\"shadow_state_pub_sub_changed\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 4628, + "offset": 4635, "length": 21, "value": "\"LocationPublishSave\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 4694, + "offset": 4701, "length": 26, "value": "\"LocationPublishMeta_data\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 6875, + "offset": 6882, "length": 20, "value": "\"LimitExceedMessage\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 7096, + "offset": 7103, "length": 21, "value": "\"RoamSDKVersionValue\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 7161, + "offset": 7168, "length": 26, "value": "\"LocationHourlyCountValue\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 7232, + "offset": 7239, "length": 25, "value": "\"CustomTimeFirstLocation\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 7605, + "offset": 7612, "length": 36, "value": "\"BatchReceiverConfigBatchWindowDate\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 7686, + "offset": 7693, "length": 24, "value": "\"LocationReceiverConfig\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 7754, + "offset": 7761, "length": 32, "value": "\"LocationReceiverConfigAccuracy\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 7830, + "offset": 7837, "length": 31, "value": "\"LocationReceiverConfigTimeout\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 7905, + "offset": 7912, "length": 31, "value": "\"LocationReceiverConfigDiscard\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 7980, + "offset": 7987, "length": 28, "value": "\"LocationReceiverConfigDate\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 8052, + "offset": 8059, "length": 32, "value": "\"LocationReceiverConfigDateBool\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 8128, + "offset": 8135, "length": 26, "value": "\"ActivityMotionPermission\"" }, @@ -77056,7 +77148,7 @@ { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Response\/Expose\/RoamLocation.swift", "kind": "IntegerLiteral", - "offset": 661, + "offset": 703, "length": 1, "value": "0" }, diff --git a/Roam/Roam.xcframework/ios-arm64/Roam.framework/Modules/Roam.swiftmodule/arm64-apple-ios.private.swiftinterface b/Roam/Roam.xcframework/ios-arm64/Roam.framework/Modules/Roam.swiftmodule/arm64-apple-ios.private.swiftinterface index 496b895..72682fd 100644 --- a/Roam/Roam.xcframework/ios-arm64/Roam.framework/Modules/Roam.swiftmodule/arm64-apple-ios.private.swiftinterface +++ b/Roam/Roam.xcframework/ios-arm64/Roam.framework/Modules/Roam.swiftmodule/arm64-apple-ios.private.swiftinterface @@ -656,6 +656,7 @@ extension UIKit.UIDevice { @objc final public let recordedAt: Swift.String? @objc public var batteryRemaining: Swift.Int @objc public var networkStatus: Swift.Bool + @objc public var networkState: Swift.String @objc final public let metaData: Swift.Dictionary? @objc public var batch: RoamBatchConfig? @objc public var speed: Swift.Int diff --git a/Roam/Roam.xcframework/ios-arm64/Roam.framework/Modules/Roam.swiftmodule/arm64-apple-ios.private.swiftinterface-e b/Roam/Roam.xcframework/ios-arm64/Roam.framework/Modules/Roam.swiftmodule/arm64-apple-ios.private.swiftinterface-e index a67e721..5f95f5e 100644 --- a/Roam/Roam.xcframework/ios-arm64/Roam.framework/Modules/Roam.swiftmodule/arm64-apple-ios.private.swiftinterface-e +++ b/Roam/Roam.xcframework/ios-arm64/Roam.framework/Modules/Roam.swiftmodule/arm64-apple-ios.private.swiftinterface-e @@ -656,6 +656,7 @@ extension UIKit.UIDevice { @objc final public let recordedAt: Swift.String? @objc public var batteryRemaining: Swift.Int @objc public var networkStatus: Swift.Bool + @objc public var networkState: Swift.String @objc final public let metaData: Swift.Dictionary? @objc public var batch: Roam.RoamBatchConfig? @objc public var speed: Swift.Int diff --git a/Roam/Roam.xcframework/ios-arm64/Roam.framework/Modules/Roam.swiftmodule/arm64-apple-ios.swiftinterface b/Roam/Roam.xcframework/ios-arm64/Roam.framework/Modules/Roam.swiftmodule/arm64-apple-ios.swiftinterface index 496b895..72682fd 100644 --- a/Roam/Roam.xcframework/ios-arm64/Roam.framework/Modules/Roam.swiftmodule/arm64-apple-ios.swiftinterface +++ b/Roam/Roam.xcframework/ios-arm64/Roam.framework/Modules/Roam.swiftmodule/arm64-apple-ios.swiftinterface @@ -656,6 +656,7 @@ extension UIKit.UIDevice { @objc final public let recordedAt: Swift.String? @objc public var batteryRemaining: Swift.Int @objc public var networkStatus: Swift.Bool + @objc public var networkState: Swift.String @objc final public let metaData: Swift.Dictionary? @objc public var batch: RoamBatchConfig? @objc public var speed: Swift.Int diff --git a/Roam/Roam.xcframework/ios-arm64/Roam.framework/Modules/Roam.swiftmodule/arm64-apple-ios.swiftinterface-e b/Roam/Roam.xcframework/ios-arm64/Roam.framework/Modules/Roam.swiftmodule/arm64-apple-ios.swiftinterface-e index a67e721..5f95f5e 100644 --- a/Roam/Roam.xcframework/ios-arm64/Roam.framework/Modules/Roam.swiftmodule/arm64-apple-ios.swiftinterface-e +++ b/Roam/Roam.xcframework/ios-arm64/Roam.framework/Modules/Roam.swiftmodule/arm64-apple-ios.swiftinterface-e @@ -656,6 +656,7 @@ extension UIKit.UIDevice { @objc final public let recordedAt: Swift.String? @objc public var batteryRemaining: Swift.Int @objc public var networkStatus: Swift.Bool + @objc public var networkState: Swift.String @objc final public let metaData: Swift.Dictionary? @objc public var batch: Roam.RoamBatchConfig? @objc public var speed: Swift.Int diff --git a/Roam/Roam.xcframework/ios-arm64/Roam.framework/Roam b/Roam/Roam.xcframework/ios-arm64/Roam.framework/Roam index c582672..a4f4b55 100755 Binary files a/Roam/Roam.xcframework/ios-arm64/Roam.framework/Roam and b/Roam/Roam.xcframework/ios-arm64/Roam.framework/Roam differ diff --git a/Roam/Roam.xcframework/ios-arm64/Roam.framework/_CodeSignature/CodeResources b/Roam/Roam.xcframework/ios-arm64/Roam.framework/_CodeSignature/CodeResources index c0f3904..fe2503e 100644 --- a/Roam/Roam.xcframework/ios-arm64/Roam.framework/_CodeSignature/CodeResources +++ b/Roam/Roam.xcframework/ios-arm64/Roam.framework/_CodeSignature/CodeResources @@ -6,7 +6,7 @@ Headers/Roam-Swift.h - qM5nKGtHch0sIyl7XLN4aWSs+7M= + Zhp9KmEoVwwn0f9Ni20S7LepLx8= Headers/Roam.h @@ -18,11 +18,11 @@ Modules/Roam.swiftmodule/arm64-apple-ios.abi.json - QI63m5JLYKLIExRPLr/R0uY2yws= + Iz1/O3Tfvnt1TH43IVaSRNkW01s= Modules/Roam.swiftmodule/arm64-apple-ios.private.swiftinterface - xQPytqzsWyJhMs1aypIIxh5yTEo= + LQv9P5ClG0Tc/KIVLMkK5syfIGE= Modules/Roam.swiftmodule/arm64-apple-ios.swiftdoc @@ -30,11 +30,11 @@ Modules/Roam.swiftmodule/arm64-apple-ios.swiftinterface - xQPytqzsWyJhMs1aypIIxh5yTEo= + LQv9P5ClG0Tc/KIVLMkK5syfIGE= Modules/Roam.swiftmodule/arm64-apple-ios.swiftmodule - ZBeCNKCHNusfevFhEW8ZAhW9uzk= + Nsn0TXtyKntqbeb/s6opAZiC/Yw= Modules/module.modulemap @@ -55,7 +55,7 @@ hash2 - XQQ4gQK7rnfKKiTh5laxIOlIvvE7UBuPT7NGTvMd4W8= + OoXL5vltN6tEQsmDMGYDJpwqnPtqyQ43wVRRbGd7wtU= Headers/Roam.h @@ -69,14 +69,14 @@ hash2 - KdkaIxQs7KbqllrUWNwaQryGh1nSEvWMN9IgFiV9Rsw= + X1QNgW59WdlqT3PcOaNsQFkBsE37DP12TRN1pVb/0vE= Modules/Roam.swiftmodule/arm64-apple-ios.private.swiftinterface hash2 - G9zbODX3HL09pfuqugfDSXRd/sx0sBuka+VHMHHKHy4= + FM9oP4jaO1Kl5BbiH/suKZfhsIt5Fa9nZlGPaqJSzX0= Modules/Roam.swiftmodule/arm64-apple-ios.swiftdoc @@ -90,14 +90,14 @@ hash2 - G9zbODX3HL09pfuqugfDSXRd/sx0sBuka+VHMHHKHy4= + FM9oP4jaO1Kl5BbiH/suKZfhsIt5Fa9nZlGPaqJSzX0= Modules/Roam.swiftmodule/arm64-apple-ios.swiftmodule hash2 - vBa95l2vejPx6NEFpbbzeidQD4MvNiyjGDxX30YR+zI= + nSUzDAf68GbHQc4d7cxEHNeZNMgmxWjI4Bd2wA44aaY= Modules/module.modulemap diff --git a/Roam/Roam.xcframework/ios-arm64_x86_64-simulator/Roam.framework/Headers/Roam-Swift.h b/Roam/Roam.xcframework/ios-arm64_x86_64-simulator/Roam.framework/Headers/Roam-Swift.h index 30293c5..b74ee25 100644 --- a/Roam/Roam.xcframework/ios-arm64_x86_64-simulator/Roam.framework/Headers/Roam-Swift.h +++ b/Roam/Roam.xcframework/ios-arm64_x86_64-simulator/Roam.framework/Headers/Roam-Swift.h @@ -715,6 +715,7 @@ SWIFT_CLASS("_TtC4Roam12RoamLocation") @property (nonatomic, readonly, copy) NSString * _Nullable recordedAt; @property (nonatomic) NSInteger batteryRemaining; @property (nonatomic) BOOL networkStatus; +@property (nonatomic, copy) NSString * _Nonnull networkState; @property (nonatomic, readonly, copy) NSDictionary * _Nullable metaData; @property (nonatomic, strong) RoamBatchConfig * _Nullable batch; @property (nonatomic) NSInteger speed; @@ -2044,6 +2045,7 @@ SWIFT_CLASS("_TtC4Roam12RoamLocation") @property (nonatomic, readonly, copy) NSString * _Nullable recordedAt; @property (nonatomic) NSInteger batteryRemaining; @property (nonatomic) BOOL networkStatus; +@property (nonatomic, copy) NSString * _Nonnull networkState; @property (nonatomic, readonly, copy) NSDictionary * _Nullable metaData; @property (nonatomic, strong) RoamBatchConfig * _Nullable batch; @property (nonatomic) NSInteger speed; diff --git a/Roam/Roam.xcframework/ios-arm64_x86_64-simulator/Roam.framework/Modules/Roam.swiftmodule/arm64-apple-ios-simulator.abi.json b/Roam/Roam.xcframework/ios-arm64_x86_64-simulator/Roam.framework/Modules/Roam.swiftmodule/arm64-apple-ios-simulator.abi.json index 0fff0ba..3fb3781 100644 --- a/Roam/Roam.xcframework/ios-arm64_x86_64-simulator/Roam.framework/Modules/Roam.swiftmodule/arm64-apple-ios-simulator.abi.json +++ b/Roam/Roam.xcframework/ios-arm64_x86_64-simulator/Roam.framework/Modules/Roam.swiftmodule/arm64-apple-ios-simulator.abi.json @@ -43132,6 +43132,98 @@ } ] }, + { + "kind": "Var", + "name": "networkState", + "printedName": "networkState", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@Roam@objc(cs)RoamLocation(py)networkState", + "mangledName": "$s4Roam0A8LocationC12networkStateSSvp", + "moduleName": "Roam", + "declAttributes": [ + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Roam@objc(cs)RoamLocation(im)networkState", + "mangledName": "$s4Roam0A8LocationC12networkStateSSvg", + "moduleName": "Roam", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Roam@objc(cs)RoamLocation(im)setNetworkState:", + "mangledName": "$s4Roam0A8LocationC12networkStateSSvs", + "moduleName": "Roam", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:4Roam0A8LocationC12networkStateSSvM", + "mangledName": "$s4Roam0A8LocationC12networkStateSSvM", + "moduleName": "Roam", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, { "kind": "Var", "name": "metaData", @@ -73367,49 +73459,49 @@ { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Core\/LocationFilter.swift", "kind": "FloatLiteral", - "offset": 670, + "offset": 384, "length": 4, "value": "25.0" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Core\/LocationFilter.swift", "kind": "FloatLiteral", - "offset": 917, + "offset": 631, "length": 4, "value": "25.0" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Core\/LocationFilter.swift", "kind": "FloatLiteral", - "offset": 4537, + "offset": 2859, "length": 5, "value": "100.0" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Core\/LocationFilter.swift", "kind": "Array", - "offset": 4594, + "offset": 2916, "length": 2, "value": "[]" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Core\/LocationFilter.swift", "kind": "IntegerLiteral", - "offset": 4633, + "offset": 2955, "length": 1, "value": "5" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Core\/LocationFilter.swift", "kind": "IntegerLiteral", - "offset": 4712, + "offset": 3034, "length": 2, "value": "60" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Core\/LocationFilter.swift", "kind": "IntegerLiteral", - "offset": 5529, + "offset": 3851, "length": 1, "value": "5" }, @@ -75565,7 +75657,7 @@ { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/Rechability\/NetworkConstant.swift", "kind": "StringLiteral", - "offset": 2356, + "offset": 2355, "length": 16, "value": "\"v2\/trips\/start\"" }, @@ -76420,622 +76512,622 @@ "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", "offset": 235, - "length": 8, - "value": "\"0.1.30\"" + "length": 15, + "value": "\"0.1.30-beta.5\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 272, + "offset": 279, "length": 18, "value": "\"MotionPublishKey\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 318, + "offset": 325, "length": 16, "value": "\"MotionSDKToken\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 362, + "offset": 369, "length": 19, "value": "\"MotionDeviceToken\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 409, + "offset": 416, "length": 16, "value": "\"GeoSparkUserId\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 453, + "offset": 460, "length": 19, "value": "\"GeoSparkUserAppId\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 500, + "offset": 507, "length": 17, "value": "\"CurrentAppState\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 544, + "offset": 551, "length": 19, "value": "\"GeoSparkAccountId\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 590, + "offset": 597, "length": 19, "value": "\"GeoSparkProjectId\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "IntegerLiteral", - "offset": 639, + "offset": 646, "length": 3, "value": "100" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 676, + "offset": 683, "length": 19, "value": "\"MotionSDKGeofence\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 745, + "offset": 752, "length": 22, "value": "\"MotionGeofenceEvents\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 800, + "offset": 807, "length": 18, "value": "\"MotionDeleteUser\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 851, + "offset": 858, "length": 20, "value": "\"MotionMotionEvents\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 905, + "offset": 912, "length": 18, "value": "\"MotionTripEvents\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 957, + "offset": 964, "length": 20, "value": "\"MotionNearbyEvents\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 1011, + "offset": 1018, "length": 22, "value": "\"MotionLocationEvents\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 1067, + "offset": 1074, "length": 21, "value": "\"MotionEventListener\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 1122, + "offset": 1129, "length": 24, "value": "\"MotionLocationListener\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 1247, + "offset": 1254, "length": 25, "value": "\"MotionListenerSubscribe\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 1306, + "offset": 1313, "length": 29, "value": "\"MotionLocationUserSubscribe\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 1369, + "offset": 1376, "length": 27, "value": "\"MotionSubscribeTripStatus\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 1456, + "offset": 1463, "length": 3, "value": "\"S\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 1489, + "offset": 1496, "length": 3, "value": "\"W\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 1522, + "offset": 1529, "length": 3, "value": "\"R\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 1555, + "offset": 1562, "length": 3, "value": "\"C\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 1588, + "offset": 1595, "length": 3, "value": "\"M\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 1621, + "offset": 1628, "length": 3, "value": "\"A\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 1654, + "offset": 1661, "length": 5, "value": "\"all\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 1690, + "offset": 1697, "length": 8, "value": "\"manual\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 1761, + "offset": 1768, "length": 16, "value": "\"current_motion\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 1808, + "offset": 1815, "length": 19, "value": "\"CurrentConfidence\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 1857, + "offset": 1864, "length": 12, "value": "\"stationary\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 1899, + "offset": 1906, "length": 8, "value": "\"moving\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 1965, + "offset": 1972, "length": 20, "value": "\"isLocationTracking\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 2024, + "offset": 2031, "length": 22, "value": "\"TripLocationTracking\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 2085, + "offset": 2092, "length": 17, "value": "\"currentLocation\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 2141, + "offset": 2148, "length": 21, "value": "\"MotionFirstLocation\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 2201, + "offset": 2208, "length": 22, "value": "\"MotionInsideGeofence\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 2262, + "offset": 2269, "length": 16, "value": "\"SetDeviceToken\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 2509, + "offset": 2516, "length": 19, "value": "\"kTrackingTimeBase\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 2568, + "offset": 2575, "length": 21, "value": "\"kIsLocationUpdating\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 2628, + "offset": 2635, "length": 21, "value": "\"kStationaryLocation\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 2710, + "offset": 2717, "length": 27, "value": "\"NetworkChangeNotification\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 2789, + "offset": 2796, "length": 15, "value": "\"getMotionLogs\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 2838, + "offset": 2845, "length": 33, "value": "\"location recorded successfully.\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 2905, + "offset": 2912, "length": 9, "value": "\"GPSData\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 2948, + "offset": 2955, "length": 26, "value": "\"locationPermissionStatus\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 3008, + "offset": 3015, "length": 14, "value": "\"StopTracking\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 3056, + "offset": 3063, "length": 39, "value": "\"location count recorded successfully.\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 3127, + "offset": 3134, "length": 15, "value": "\"geospark:trip\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 3163, + "offset": 3170, "length": 5, "value": "\"1.0\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 3203, + "offset": 3210, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 3277, + "offset": 3284, "length": 17, "value": "\"awsidentitypath\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 3317, + "offset": 3324, "length": 16, "value": "\"awsIotEndPoint\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 3355, + "offset": 3362, "length": 15, "value": "\"awsRegionType\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 3392, + "offset": 3399, "length": 15, "value": "\"awsPassPhrase\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 3438, + "offset": 3445, "length": 14, "value": "\"devmotionsdk\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 3494, + "offset": 3501, "length": 3, "value": "\"B\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 3524, + "offset": 3531, "length": 3, "value": "\"F\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 3554, + "offset": 3561, "length": 3, "value": "\"T\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 3580, + "offset": 3587, "length": 14, "value": "\"UserAppState\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 3731, + "offset": 3738, "length": 18, "value": "\"locationCountSDK\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 3784, + "offset": 3791, "length": 26, "value": "\"LocationCountStartedDate\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 3845, + "offset": 3852, "length": 18, "value": "\"location_tracker\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 3903, + "offset": 3910, "length": 22, "value": "\"locationCountSDKTemp\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 3964, + "offset": 3971, "length": 30, "value": "\"LocationCountStartedDateTemp\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 4033, + "offset": 4040, "length": 23, "value": "\"locationCountUpdating\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 4095, + "offset": 4102, "length": 22, "value": "\"currentLocationTimer\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 4156, + "offset": 4163, "length": 24, "value": "\"updateLocationMetaData\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 4219, + "offset": 4226, "length": 29, "value": "\"updateLocationMetaDataValue\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 4312, + "offset": 4319, "length": 32, "value": "\"shadow_state_location_tracking\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 4384, + "offset": 4391, "length": 22, "value": "\"shadow_state_pub_sub\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 4446, + "offset": 4453, "length": 40, "value": "\"shadow_state_location_tracking_changed\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 4526, + "offset": 4533, "length": 30, "value": "\"shadow_state_pub_sub_changed\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 4628, + "offset": 4635, "length": 21, "value": "\"LocationPublishSave\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 4694, + "offset": 4701, "length": 26, "value": "\"LocationPublishMeta_data\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 6875, + "offset": 6882, "length": 20, "value": "\"LimitExceedMessage\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 7096, + "offset": 7103, "length": 21, "value": "\"RoamSDKVersionValue\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 7161, + "offset": 7168, "length": 26, "value": "\"LocationHourlyCountValue\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 7232, + "offset": 7239, "length": 25, "value": "\"CustomTimeFirstLocation\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 7605, + "offset": 7612, "length": 36, "value": "\"BatchReceiverConfigBatchWindowDate\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 7686, + "offset": 7693, "length": 24, "value": "\"LocationReceiverConfig\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 7754, + "offset": 7761, "length": 32, "value": "\"LocationReceiverConfigAccuracy\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 7830, + "offset": 7837, "length": 31, "value": "\"LocationReceiverConfigTimeout\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 7905, + "offset": 7912, "length": 31, "value": "\"LocationReceiverConfigDiscard\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 7980, + "offset": 7987, "length": 28, "value": "\"LocationReceiverConfigDate\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 8052, + "offset": 8059, "length": 32, "value": "\"LocationReceiverConfigDateBool\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 8128, + "offset": 8135, "length": 26, "value": "\"ActivityMotionPermission\"" }, @@ -77056,7 +77148,7 @@ { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Response\/Expose\/RoamLocation.swift", "kind": "IntegerLiteral", - "offset": 661, + "offset": 703, "length": 1, "value": "0" }, diff --git a/Roam/Roam.xcframework/ios-arm64_x86_64-simulator/Roam.framework/Modules/Roam.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface b/Roam/Roam.xcframework/ios-arm64_x86_64-simulator/Roam.framework/Modules/Roam.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface index e387897..de8063d 100644 --- a/Roam/Roam.xcframework/ios-arm64_x86_64-simulator/Roam.framework/Modules/Roam.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +++ b/Roam/Roam.xcframework/ios-arm64_x86_64-simulator/Roam.framework/Modules/Roam.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface @@ -656,6 +656,7 @@ extension UIKit.UIDevice { @objc final public let recordedAt: Swift.String? @objc public var batteryRemaining: Swift.Int @objc public var networkStatus: Swift.Bool + @objc public var networkState: Swift.String @objc final public let metaData: Swift.Dictionary? @objc public var batch: RoamBatchConfig? @objc public var speed: Swift.Int diff --git a/Roam/Roam.xcframework/ios-arm64_x86_64-simulator/Roam.framework/Modules/Roam.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface-e b/Roam/Roam.xcframework/ios-arm64_x86_64-simulator/Roam.framework/Modules/Roam.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface-e index c502f8c..f479371 100644 --- a/Roam/Roam.xcframework/ios-arm64_x86_64-simulator/Roam.framework/Modules/Roam.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface-e +++ b/Roam/Roam.xcframework/ios-arm64_x86_64-simulator/Roam.framework/Modules/Roam.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface-e @@ -656,6 +656,7 @@ extension UIKit.UIDevice { @objc final public let recordedAt: Swift.String? @objc public var batteryRemaining: Swift.Int @objc public var networkStatus: Swift.Bool + @objc public var networkState: Swift.String @objc final public let metaData: Swift.Dictionary? @objc public var batch: Roam.RoamBatchConfig? @objc public var speed: Swift.Int diff --git a/Roam/Roam.xcframework/ios-arm64_x86_64-simulator/Roam.framework/Modules/Roam.swiftmodule/arm64-apple-ios-simulator.swiftinterface b/Roam/Roam.xcframework/ios-arm64_x86_64-simulator/Roam.framework/Modules/Roam.swiftmodule/arm64-apple-ios-simulator.swiftinterface index e387897..de8063d 100644 --- a/Roam/Roam.xcframework/ios-arm64_x86_64-simulator/Roam.framework/Modules/Roam.swiftmodule/arm64-apple-ios-simulator.swiftinterface +++ b/Roam/Roam.xcframework/ios-arm64_x86_64-simulator/Roam.framework/Modules/Roam.swiftmodule/arm64-apple-ios-simulator.swiftinterface @@ -656,6 +656,7 @@ extension UIKit.UIDevice { @objc final public let recordedAt: Swift.String? @objc public var batteryRemaining: Swift.Int @objc public var networkStatus: Swift.Bool + @objc public var networkState: Swift.String @objc final public let metaData: Swift.Dictionary? @objc public var batch: RoamBatchConfig? @objc public var speed: Swift.Int diff --git a/Roam/Roam.xcframework/ios-arm64_x86_64-simulator/Roam.framework/Modules/Roam.swiftmodule/arm64-apple-ios-simulator.swiftinterface-e b/Roam/Roam.xcframework/ios-arm64_x86_64-simulator/Roam.framework/Modules/Roam.swiftmodule/arm64-apple-ios-simulator.swiftinterface-e index c502f8c..f479371 100644 --- a/Roam/Roam.xcframework/ios-arm64_x86_64-simulator/Roam.framework/Modules/Roam.swiftmodule/arm64-apple-ios-simulator.swiftinterface-e +++ b/Roam/Roam.xcframework/ios-arm64_x86_64-simulator/Roam.framework/Modules/Roam.swiftmodule/arm64-apple-ios-simulator.swiftinterface-e @@ -656,6 +656,7 @@ extension UIKit.UIDevice { @objc final public let recordedAt: Swift.String? @objc public var batteryRemaining: Swift.Int @objc public var networkStatus: Swift.Bool + @objc public var networkState: Swift.String @objc final public let metaData: Swift.Dictionary? @objc public var batch: Roam.RoamBatchConfig? @objc public var speed: Swift.Int diff --git a/Roam/Roam.xcframework/ios-arm64_x86_64-simulator/Roam.framework/Modules/Roam.swiftmodule/x86_64-apple-ios-simulator.abi.json b/Roam/Roam.xcframework/ios-arm64_x86_64-simulator/Roam.framework/Modules/Roam.swiftmodule/x86_64-apple-ios-simulator.abi.json index a23c0c6..1b1b792 100644 --- a/Roam/Roam.xcframework/ios-arm64_x86_64-simulator/Roam.framework/Modules/Roam.swiftmodule/x86_64-apple-ios-simulator.abi.json +++ b/Roam/Roam.xcframework/ios-arm64_x86_64-simulator/Roam.framework/Modules/Roam.swiftmodule/x86_64-apple-ios-simulator.abi.json @@ -43009,6 +43009,98 @@ } ] }, + { + "kind": "Var", + "name": "networkState", + "printedName": "networkState", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@Roam@objc(cs)RoamLocation(py)networkState", + "mangledName": "$s4Roam0A8LocationC12networkStateSSvp", + "moduleName": "Roam", + "declAttributes": [ + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Roam@objc(cs)RoamLocation(im)networkState", + "mangledName": "$s4Roam0A8LocationC12networkStateSSvg", + "moduleName": "Roam", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Roam@objc(cs)RoamLocation(im)setNetworkState:", + "mangledName": "$s4Roam0A8LocationC12networkStateSSvs", + "moduleName": "Roam", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:4Roam0A8LocationC12networkStateSSvM", + "mangledName": "$s4Roam0A8LocationC12networkStateSSvM", + "moduleName": "Roam", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, { "kind": "Var", "name": "metaData", @@ -72854,49 +72946,49 @@ { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Core\/LocationFilter.swift", "kind": "FloatLiteral", - "offset": 670, + "offset": 384, "length": 4, "value": "25.0" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Core\/LocationFilter.swift", "kind": "FloatLiteral", - "offset": 917, + "offset": 631, "length": 4, "value": "25.0" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Core\/LocationFilter.swift", "kind": "FloatLiteral", - "offset": 4537, + "offset": 2859, "length": 5, "value": "100.0" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Core\/LocationFilter.swift", "kind": "Array", - "offset": 4594, + "offset": 2916, "length": 2, "value": "[]" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Core\/LocationFilter.swift", "kind": "IntegerLiteral", - "offset": 4633, + "offset": 2955, "length": 1, "value": "5" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Core\/LocationFilter.swift", "kind": "IntegerLiteral", - "offset": 4712, + "offset": 3034, "length": 2, "value": "60" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Core\/LocationFilter.swift", "kind": "IntegerLiteral", - "offset": 5529, + "offset": 3851, "length": 1, "value": "5" }, @@ -75031,7 +75123,7 @@ { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/Rechability\/NetworkConstant.swift", "kind": "StringLiteral", - "offset": 2356, + "offset": 2355, "length": 16, "value": "\"v2\/trips\/start\"" }, @@ -75886,622 +75978,622 @@ "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", "offset": 235, - "length": 8, - "value": "\"0.1.30\"" + "length": 15, + "value": "\"0.1.30-beta.5\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 272, + "offset": 279, "length": 18, "value": "\"MotionPublishKey\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 318, + "offset": 325, "length": 16, "value": "\"MotionSDKToken\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 362, + "offset": 369, "length": 19, "value": "\"MotionDeviceToken\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 409, + "offset": 416, "length": 16, "value": "\"GeoSparkUserId\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 453, + "offset": 460, "length": 19, "value": "\"GeoSparkUserAppId\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 500, + "offset": 507, "length": 17, "value": "\"CurrentAppState\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 544, + "offset": 551, "length": 19, "value": "\"GeoSparkAccountId\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 590, + "offset": 597, "length": 19, "value": "\"GeoSparkProjectId\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "IntegerLiteral", - "offset": 639, + "offset": 646, "length": 3, "value": "100" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 676, + "offset": 683, "length": 19, "value": "\"MotionSDKGeofence\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 745, + "offset": 752, "length": 22, "value": "\"MotionGeofenceEvents\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 800, + "offset": 807, "length": 18, "value": "\"MotionDeleteUser\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 851, + "offset": 858, "length": 20, "value": "\"MotionMotionEvents\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 905, + "offset": 912, "length": 18, "value": "\"MotionTripEvents\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 957, + "offset": 964, "length": 20, "value": "\"MotionNearbyEvents\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 1011, + "offset": 1018, "length": 22, "value": "\"MotionLocationEvents\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 1067, + "offset": 1074, "length": 21, "value": "\"MotionEventListener\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 1122, + "offset": 1129, "length": 24, "value": "\"MotionLocationListener\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 1247, + "offset": 1254, "length": 25, "value": "\"MotionListenerSubscribe\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 1306, + "offset": 1313, "length": 29, "value": "\"MotionLocationUserSubscribe\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 1369, + "offset": 1376, "length": 27, "value": "\"MotionSubscribeTripStatus\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 1456, + "offset": 1463, "length": 3, "value": "\"S\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 1489, + "offset": 1496, "length": 3, "value": "\"W\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 1522, + "offset": 1529, "length": 3, "value": "\"R\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 1555, + "offset": 1562, "length": 3, "value": "\"C\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 1588, + "offset": 1595, "length": 3, "value": "\"M\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 1621, + "offset": 1628, "length": 3, "value": "\"A\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 1654, + "offset": 1661, "length": 5, "value": "\"all\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 1690, + "offset": 1697, "length": 8, "value": "\"manual\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 1761, + "offset": 1768, "length": 16, "value": "\"current_motion\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 1808, + "offset": 1815, "length": 19, "value": "\"CurrentConfidence\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 1857, + "offset": 1864, "length": 12, "value": "\"stationary\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 1899, + "offset": 1906, "length": 8, "value": "\"moving\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 1965, + "offset": 1972, "length": 20, "value": "\"isLocationTracking\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 2024, + "offset": 2031, "length": 22, "value": "\"TripLocationTracking\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 2085, + "offset": 2092, "length": 17, "value": "\"currentLocation\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 2141, + "offset": 2148, "length": 21, "value": "\"MotionFirstLocation\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 2201, + "offset": 2208, "length": 22, "value": "\"MotionInsideGeofence\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 2262, + "offset": 2269, "length": 16, "value": "\"SetDeviceToken\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 2509, + "offset": 2516, "length": 19, "value": "\"kTrackingTimeBase\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 2568, + "offset": 2575, "length": 21, "value": "\"kIsLocationUpdating\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 2628, + "offset": 2635, "length": 21, "value": "\"kStationaryLocation\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 2710, + "offset": 2717, "length": 27, "value": "\"NetworkChangeNotification\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 2789, + "offset": 2796, "length": 15, "value": "\"getMotionLogs\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 2838, + "offset": 2845, "length": 33, "value": "\"location recorded successfully.\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 2905, + "offset": 2912, "length": 9, "value": "\"GPSData\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 2948, + "offset": 2955, "length": 26, "value": "\"locationPermissionStatus\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 3008, + "offset": 3015, "length": 14, "value": "\"StopTracking\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 3056, + "offset": 3063, "length": 39, "value": "\"location count recorded successfully.\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 3127, + "offset": 3134, "length": 15, "value": "\"geospark:trip\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 3163, + "offset": 3170, "length": 5, "value": "\"1.0\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 3203, + "offset": 3210, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 3277, + "offset": 3284, "length": 17, "value": "\"awsidentitypath\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 3317, + "offset": 3324, "length": 16, "value": "\"awsIotEndPoint\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 3355, + "offset": 3362, "length": 15, "value": "\"awsRegionType\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 3392, + "offset": 3399, "length": 15, "value": "\"awsPassPhrase\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 3438, + "offset": 3445, "length": 14, "value": "\"devmotionsdk\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 3494, + "offset": 3501, "length": 3, "value": "\"B\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 3524, + "offset": 3531, "length": 3, "value": "\"F\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 3554, + "offset": 3561, "length": 3, "value": "\"T\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 3580, + "offset": 3587, "length": 14, "value": "\"UserAppState\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 3731, + "offset": 3738, "length": 18, "value": "\"locationCountSDK\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 3784, + "offset": 3791, "length": 26, "value": "\"LocationCountStartedDate\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 3845, + "offset": 3852, "length": 18, "value": "\"location_tracker\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 3903, + "offset": 3910, "length": 22, "value": "\"locationCountSDKTemp\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 3964, + "offset": 3971, "length": 30, "value": "\"LocationCountStartedDateTemp\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 4033, + "offset": 4040, "length": 23, "value": "\"locationCountUpdating\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 4095, + "offset": 4102, "length": 22, "value": "\"currentLocationTimer\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 4156, + "offset": 4163, "length": 24, "value": "\"updateLocationMetaData\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 4219, + "offset": 4226, "length": 29, "value": "\"updateLocationMetaDataValue\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 4312, + "offset": 4319, "length": 32, "value": "\"shadow_state_location_tracking\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 4384, + "offset": 4391, "length": 22, "value": "\"shadow_state_pub_sub\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 4446, + "offset": 4453, "length": 40, "value": "\"shadow_state_location_tracking_changed\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 4526, + "offset": 4533, "length": 30, "value": "\"shadow_state_pub_sub_changed\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 4628, + "offset": 4635, "length": 21, "value": "\"LocationPublishSave\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 4694, + "offset": 4701, "length": 26, "value": "\"LocationPublishMeta_data\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 6875, + "offset": 6882, "length": 20, "value": "\"LimitExceedMessage\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 7096, + "offset": 7103, "length": 21, "value": "\"RoamSDKVersionValue\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 7161, + "offset": 7168, "length": 26, "value": "\"LocationHourlyCountValue\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 7232, + "offset": 7239, "length": 25, "value": "\"CustomTimeFirstLocation\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 7605, + "offset": 7612, "length": 36, "value": "\"BatchReceiverConfigBatchWindowDate\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 7686, + "offset": 7693, "length": 24, "value": "\"LocationReceiverConfig\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 7754, + "offset": 7761, "length": 32, "value": "\"LocationReceiverConfigAccuracy\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 7830, + "offset": 7837, "length": 31, "value": "\"LocationReceiverConfigTimeout\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 7905, + "offset": 7912, "length": 31, "value": "\"LocationReceiverConfigDiscard\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 7980, + "offset": 7987, "length": 28, "value": "\"LocationReceiverConfigDate\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 8052, + "offset": 8059, "length": 32, "value": "\"LocationReceiverConfigDateBool\"" }, { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Constants\/AppConstant\/AppDefaults.swift", "kind": "StringLiteral", - "offset": 8128, + "offset": 8135, "length": 26, "value": "\"ActivityMotionPermission\"" }, @@ -76522,7 +76614,7 @@ { "filePath": "\/Users\/dinesh\/Documents\/Roam\/GitHub\/Plugin-iOS-Roam\/roam-ios-core\/Roam\/Response\/Expose\/RoamLocation.swift", "kind": "IntegerLiteral", - "offset": 661, + "offset": 703, "length": 1, "value": "0" }, diff --git a/Roam/Roam.xcframework/ios-arm64_x86_64-simulator/Roam.framework/Modules/Roam.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface b/Roam/Roam.xcframework/ios-arm64_x86_64-simulator/Roam.framework/Modules/Roam.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface index 776500e..5adf002 100644 --- a/Roam/Roam.xcframework/ios-arm64_x86_64-simulator/Roam.framework/Modules/Roam.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +++ b/Roam/Roam.xcframework/ios-arm64_x86_64-simulator/Roam.framework/Modules/Roam.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface @@ -652,6 +652,7 @@ extension UIKit.UIDevice { @objc final public let recordedAt: Swift.String? @objc public var batteryRemaining: Swift.Int @objc public var networkStatus: Swift.Bool + @objc public var networkState: Swift.String @objc final public let metaData: Swift.Dictionary? @objc public var batch: RoamBatchConfig? @objc public var speed: Swift.Int diff --git a/Roam/Roam.xcframework/ios-arm64_x86_64-simulator/Roam.framework/Modules/Roam.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface-e b/Roam/Roam.xcframework/ios-arm64_x86_64-simulator/Roam.framework/Modules/Roam.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface-e index 047d63c..e68bafd 100644 --- a/Roam/Roam.xcframework/ios-arm64_x86_64-simulator/Roam.framework/Modules/Roam.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface-e +++ b/Roam/Roam.xcframework/ios-arm64_x86_64-simulator/Roam.framework/Modules/Roam.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface-e @@ -652,6 +652,7 @@ extension UIKit.UIDevice { @objc final public let recordedAt: Swift.String? @objc public var batteryRemaining: Swift.Int @objc public var networkStatus: Swift.Bool + @objc public var networkState: Swift.String @objc final public let metaData: Swift.Dictionary? @objc public var batch: Roam.RoamBatchConfig? @objc public var speed: Swift.Int diff --git a/Roam/Roam.xcframework/ios-arm64_x86_64-simulator/Roam.framework/Modules/Roam.swiftmodule/x86_64-apple-ios-simulator.swiftinterface b/Roam/Roam.xcframework/ios-arm64_x86_64-simulator/Roam.framework/Modules/Roam.swiftmodule/x86_64-apple-ios-simulator.swiftinterface index 776500e..5adf002 100644 --- a/Roam/Roam.xcframework/ios-arm64_x86_64-simulator/Roam.framework/Modules/Roam.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +++ b/Roam/Roam.xcframework/ios-arm64_x86_64-simulator/Roam.framework/Modules/Roam.swiftmodule/x86_64-apple-ios-simulator.swiftinterface @@ -652,6 +652,7 @@ extension UIKit.UIDevice { @objc final public let recordedAt: Swift.String? @objc public var batteryRemaining: Swift.Int @objc public var networkStatus: Swift.Bool + @objc public var networkState: Swift.String @objc final public let metaData: Swift.Dictionary? @objc public var batch: RoamBatchConfig? @objc public var speed: Swift.Int diff --git a/Roam/Roam.xcframework/ios-arm64_x86_64-simulator/Roam.framework/Modules/Roam.swiftmodule/x86_64-apple-ios-simulator.swiftinterface-e b/Roam/Roam.xcframework/ios-arm64_x86_64-simulator/Roam.framework/Modules/Roam.swiftmodule/x86_64-apple-ios-simulator.swiftinterface-e index 047d63c..e68bafd 100644 --- a/Roam/Roam.xcframework/ios-arm64_x86_64-simulator/Roam.framework/Modules/Roam.swiftmodule/x86_64-apple-ios-simulator.swiftinterface-e +++ b/Roam/Roam.xcframework/ios-arm64_x86_64-simulator/Roam.framework/Modules/Roam.swiftmodule/x86_64-apple-ios-simulator.swiftinterface-e @@ -652,6 +652,7 @@ extension UIKit.UIDevice { @objc final public let recordedAt: Swift.String? @objc public var batteryRemaining: Swift.Int @objc public var networkStatus: Swift.Bool + @objc public var networkState: Swift.String @objc final public let metaData: Swift.Dictionary? @objc public var batch: Roam.RoamBatchConfig? @objc public var speed: Swift.Int diff --git a/Roam/Roam.xcframework/ios-arm64_x86_64-simulator/Roam.framework/Roam b/Roam/Roam.xcframework/ios-arm64_x86_64-simulator/Roam.framework/Roam index c827143..5d55a23 100755 Binary files a/Roam/Roam.xcframework/ios-arm64_x86_64-simulator/Roam.framework/Roam and b/Roam/Roam.xcframework/ios-arm64_x86_64-simulator/Roam.framework/Roam differ diff --git a/Roam/Roam.xcframework/ios-arm64_x86_64-simulator/Roam.framework/_CodeSignature/CodeResources b/Roam/Roam.xcframework/ios-arm64_x86_64-simulator/Roam.framework/_CodeSignature/CodeResources index 394f945..e9fff85 100644 --- a/Roam/Roam.xcframework/ios-arm64_x86_64-simulator/Roam.framework/_CodeSignature/CodeResources +++ b/Roam/Roam.xcframework/ios-arm64_x86_64-simulator/Roam.framework/_CodeSignature/CodeResources @@ -6,7 +6,7 @@ Headers/Roam-Swift.h - w6KhwVdGo0SF+PSsNJcu9wG/YUk= + OWUCy5sJciMT5Bhln30AHh+i8Dw= Headers/Roam.h @@ -18,11 +18,11 @@ Modules/Roam.swiftmodule/arm64-apple-ios-simulator.abi.json - QypbAAaAqYBhTJnFf1oIabIJIlE= + CbVJeQ1obOF7JuoJEUmSj07sdOc= Modules/Roam.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface - DSubVhtdqrj0HerW629I4TFCvbk= + dJ4HzX4cp4Mk24wJcfrczXpGo58= Modules/Roam.swiftmodule/arm64-apple-ios-simulator.swiftdoc @@ -30,19 +30,19 @@ Modules/Roam.swiftmodule/arm64-apple-ios-simulator.swiftinterface - DSubVhtdqrj0HerW629I4TFCvbk= + dJ4HzX4cp4Mk24wJcfrczXpGo58= Modules/Roam.swiftmodule/arm64-apple-ios-simulator.swiftmodule - SGvT03sQfI9NQBLvFV4l9/qLDKA= + ru4VO5HI/bpJlNbjjfTL7CcGQZg= Modules/Roam.swiftmodule/x86_64-apple-ios-simulator.abi.json - ZLH7CGz/sfEk6PtBg/qW6iln2uM= + FX0X4ERhMtSDs1+2vVDo5fAFCdE= Modules/Roam.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface - HZ63LCBG7IJT4LxBZUYcq4AFA84= + cUkpjy1YPNPlaf/PaxSqg8W65cw= Modules/Roam.swiftmodule/x86_64-apple-ios-simulator.swiftdoc @@ -50,11 +50,11 @@ Modules/Roam.swiftmodule/x86_64-apple-ios-simulator.swiftinterface - HZ63LCBG7IJT4LxBZUYcq4AFA84= + cUkpjy1YPNPlaf/PaxSqg8W65cw= Modules/Roam.swiftmodule/x86_64-apple-ios-simulator.swiftmodule - Lj5YNJU1+rZjxoNYZALGZEYnCJ4= + J9uiWXIUx9riiso9Yz6hS+drGas= Modules/module.modulemap @@ -75,7 +75,7 @@ hash2 - hC3KTrfP4xo8IE6/g48+WlSRX2aH4PaDGj70YG92eLc= + 4lR8HS50IMBsPsvDEE9MyGNhumLtDF7In3VTe7ACWyA= Headers/Roam.h @@ -89,14 +89,14 @@ hash2 - naEAXzeT+e9WZuPBofuNnEwGiXD1d0BzzUy6vK4ej6A= + NRKOKI6wQUi6dUzBI8XGvbVP7SpdD2xuxUAvfRykCBY= Modules/Roam.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface hash2 - bOqnm3eY9HPVd/RxP+cGRZtOs+zAn5EfgKEnMA0j1fE= + e4gQsK02Vc917hkUfWaNxnT5D2MrPQpETlBdK3pxiqU= Modules/Roam.swiftmodule/arm64-apple-ios-simulator.swiftdoc @@ -110,28 +110,28 @@ hash2 - bOqnm3eY9HPVd/RxP+cGRZtOs+zAn5EfgKEnMA0j1fE= + e4gQsK02Vc917hkUfWaNxnT5D2MrPQpETlBdK3pxiqU= Modules/Roam.swiftmodule/arm64-apple-ios-simulator.swiftmodule hash2 - Tqk5ipdKITWmdD16uHIHRfpP+biaVvpM+93iqbgW27Q= + TQEyOcps+E8wG6aNvuvOixri+2r1B2ypHYwcjr7vfqU= Modules/Roam.swiftmodule/x86_64-apple-ios-simulator.abi.json hash2 - f+vfaVW6g0k/eVSkzx78PJzsVV8KJY2WfJ8+lBtF4Zg= + ouiVz4AW9kjKSImeE1v6do+BX8kRlGTt7nyYo1zy9ns= Modules/Roam.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface hash2 - qw4ls3FlhnuVyfNlyUKcZTdrokGTNf52ZOmErtnQ4qg= + L+bRfgRJoP40LZuaZRFy6ysQ7tE0kDsVxxGaistihFM= Modules/Roam.swiftmodule/x86_64-apple-ios-simulator.swiftdoc @@ -145,14 +145,14 @@ hash2 - qw4ls3FlhnuVyfNlyUKcZTdrokGTNf52ZOmErtnQ4qg= + L+bRfgRJoP40LZuaZRFy6ysQ7tE0kDsVxxGaistihFM= Modules/Roam.swiftmodule/x86_64-apple-ios-simulator.swiftmodule hash2 - TpTd89B57VOAEx6gKbR+XBngWrhyuefs4/K2N0PAZNI= + deIAHdMU44u15pr5Wg2m4NZezhijskyLDOlmRkjVUOQ= Modules/module.modulemap diff --git a/roam-ios.podspec b/roam-ios.podspec index 30fd84a..c1eadeb 100644 --- a/roam-ios.podspec +++ b/roam-ios.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'roam-ios' - s.version = '0.1.30-beta.4' + s.version = '0.1.30-beta.5' s.summary = 'High accuracy and battery efficient location SDK for iOS by Roam.ai' s.homepage = 'https://roam.ai' s.social_media_url = 'https://twitter.com/roam_ai'