Skip to content

Commit

Permalink
Revert iOS version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
anderco committed May 30, 2024
1 parent 04f881a commit c2aa702
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 = "69041691b99e90f374d65b3302dec8e4076658b5babc78fb17f19fc5111a438c

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

0 comments on commit c2aa702

Please sign in to comment.