Skip to content

Commit

Permalink
Point to latest macro package
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthetechie committed May 3, 2024
1 parent 486013d commit 73df215
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
{
"identity" : "maplibre-swift-macros",
"kind" : "remoteSourceControl",
"location" : "https://github.com/hactar/maplibre-swift-macros.git",
"location" : "https://github.com/stadiamaps/maplibre-swift-macros.git",
"state" : {
"branch" : "public-expression",
"revision" : "8cc58a6ed5911d88e610f76e50facb2c34a7b306"
"revision" : "d52adbcbfaf96bd0723a156bd838826916ff7a69",
"version" : "0.0.3"
}
},
{
Expand Down
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ let package = Package(
name: "MapLibreSwiftUI",
platforms: [
.iOS(.v15),
.macOS(.v11),
.macOS(.v12),
],
products: [
.library(
Expand All @@ -21,8 +21,8 @@ let package = Package(
),
],
dependencies: [
.package(url: "https://github.com/maplibre/maplibre-gl-native-distribution.git", from: "6.1.0"),
.package(url: "https://github.com/hactar/maplibre-swift-macros.git", branch: "public-expression"),
.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"),
// 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 Down

0 comments on commit 73df215

Please sign in to comment.