File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,15 +7,15 @@ import PackageDescription
7
7
/// This XCFramework can be used by Xcode 15.0 and later.
8
8
let lottieXCFramework = Target . binaryTarget (
9
9
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 " )
12
12
#else
13
13
/// A precompiled XCFramework of the lottie-ios repo that was compiled with Xcode 14.1 / Swift 5.7.
14
14
/// This XCFramework bundle doesn't support visionOS, but does support Xcode 14.
15
15
let lottieXCFramework = Target . binaryTarget (
16
16
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 " )
19
19
#endif
20
20
21
21
let package = Package (
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ To install Lottie using [Swift Package Manager](https://github.com/apple/swift-p
13
13
or you can add the following dependency to your ` Package.swift ` :
14
14
15
15
``` 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 " )
17
17
```
18
18
19
19
### Why is there a separate repo for Swift Package Manager support?
You can’t perform that action at this time.
0 commit comments