Skip to content

Commit

Permalink
remove macOS platform
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick-Kladek committed Apr 12, 2024
1 parent c041a85 commit d731478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import PackageDescription
let package = Package(
name: "maplibre-navigation-ios",
defaultLocalization: "en",
platforms: [.iOS(.v13), .macOS(.v10_15)],
platforms: [.iOS(.v13)],
products: [
.library(
name: "MapboxNavigation",
Expand Down

0 comments on commit d731478

Please sign in to comment.