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

MOB-248 : app crashes when selecting binance as a source #95

Merged
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import ParticlesKit
import PlatformRouting
import SDWebImage
import SDWebImageSVGKitPlugin
import SDWebImageSVGCoder
import Utilities
import UIToolkits

Expand All @@ -25,7 +25,7 @@ open class ParticlesPlatformInjection: ParticlesInjection {
Console.shared.log("injectUI")

HapticFeedback.shared = MotionHapticFeedback()
SDImageCodersManager.shared.addCoder(SDImageSVGKCoder.shared)
SDImageCodersManager.shared.addCoder(SDImageSVGCoder.shared)
RoutingTabBarController.parserOverwrite = Parser.featureFlagged
PrompterFactory.shared = UIKitPrompterFactory()
}
Expand Down
4 changes: 2 additions & 2 deletions dydx/PodFile
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,13 @@ def uikit_pods
pod 'pop'
pod 'RDHCollectionViewGridLayout'
pod 'SDWebImage'
pod 'SDWebImageSVGKitPlugin'
pod 'SDWebImageSVGCoder'
pod 'SVGKit'
end

def swifiui_pods
pod 'SDWebImage'
pod 'SDWebImageSVGKitPlugin'
pod 'SDWebImageSVGCoder'
pod 'SDWebImageSwiftUI'
pod 'Popovers'
end
Expand Down
13 changes: 6 additions & 7 deletions dydx/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -246,9 +246,8 @@ PODS:
- SDWebImage (5.18.11):
- SDWebImage/Core (= 5.18.11)
- SDWebImage/Core (5.18.11)
- SDWebImageSVGKitPlugin (1.4.0):
- SDWebImage/Core (~> 5.10)
- SVGKit (~> 3.0)
- SDWebImageSVGCoder (1.7.0):
- SDWebImage/Core (~> 5.6)
- SDWebImageSwiftUI (2.2.6):
- SDWebImage (~> 5.10)
- SimpleKeychain (0.12.5)
Expand Down Expand Up @@ -295,7 +294,7 @@ DEPENDENCIES:
- RDHCollectionViewGridLayout
- ReachabilitySwift
- SDWebImage
- SDWebImageSVGKitPlugin
- SDWebImageSVGCoder
- SDWebImageSwiftUI
- SimpleKeychain (~> 0.12.5)
- SnapKit
Expand Down Expand Up @@ -351,7 +350,7 @@ SPEC REPOS:
- RDHCollectionViewGridLayout
- ReachabilitySwift
- SDWebImage
- SDWebImageSVGKitPlugin
- SDWebImageSVGCoder
- SDWebImageSwiftUI
- SimpleKeychain
- SnapKit
Expand Down Expand Up @@ -425,14 +424,14 @@ SPEC CHECKSUMS:
RDHCollectionViewGridLayout: 4b4229212ed8c136aa70101d92ecd43742ca62b6
ReachabilitySwift: 985039c6f7b23a1da463388634119492ff86c825
SDWebImage: a3ba0b8faac7228c3c8eadd1a55c9c9fe5e16457
SDWebImageSVGKitPlugin: 7542dd07c344ec3415ded0461a1161a6f087e0c9
SDWebImageSVGCoder: 15a300a97ec1c8ac958f009c02220ac0402e936c
SDWebImageSwiftUI: 3a8448b76833ed0e954a651be6c6f45faceed29d
SimpleKeychain: 8193a9e40967eccac933c1fde82de46c07a5ae26
SnapKit: d612e99e678a2d3b95bf60b0705ed0a35c03484a
SVGKit: 1ad7513f8c74d9652f94ed64ddecda1a23864dea
Validator: 80a6f567220c962dfd2d9928ae98a8c1d164f6f4
ZSWTappableLabel: 92f11d677bb395a8294df48482316c4981783ca0

PODFILE CHECKSUM: a4f25d50f2991cc8e84eca8d34be23b37908132b
PODFILE CHECKSUM: 9e6e5d5e9ea0594fa77a099c8fd30545318f1cb9

COCOAPODS: 1.14.3
13 changes: 6 additions & 7 deletions dydx/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

39,498 changes: 19,679 additions & 19,819 deletions dydx/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

251 changes: 251 additions & 0 deletions dydx/Pods/SDWebImageSVGCoder/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading