Skip to content

Commit

Permalink
Package - use lowercase for custom visionos
Browse files Browse the repository at this point in the history
  • Loading branch information
ladislas committed Dec 2, 2023
1 parent 3f1202f commit 2543703
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 @@ -4,7 +4,7 @@ import PackageDescription
let package = Package(
name: "Lottie",
// Minimum platform versions should be kept in sync with the per-platform targets in Lottie.xcodeproj, lottie-ios.podspec, and lottie-spm's Package.swift
platforms: [.iOS("11.0"), .macOS("10.11"), .tvOS("11.0"), .custom("visionOS", versionString: "1.0")],
platforms: [.iOS("11.0"), .macOS("10.11"), .tvOS("11.0"), .custom("visionos", versionString: "1.0")],
products: [.library(name: "Lottie", targets: ["Lottie"])],
dependencies: [
.package(url: "https://github.com/airbnb/swift", .upToNextMajor(from: "1.0.1")),
Expand Down

0 comments on commit 2543703

Please sign in to comment.