Skip to content

Commit

Permalink
fix visionos identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
persidskiy committed Feb 2, 2024
1 parent f7804e8 commit ecdecb6
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 @@ -9,7 +9,7 @@ let checksum = "36c726f861d12c5c86327a6d1e61c9d2cd246888382f8f17faa68904e92bb8e8

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

0 comments on commit ecdecb6

Please sign in to comment.