Skip to content

Commit

Permalink
Add more platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
fpseverino committed Nov 15, 2024
1 parent d154a94 commit 8bff33e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ import PackageDescription
let package = Package(
name: "apple-maps-kit",
platforms: [
.macOS(.v14)
.macOS(.v13),
.iOS(.v15),
.tvOS(.v15),
.watchOS(.v8),
],
products: [
.library(name: "AppleMapsKit", targets: ["AppleMapsKit"])
Expand Down

0 comments on commit 8bff33e

Please sign in to comment.