Skip to content

Commit 4d0c11c

Browse files
authored
Update Lottie.xcframework reference to lottie-ios 4.4.2 (#24)
1 parent ce9f536 commit 4d0c11c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Package.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ import PackageDescription
77
/// This XCFramework can be used by Xcode 15.0 and later.
88
let lottieXCFramework = Target.binaryTarget(
99
name: "Lottie",
10-
url: "https://github.com/airbnb/lottie-ios/releases/download/4.4.1/Lottie-Xcode-15.2.xcframework.zip",
11-
checksum: "e7416d067fbef2e5ac30eb889a356e8f7e0ab47e95bc84689812ff525b146309")
10+
url: "https://github.com/airbnb/lottie-ios/releases/download/4.4.2/Lottie-Xcode-15.2.xcframework.zip",
11+
checksum: "0d88ba1674ade6bf34230917ce2692bb3947c13c9e989ff3859a3ecc25f869b4")
1212
#else
1313
/// A precompiled XCFramework of the lottie-ios repo that was compiled with Xcode 14.1 / Swift 5.7.
1414
/// This XCFramework bundle doesn't support visionOS, but does support Xcode 14.
1515
let lottieXCFramework = Target.binaryTarget(
1616
name: "Lottie",
17-
url: "https://github.com/airbnb/lottie-ios/releases/download/4.4.1/Lottie-Xcode-14.1.xcframework.zip",
18-
checksum: "6297c4a2651c20c9fb8a6bb44dadbf1531c7dbfe4c6c2b8deec1416a14c91ca1")
17+
url: "https://github.com/airbnb/lottie-ios/releases/download/4.4.2/Lottie-Xcode-14.1.xcframework.zip",
18+
checksum: "8dbe94c6c589b72744d716e918bc2096ce28495616d76065f60c370f600691c4")
1919
#endif
2020

2121
let package = Package(

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ To install Lottie using [Swift Package Manager](https://github.com/apple/swift-p
1313
or you can add the following dependency to your `Package.swift`:
1414

1515
```swift
16-
.package(url: "https://github.com/airbnb/lottie-spm.git", from: "4.4.1")
16+
.package(url: "https://github.com/airbnb/lottie-spm.git", from: "4.4.2")
1717
```
1818

1919
### Why is there a separate repo for Swift Package Manager support?

0 commit comments

Comments
 (0)