Skip to content

Commit

Permalink
Update XCFramework reference to lottie-ios 4.3.3 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
calda authored Sep 29, 2023
1 parent 92b6120 commit 3e7eb82
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.2/Lottie.xcframework.zip",
checksum: "216eb42e7480e40381967b1502748d1fd37dcbd87660233efe7c374ab0c217df"),
url: "https://github.com/airbnb/lottie-ios/releases/download/4.3.3/Lottie.xcframework.zip",
checksum: "f7ab7a838bd707c53699406107bec56eb532a99082a017651a05290f9090771f"),

// 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.2")
.package(url: "https://github.com/airbnb/lottie-spm.git", from: "4.3.3")
```

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

0 comments on commit 3e7eb82

Please sign in to comment.