Skip to content

Commit

Permalink
remove maplibre-navigation dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick-Kladek committed Jun 7, 2024
1 parent 00ac500 commit b6d2b9f
Show file tree
Hide file tree
Showing 8 changed files with 53 additions and 893 deletions.
36 changes: 0 additions & 36 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
{
"pins" : [
{
"identity" : "mapbox-directions-swift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/flitsmeister/mapbox-directions-swift",
"state" : {
"revision" : "6c19ecc4e1324887ae3250802b8d13d8d8b3ff2d",
"version" : "0.23.3"
}
},
{
"identity" : "maplibre-gl-native-distribution",
"kind" : "remoteSourceControl",
Expand Down Expand Up @@ -36,24 +27,6 @@
"version" : "0.0.3"
}
},
{
"identity" : "polyline",
"kind" : "remoteSourceControl",
"location" : "https://github.com/raphaelmor/Polyline",
"state" : {
"revision" : "353f80378dcd8f17eefe8550090c6b1ae3c9da23",
"version" : "5.1.0"
}
},
{
"identity" : "solar",
"kind" : "remoteSourceControl",
"location" : "https://github.com/ceeK/Solar.git",
"state" : {
"revision" : "c2b96f2d5fb7f835b91cefac5e83101f54643901",
"version" : "3.0.1"
}
},
{
"identity" : "swift-snapshot-testing",
"kind" : "remoteSourceControl",
Expand All @@ -71,15 +44,6 @@
"revision" : "64889f0c732f210a935a0ad7cda38f77f876262d",
"version" : "509.1.1"
}
},
{
"identity" : "turf-swift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/flitsmeister/turf-swift",
"state" : {
"revision" : "b05b4658d1b48eac4127a0d9ebbb5a6f965a8251",
"version" : "0.2.2"
}
}
],
"version" : 2
Expand Down
20 changes: 0 additions & 20 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ let package = Package(
name: "MapLibreSwiftUI",
targets: ["MapLibreSwiftUI"]
),
.library(name: "MapLibreNavigationSwiftUI",
targets: ["MapLibreNavigationSwiftUI"]
),
.library(
name: "MapLibreSwiftDSL",
targets: ["MapLibreSwiftDSL"]
Expand All @@ -26,7 +23,6 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/maplibre/maplibre-gl-native-distribution.git", from: "6.4.0"),
.package(url: "https://github.com/stadiamaps/maplibre-swift-macros.git", from: "0.0.3"),
.package(path: "~/Developer/maplibre-navigation-ios"),
// Testing
.package(url: "https://github.com/Kolos65/Mockable.git", exact: "0.0.3"),
.package(url: "https://github.com/pointfreeco/swift-snapshot-testing", from: "1.15.3"),
Expand All @@ -38,29 +34,13 @@ let package = Package(
.target(name: "InternalUtils"),
.target(name: "MapLibreSwiftDSL"),
.product(name: "MapLibre", package: "maplibre-gl-native-distribution"),
.product(name: "MapboxNavigation", package: "maplibre-navigation-ios"),
.product(name: "Mockable", package: "Mockable"),
],
swiftSettings: [
.define("MOCKING", .when(configuration: .debug)),
.enableExperimentalFeature("StrictConcurrency"),
]
),
.target(
name: "MapLibreNavigationSwiftUI",
dependencies: [
.target(name: "InternalUtils"),
.target(name: "MapLibreSwiftDSL"),
.target(name: "MapLibreSwiftUI"),
.product(name: "MapLibre", package: "maplibre-gl-native-distribution"),
.product(name: "MapboxNavigation", package: "maplibre-navigation-ios"),
.product(name: "Mockable", package: "Mockable"),
],
swiftSettings: [
.define("MOCKING", .when(configuration: .debug)),
.enableExperimentalFeature("StrictConcurrency"),
]
),
.target(
name: "MapLibreSwiftDSL",
dependencies: [
Expand Down
Loading

0 comments on commit b6d2b9f

Please sign in to comment.