Skip to content

Commit

Permalink
iOS updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthetechie committed Sep 3, 2024
1 parent b11b6a5 commit 69345d8
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/stadiamaps/maplibre-swiftui-dsl-playground",
"state" : {
"revision" : "02f5a62009bc991a9dc59011785c83c347d7eea6",
"version" : "0.0.23"
"revision" : "a789bbee505a1344a87d9a5f999455ed55acdcde",
"version" : "0.0.28"
}
},
{
"identity" : "mockable",
"kind" : "remoteSourceControl",
"location" : "https://github.com/Kolos65/Mockable.git",
"state" : {
"revision" : "81ccaead99a3c038c09345caa2888ae74b644ee9",
"version" : "0.0.9"
"revision" : "da977ecb20974c4b1cf185f5fd38771b2d4674fb",
"version" : "0.0.10"
}
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/maplibre/maplibre-gl-native-distribution.git",
"state" : {
"revision" : "cf66f087af489ebc091c03cbd4f38d0540135871",
"version" : "6.5.3"
"revision" : "abe762f1e19e03a4c6943d2aad92c219da384b29",
"version" : "6.5.4"
}
},
{
Expand All @@ -24,23 +24,23 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/stadiamaps/maplibre-swiftui-dsl-playground",
"state" : {
"revision" : "02f5a62009bc991a9dc59011785c83c347d7eea6",
"version" : "0.0.23"
"revision" : "a789bbee505a1344a87d9a5f999455ed55acdcde",
"version" : "0.0.28"
}
},
{
"identity" : "mockable",
"kind" : "remoteSourceControl",
"location" : "https://github.com/Kolos65/Mockable.git",
"state" : {
"revision" : "81ccaead99a3c038c09345caa2888ae74b644ee9",
"version" : "0.0.9"
"revision" : "da977ecb20974c4b1cf185f5fd38771b2d4674fb",
"version" : "0.0.10"
}
},
{
"identity" : "swift-syntax",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-syntax.git",
"location" : "https://github.com/swiftlang/swift-syntax.git",
"state" : {
"revision" : "64889f0c732f210a935a0ad7cda38f77f876262d",
"version" : "509.1.1"
Expand Down
2 changes: 1 addition & 1 deletion apple/Sources/FerrostarCore/FerrostarCore.swift
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ public protocol FerrostarCoreDelegate: AnyObject {

switch newState {
case let .navigating(
currentGeometryIndex: _,
currentStepGeometryIndex: _,
snappedUserLocation: _,
remainingSteps: _,
remainingWaypoints: remainingWaypoints,
Expand Down
4 changes: 2 additions & 2 deletions apple/Sources/FerrostarCore/Mock/MockNavigationState.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Foundation
public extension NavigationState {
static let pedestrianExample = NavigationState(
tripState: .navigating(
currentGeometryIndex: 0,
currentStepGeometryIndex: 0,
snappedUserLocation: UserLocation(
latitude: samplePedestrianWaypoints.first!.lat,
longitude: samplePedestrianWaypoints.first!.lng,
Expand Down Expand Up @@ -37,7 +37,7 @@ public extension NavigationState {

return NavigationState(
tripState: .navigating(
currentGeometryIndex: 0,
currentStepGeometryIndex: 0,
snappedUserLocation: UserLocation(
coordinates: samplePedestrianWaypoints.first!,
horizontalAccuracy: 10,
Expand Down

0 comments on commit 69345d8

Please sign in to comment.