Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update XCFramework reference to lottie-ios 4.3.4 #17

Merged
merged 1 commit into from
Dec 2, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update XCFramework reference to lottie-ios 4.3.4
calda committed Dec 2, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit fc3d6ce4187988995d989d1a8874fd86d38f3279
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion README.md
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
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?