Skip to content

Commit

Permalink
Update XCFramework reference to lottie-ios 4.3.4 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
calda authored Dec 2, 2023
1 parent 3e7eb82 commit 9679025
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "Lottie",
url: "https://github.com/airbnb/lottie-ios/releases/download/4.3.3/Lottie.xcframework.zip",
checksum: "f7ab7a838bd707c53699406107bec56eb532a99082a017651a05290f9090771f"),
url: "https://github.com/airbnb/lottie-ios/releases/download/4.3.4/Lottie.xcframework.zip",
checksum: "33c4efc87130f751e8a4bee1de5c557c6821566e05d0fa77cdcc1beae23858ca"),

// Without at least one regular (non-binary) target, this package doesn't show up
// in Xcode under "Frameworks, Libraries, and Embedded Content". That prevents
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To install Lottie using [Swift Package Manager](https://github.com/apple/swift-p
or you can add the following dependency to your `Package.swift`:

```swift
.package(url: "https://github.com/airbnb/lottie-spm.git", from: "4.3.3")
.package(url: "https://github.com/airbnb/lottie-spm.git", from: "4.3.4")
```

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

0 comments on commit 9679025

Please sign in to comment.