Skip to content

Commit 73df215

Browse files
committed
Point to latest macro package
1 parent 486013d commit 73df215

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Package.resolved

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ let package = Package(
88
name: "MapLibreSwiftUI",
99
platforms: [
1010
.iOS(.v15),
11-
.macOS(.v11),
11+
.macOS(.v12),
1212
],
1313
products: [
1414
.library(
@@ -21,8 +21,8 @@ let package = Package(
2121
),
2222
],
2323
dependencies: [
24-
.package(url: "https://github.com/maplibre/maplibre-gl-native-distribution.git", from: "6.1.0"),
25-
.package(url: "https://github.com/hactar/maplibre-swift-macros.git", branch: "public-expression"),
24+
.package(url: "https://github.com/maplibre/maplibre-gl-native-distribution.git", from: "6.4.0"),
25+
.package(url: "https://github.com/stadiamaps/maplibre-swift-macros.git", from: "0.0.3"),
2626
// Testing
2727
.package(url: "https://github.com/Kolos65/Mockable.git", exact: "0.0.3"),
2828
.package(url: "https://github.com/pointfreeco/swift-snapshot-testing", from: "1.15.3"),

0 commit comments

Comments
 (0)