Skip to content

Commit

Permalink
//wip
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksproger committed Nov 2, 2024
1 parent 3aa9409 commit eff168c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"circleci.persistedProjectSelection": [
"gh/mapbox/mapbox-core-maps-ios"
]
}
7 changes: 5 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,15 @@ let package = Package(
targets: ["MapboxCoreMapsWrapper"]),
],
dependencies: [
.package(url: "https://github.com/mapbox/mapbox-common-ios.git", from: "24.8.0-rc.1"),
.package(url: "https://github.com/mapbox/mapbox-common-ios.git", branch: "sapial/CORESDK-3099/0"),
],
targets: [
.target(
name: "MapboxCoreMapsWrapper",
dependencies: [.product(name: "MapboxCommon", package: "mapbox-common-ios"), "MapboxCoreMaps"]
dependencies: [
.product(name: "MapboxCommon", package: "mapbox-common-ios"),
"MapboxCoreMaps"
]
),
.binaryTarget(
name: "MapboxCoreMaps",
Expand Down

0 comments on commit eff168c

Please sign in to comment.