Skip to content

Commit

Permalink
[IDLE-497] 기존 캐싱 레포지토리를 사용하던 코드 제거(예시앱 및 테스트 타겟)
Browse files Browse the repository at this point in the history
  • Loading branch information
J0onYEong committed Nov 21, 2024
1 parent 0b3f207 commit 0644fb7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 89 deletions.
78 changes: 0 additions & 78 deletions project/Projects/Data/DataTests/ImageCachingTest.swift

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,3 @@ class SceneDelegate: UIResponder, UIWindowSceneDelegate {
coordinator?.start()
}
}

public class TestAssembly: Assembly {

public func assemble(container: Swinject.Container) {

container.register(CacheRepository.self) { _ in
DefaultCacheRepository()
}
}
}
2 changes: 1 addition & 1 deletion project/Tuist/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ let package = Package(
// WebpCoder
.package(url: "https://github.com/SDWebImage/SDWebImageWebPCoder.git", from: "0.14.6"),
// SimpleImageProvider
.package(url: "https://github.com/J0onYEong/SimpleImageProvider.git", from: "1.0.1"),
.package(url: "https://github.com/J0onYEong/SimpleImageProvider.git", from: "1.0.2"),


// MARK: Product logging
Expand Down

0 comments on commit 0644fb7

Please sign in to comment.