Skip to content

Commit

Permalink
Add visionOS support for SPM
Browse files Browse the repository at this point in the history
  • Loading branch information
persidskiy committed Jan 26, 2024
1 parent 5c516ee commit f7804e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.3
// swift-tools-version:5.7
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription
Expand All @@ -9,7 +9,7 @@ let checksum = "36c726f861d12c5c86327a6d1e61c9d2cd246888382f8f17faa68904e92bb8e8

let package = Package(
name: "MapboxCommon",
platforms: [.iOS(.v10), .macOS(.v10_15)],
platforms: [.iOS(.v10), .macOS(.v10_15), .custom("visionOS", versionString: "1.0")],
products: [
.library(
name: "MapboxCommon",
Expand Down

0 comments on commit f7804e8

Please sign in to comment.