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

Replace GIFs with new GIF viewer #1437

Merged
merged 10 commits into from
Aug 29, 2024
Prev Previous commit
Next Next commit
upgrade SDWebImageSwiftUI to 3.1.2
  • Loading branch information
joshuatbrown committed Aug 29, 2024
commit 69b258db8b181c8dc0bb4abc783769a15b1c5dcb
4 changes: 2 additions & 2 deletions Nos.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3232,8 +3232,8 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/SDWebImage/SDWebImageSwiftUI";
requirement = {
branch = bugfix/webimage_isAnimating_binding;
kind = branch;
kind = upToNextMajorVersion;
minimumVersion = 3.1.2;
};
};
C9ADB139299299570075E7F8 /* XCRemoteSwiftPackageReference "bech32" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/SDWebImage/SDWebImageSwiftUI",
"state" : {
"branch" : "bugfix/webimage_isAnimating_binding",
"revision" : "7efdf228f68073ec9a95a2308378fae82932f10c"
"revision" : "5aa947356f4ea49a0c3b9968564267f6ea5abea7",
"version" : "3.1.2"
}
},
{
Expand Down
Loading