From 25437034909ee5a54120fba4e9e8a070c4b1a698 Mon Sep 17 00:00:00 2001 From: Ladislas de Toldi Date: Sat, 2 Dec 2023 14:31:09 +0100 Subject: [PATCH] Package - use lowercase for custom visionos --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index fc3aeb2948..7baabd357c 100644 --- a/Package.swift +++ b/Package.swift @@ -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")),