Skip to content

Commit

Permalink
Update lottie, switch to spm version
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyfreeman committed Feb 6, 2024
1 parent 085f863 commit 892c8a2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@
}
},
{
"identity" : "lottie-ios",
"identity" : "lottie-spm",
"kind" : "remoteSourceControl",
"location" : "https://github.com/airbnb/lottie-ios.git",
"location" : "https://github.com/airbnb/lottie-spm.git",
"state" : {
"revision" : "b4bd0604ded9574807f41b4004b57dd1226a30a4",
"version" : "3.5.0"
"revision" : "26d84192430ed5b104d64b8086872bb4979d65a4",
"version" : "4.4.0"
}
},
{
Expand Down
6 changes: 3 additions & 3 deletions Flipper/Packages/UI/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ let package = Package(
name: "Notifications",
path: "../Notifications"),
.package(
url: "https://github.com/airbnb/lottie-ios.git",
from: "3.3.0"),
url: "https://github.com/airbnb/lottie-spm.git",
from: "4.4.0"),
.package(
url: "https://github.com/gonzalezreal/swift-markdown-ui",
from: "2.0.2"),
Expand All @@ -42,7 +42,7 @@ let package = Package(
"Analytics",
"Notifications",
.product(name: "SVGKit", package: "SVGKit"),
.product(name: "Lottie", package: "lottie-ios"),
.product(name: "Lottie", package: "lottie-spm"),
.product(name: "MarkdownUI", package: "swift-markdown-ui")
],
path: "Sources"),
Expand Down

0 comments on commit 892c8a2

Please sign in to comment.