Skip to content

Commit

Permalink
Merge pull request #23 from teufelaudio/UIExtensionsUpdate
Browse files Browse the repository at this point in the history
Updates UIExtension to 3.0.0
  • Loading branch information
LukasLiebl authored Oct 25, 2024
2 parents f8db972 + a99de20 commit 92e497c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"originHash" : "40b1a0809dfb920ed79326e79a4ddd4553d8c0bd004608189c60b7f12ca639ac",
"originHash" : "7df108a09aff08af1bedd249c6455d7dd49b1f355407080ab482335d0be794e8",
"pins" : [
{
"identity" : "foundationextensions",
Expand Down Expand Up @@ -42,8 +42,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/teufelaudio/UIExtensions.git",
"state" : {
"revision" : "682261b63b001c4c3f4b1e0bf26e5d81a1993eb1",
"version" : "2.1.0"
"revision" : "0647165d1a7803786ce509afaabfd95b375d1477",
"version" : "3.0.0"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/airbnb/lottie-ios.git", from: "4.4.0"),
.package(url: "https://github.com/teufelaudio/UIExtensions.git", from: "2.1.0")
.package(url: "https://github.com/teufelaudio/UIExtensions.git", from: "3.0.0")
],
targets: [
.target(
Expand Down

0 comments on commit 92e497c

Please sign in to comment.