Skip to content

Commit 9679025

Browse files
authored
Update XCFramework reference to lottie-ios 4.3.4 (#17)
1 parent 3e7eb82 commit 9679025

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ let package = Package(
99
targets: [
1010
.binaryTarget(
1111
name: "Lottie",
12-
url: "https://github.com/airbnb/lottie-ios/releases/download/4.3.3/Lottie.xcframework.zip",
13-
checksum: "f7ab7a838bd707c53699406107bec56eb532a99082a017651a05290f9090771f"),
12+
url: "https://github.com/airbnb/lottie-ios/releases/download/4.3.4/Lottie.xcframework.zip",
13+
checksum: "33c4efc87130f751e8a4bee1de5c557c6821566e05d0fa77cdcc1beae23858ca"),
1414

1515
// Without at least one regular (non-binary) target, this package doesn't show up
1616
// in Xcode under "Frameworks, Libraries, and Embedded Content". That prevents

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.3.3")
16+
.package(url: "https://github.com/airbnb/lottie-spm.git", from: "4.3.4")
1717
```
1818

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

0 commit comments

Comments
 (0)