|
|
@@ -335,6 +335,13 @@
|
|
|
D9638BA61C7DC71F0046523D /* ImagePrefetcherTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9638BA41C7DC71F0046523D /* ImagePrefetcherTests.swift */; };
|
|
|
D9638BA71C7DCF560046523D /* ImagePrefetcherTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9638BA41C7DC71F0046523D /* ImagePrefetcherTests.swift */; };
|
|
|
D9638BA81C7DCF570046523D /* ImagePrefetcherTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9638BA41C7DC71F0046523D /* ImagePrefetcherTests.swift */; };
|
|
|
+ F72CE9CE1FCF17ED00CC522A /* ImageModifierTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F72CE9CD1FCF17ED00CC522A /* ImageModifierTests.swift */; };
|
|
|
+ F72CE9CF1FCF17ED00CC522A /* ImageModifierTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F72CE9CD1FCF17ED00CC522A /* ImageModifierTests.swift */; };
|
|
|
+ F72CE9D01FCF17ED00CC522A /* ImageModifierTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F72CE9CD1FCF17ED00CC522A /* ImageModifierTests.swift */; };
|
|
|
+ F78F5EBD1FCDDE42001A9111 /* ImageModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = F78F5EBC1FCDDE42001A9111 /* ImageModifier.swift */; };
|
|
|
+ F78F5EBE1FCDDE42001A9111 /* ImageModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = F78F5EBC1FCDDE42001A9111 /* ImageModifier.swift */; };
|
|
|
+ F78F5EBF1FCDDE42001A9111 /* ImageModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = F78F5EBC1FCDDE42001A9111 /* ImageModifier.swift */; };
|
|
|
+ F78F5EC01FCDDE42001A9111 /* ImageModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = F78F5EBC1FCDDE42001A9111 /* ImageModifier.swift */; };
|
|
|
FB402D0E1EDEAB7E002B62A1 /* FormatIndicatedCacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB402D0D1EDEAB7E002B62A1 /* FormatIndicatedCacheSerializer.swift */; };
|
|
|
FB402D0F1EDEAB7E002B62A1 /* FormatIndicatedCacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB402D0D1EDEAB7E002B62A1 /* FormatIndicatedCacheSerializer.swift */; };
|
|
|
FB402D101EDEAB7E002B62A1 /* FormatIndicatedCacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB402D0D1EDEAB7E002B62A1 /* FormatIndicatedCacheSerializer.swift */; };
|
|
|
@@ -660,6 +667,8 @@
|
|
|
D9638B9F1C7DBA660046523D /* ImagePrefetcher.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = ImagePrefetcher.swift; path = Sources/ImagePrefetcher.swift; sourceTree = "<group>"; };
|
|
|
D9638BA41C7DC71F0046523D /* ImagePrefetcherTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ImagePrefetcherTests.swift; sourceTree = "<group>"; };
|
|
|
DE80CB18FBC9F9F23DC1FDCF /* Pods-KingfisherTests-macOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-KingfisherTests-macOS.release.xcconfig"; path = "Pods/Target Support Files/Pods-KingfisherTests-macOS/Pods-KingfisherTests-macOS.release.xcconfig"; sourceTree = "<group>"; };
|
|
|
+ F72CE9CD1FCF17ED00CC522A /* ImageModifierTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ImageModifierTests.swift; sourceTree = "<group>"; };
|
|
|
+ F78F5EBC1FCDDE42001A9111 /* ImageModifier.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = ImageModifier.swift; path = Sources/ImageModifier.swift; sourceTree = "<group>"; };
|
|
|
FB402D0D1EDEAB7E002B62A1 /* FormatIndicatedCacheSerializer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = FormatIndicatedCacheSerializer.swift; path = Sources/FormatIndicatedCacheSerializer.swift; sourceTree = "<group>"; };
|
|
|
/* End PBXFileReference section */
|
|
|
|
|
|
@@ -987,6 +996,7 @@
|
|
|
D10945EC1C526B6C001408EB /* ImageDownloader.swift */,
|
|
|
D9638B9F1C7DBA660046523D /* ImagePrefetcher.swift */,
|
|
|
4B2B8E491D70128200FC4749 /* ImageProcessor.swift */,
|
|
|
+ F78F5EBC1FCDDE42001A9111 /* ImageModifier.swift */,
|
|
|
4BB24C3C1D79215A00CD5F9C /* CacheSerializer.swift */,
|
|
|
FB402D0D1EDEAB7E002B62A1 /* FormatIndicatedCacheSerializer.swift */,
|
|
|
4BFBEE7C1D7D0C3600699FD3 /* RequestModifier.swift */,
|
|
|
@@ -1094,6 +1104,7 @@
|
|
|
D12E0C4B1C47F23500AC98AD /* KingfisherOptionsInfoTests.swift */,
|
|
|
D12E0C4C1C47F23500AC98AD /* KingfisherTestHelper.swift */,
|
|
|
4BF806D61D752D4900C8DB13 /* ImageProcessorTests.swift */,
|
|
|
+ F72CE9CD1FCF17ED00CC522A /* ImageModifierTests.swift */,
|
|
|
D12E0C4D1C47F23500AC98AD /* KingfisherTests-Bridging-Header.h */,
|
|
|
D12E0C4E1C47F23500AC98AD /* UIButtonExtensionTests.swift */,
|
|
|
185218B51CC07F8300BD58DE /* NSButtonExtensionTests.swift */,
|
|
|
@@ -2150,6 +2161,7 @@
|
|
|
D109461B1C526C61001408EB /* ImageCache.swift in Sources */,
|
|
|
D109461C1C526C61001408EB /* ImageDownloader.swift in Sources */,
|
|
|
D109461D1C526C61001408EB /* ImageTransition.swift in Sources */,
|
|
|
+ F78F5EBF1FCDDE42001A9111 /* ImageModifier.swift in Sources */,
|
|
|
4B2B8E4C1D70141000FC4749 /* ImageProcessor.swift in Sources */,
|
|
|
4BFBEE7F1D7D0C3600699FD3 /* RequestModifier.swift in Sources */,
|
|
|
4B7742411D87E08A0077024E /* Indicator.swift in Sources */,
|
|
|
@@ -2191,6 +2203,7 @@
|
|
|
D12E0C701C47F6FE00AC98AD /* ImageExtensionTests.swift in Sources */,
|
|
|
D12E0C711C47F6FE00AC98AD /* ImageViewExtensionTests.swift in Sources */,
|
|
|
D12E0C721C47F6FE00AC98AD /* KingfisherManagerTests.swift in Sources */,
|
|
|
+ F72CE9CF1FCF17ED00CC522A /* ImageModifierTests.swift in Sources */,
|
|
|
D12E0C731C47F6FE00AC98AD /* KingfisherOptionsInfoTests.swift in Sources */,
|
|
|
D1DC4B421D60996D00DFDFAA /* StringExtensionTests.swift in Sources */,
|
|
|
D12E0C741C47F6FE00AC98AD /* UIButtonExtensionTests.swift in Sources */,
|
|
|
@@ -2209,6 +2222,7 @@
|
|
|
D9638BA81C7DCF570046523D /* ImagePrefetcherTests.swift in Sources */,
|
|
|
D12E0C841C47F7AF00AC98AD /* ImageExtensionTests.swift in Sources */,
|
|
|
D12E0C851C47F7AF00AC98AD /* ImageViewExtensionTests.swift in Sources */,
|
|
|
+ F72CE9D01FCF17ED00CC522A /* ImageModifierTests.swift in Sources */,
|
|
|
D12E0C861C47F7AF00AC98AD /* KingfisherManagerTests.swift in Sources */,
|
|
|
D1DC4B431D60996D00DFDFAA /* StringExtensionTests.swift in Sources */,
|
|
|
D12E0C871C47F7AF00AC98AD /* KingfisherOptionsInfoTests.swift in Sources */,
|
|
|
@@ -2249,6 +2263,7 @@
|
|
|
4BB24C3E1D79215A00CD5F9C /* CacheSerializer.swift in Sources */,
|
|
|
D10946171C526C0D001408EB /* ThreadHelper.swift in Sources */,
|
|
|
444C03EA1F548F6200990BCC /* Placeholder.swift in Sources */,
|
|
|
+ F78F5EBE1FCDDE42001A9111 /* ImageModifier.swift in Sources */,
|
|
|
FB402D0F1EDEAB7E002B62A1 /* FormatIndicatedCacheSerializer.swift in Sources */,
|
|
|
D10946181C526C0D001408EB /* UIButton+Kingfisher.swift in Sources */,
|
|
|
);
|
|
|
@@ -2258,6 +2273,7 @@
|
|
|
isa = PBXSourcesBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
|
+ F78F5EC01FCDDE42001A9111 /* ImageModifier.swift in Sources */,
|
|
|
D109462D1C526CF5001408EB /* ImageTransition.swift in Sources */,
|
|
|
FB402D111EDEAB7E002B62A1 /* FormatIndicatedCacheSerializer.swift in Sources */,
|
|
|
4B2B8E4D1D70141100FC4749 /* ImageProcessor.swift in Sources */,
|
|
|
@@ -2319,6 +2335,7 @@
|
|
|
4BB24C3D1D79215A00CD5F9C /* CacheSerializer.swift in Sources */,
|
|
|
D10946001C526B86001408EB /* ThreadHelper.swift in Sources */,
|
|
|
444C03E91F548F6100990BCC /* Placeholder.swift in Sources */,
|
|
|
+ F78F5EBD1FCDDE42001A9111 /* ImageModifier.swift in Sources */,
|
|
|
FB402D0E1EDEAB7E002B62A1 /* FormatIndicatedCacheSerializer.swift in Sources */,
|
|
|
D10946011C526B86001408EB /* UIButton+Kingfisher.swift in Sources */,
|
|
|
);
|
|
|
@@ -2336,6 +2353,7 @@
|
|
|
D12E0C551C47F23500AC98AD /* KingfisherManagerTests.swift in Sources */,
|
|
|
D12E0C511C47F23500AC98AD /* ImageDownloaderTests.swift in Sources */,
|
|
|
D12E0C521C47F23500AC98AD /* ImageExtensionTests.swift in Sources */,
|
|
|
+ F72CE9CE1FCF17ED00CC522A /* ImageModifierTests.swift in Sources */,
|
|
|
D12E0C531C47F23500AC98AD /* ImageViewExtensionTests.swift in Sources */,
|
|
|
D1DC4B411D60996D00DFDFAA /* StringExtensionTests.swift in Sources */,
|
|
|
D12E0C501C47F23500AC98AD /* ImageCacheTests.swift in Sources */,
|