project.pbxproj 81 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 07292245263B02F00089E810 /* KFAnimatedImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 07292244263B02F00089E810 /* KFAnimatedImage.swift */; };
  10. 4B10480D216F157000300C61 /* ImageDataProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B10480C216F157000300C61 /* ImageDataProcessor.swift */; };
  11. 4B46CC5F217449C600D90C4A /* MemoryStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B46CC5E217449C600D90C4A /* MemoryStorage.swift */; };
  12. 4B46CC64217449E000D90C4A /* Storage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B46CC63217449E000D90C4A /* Storage.swift */; };
  13. 4B46CC6921744AC500D90C4A /* DiskStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B46CC6821744AC500D90C4A /* DiskStorage.swift */; };
  14. 4B8351C8217066580081EED8 /* StubHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B8351C7217066580081EED8 /* StubHelpers.swift */; };
  15. 4B8351CC217084660081EED8 /* Runtime.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B8351CB217084660081EED8 /* Runtime.swift */; };
  16. 4B88CEB02646C056009EBB41 /* KFImageProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B88CEAF2646C056009EBB41 /* KFImageProtocol.swift */; };
  17. 4B88CEB22646C653009EBB41 /* KFImageRenderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B88CEB12646C653009EBB41 /* KFImageRenderer.swift */; };
  18. 4B88CEB42646D0BF009EBB41 /* ImageContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B88CEB32646D0BF009EBB41 /* ImageContext.swift */; };
  19. 4B8E2917216F3F7F0095FAD1 /* ImageDownloaderDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B8E2916216F3F7F0095FAD1 /* ImageDownloaderDelegate.swift */; };
  20. 4B8E291C216F40AA0095FAD1 /* AuthenticationChallengeResponsable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B8E291B216F40AA0095FAD1 /* AuthenticationChallengeResponsable.swift */; };
  21. 4BA3BF1E228BCDD100909201 /* DataReceivingSideEffectTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BA3BF1D228BCDD100909201 /* DataReceivingSideEffectTests.swift */; };
  22. 4BCFF7A621990DB70055AAC4 /* MemoryStorageTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BCFF7A521990DB60055AAC4 /* MemoryStorageTests.swift */; };
  23. 4BCFF7AA219932390055AAC4 /* DiskStorageTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BCFF7A9219932390055AAC4 /* DiskStorageTests.swift */; };
  24. 4BD821622189FC0C0084CC21 /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BD821612189FC0C0084CC21 /* SessionDelegate.swift */; };
  25. 4BD821672189FD330084CC21 /* SessionDataTask.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BD821662189FD330084CC21 /* SessionDataTask.swift */; };
  26. 4BE688F722FD513100B11168 /* NSButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = D12AB6AD215D2BB50013BA68 /* NSButton+Kingfisher.swift */; };
  27. 4BE688F822FD513700B11168 /* WKInterfaceImage+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = D12AB6AF215D2BB50013BA68 /* WKInterfaceImage+Kingfisher.swift */; };
  28. 76FB4FD2262D773E006D15F8 /* GraphicsContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76FB4FD1262D773E006D15F8 /* GraphicsContext.swift */; };
  29. C9286407228584EB00257182 /* ImageProgressive.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9286406228584EB00257182 /* ImageProgressive.swift */; };
  30. D1132C9725919F69003E528D /* KFOptionsSetter.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1132C9625919F69003E528D /* KFOptionsSetter.swift */; };
  31. D11D9B72245FA6F700C5A0AE /* RetryStrategy.swift in Sources */ = {isa = PBXBuildFile; fileRef = D11D9B71245FA6F700C5A0AE /* RetryStrategy.swift */; };
  32. D12AB6C0215D2BB50013BA68 /* RequestModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = D12AB69D215D2BB50013BA68 /* RequestModifier.swift */; };
  33. D12AB6C4215D2BB50013BA68 /* Resource.swift in Sources */ = {isa = PBXBuildFile; fileRef = D12AB69E215D2BB50013BA68 /* Resource.swift */; };
  34. D12AB6C8215D2BB50013BA68 /* ImageDownloader.swift in Sources */ = {isa = PBXBuildFile; fileRef = D12AB69F215D2BB50013BA68 /* ImageDownloader.swift */; };
  35. D12AB6CC215D2BB50013BA68 /* ImageModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = D12AB6A0215D2BB50013BA68 /* ImageModifier.swift */; };
  36. D12AB6D0215D2BB50013BA68 /* ImagePrefetcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = D12AB6A1215D2BB50013BA68 /* ImagePrefetcher.swift */; };
  37. D12AB6D4215D2BB50013BA68 /* Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = D12AB6A3215D2BB50013BA68 /* Image.swift */; };
  38. D12AB6D8215D2BB50013BA68 /* ImageTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = D12AB6A4215D2BB50013BA68 /* ImageTransition.swift */; };
  39. D12AB6DC215D2BB50013BA68 /* ImageProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = D12AB6A5215D2BB50013BA68 /* ImageProcessor.swift */; };
  40. D12AB6E0215D2BB50013BA68 /* Filter.swift in Sources */ = {isa = PBXBuildFile; fileRef = D12AB6A6215D2BB50013BA68 /* Filter.swift */; };
  41. D12AB6E4215D2BB50013BA68 /* Placeholder.swift in Sources */ = {isa = PBXBuildFile; fileRef = D12AB6A7215D2BB50013BA68 /* Placeholder.swift */; };
  42. D12AB6E8215D2BB50013BA68 /* GIFAnimatedImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = D12AB6A8215D2BB50013BA68 /* GIFAnimatedImage.swift */; };
  43. D12AB6F4215D2BB50013BA68 /* ImageView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = D12AB6AC215D2BB50013BA68 /* ImageView+Kingfisher.swift */; };
  44. D12AB6FC215D2BB50013BA68 /* UIButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = D12AB6AE215D2BB50013BA68 /* UIButton+Kingfisher.swift */; };
  45. D12AB704215D2BB50013BA68 /* Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = D12AB6B1215D2BB50013BA68 /* Kingfisher.swift */; };
  46. D12AB708215D2BB50013BA68 /* KingfisherError.swift in Sources */ = {isa = PBXBuildFile; fileRef = D12AB6B2215D2BB50013BA68 /* KingfisherError.swift */; };
  47. D12AB70C215D2BB50013BA68 /* KingfisherManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = D12AB6B3215D2BB50013BA68 /* KingfisherManager.swift */; };
  48. D12AB710215D2BB50013BA68 /* KingfisherOptionsInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = D12AB6B4215D2BB50013BA68 /* KingfisherOptionsInfo.swift */; };
  49. D12AB714215D2BB50013BA68 /* ImageCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = D12AB6B6215D2BB50013BA68 /* ImageCache.swift */; };
  50. D12AB718215D2BB50013BA68 /* CacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = D12AB6B7215D2BB50013BA68 /* CacheSerializer.swift */; };
  51. D12AB71C215D2BB50013BA68 /* FormatIndicatedCacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = D12AB6B8215D2BB50013BA68 /* FormatIndicatedCacheSerializer.swift */; };
  52. D12AB724215D2BB50013BA68 /* Box.swift in Sources */ = {isa = PBXBuildFile; fileRef = D12AB6BB215D2BB50013BA68 /* Box.swift */; };
  53. D12AB728215D2BB50013BA68 /* String+MD5.swift in Sources */ = {isa = PBXBuildFile; fileRef = D12AB6BC215D2BB50013BA68 /* String+MD5.swift */; };
  54. D12AB72C215D2BB50013BA68 /* Indicator.swift in Sources */ = {isa = PBXBuildFile; fileRef = D12AB6BE215D2BB50013BA68 /* Indicator.swift */; };
  55. D12AB730215D2BB50013BA68 /* AnimatedImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D12AB6BF215D2BB50013BA68 /* AnimatedImageView.swift */; };
  56. D12E0C4F1C47F23500AC98AD /* dancing-banana.gif in Resources */ = {isa = PBXBuildFile; fileRef = D12E0C441C47F23500AC98AD /* dancing-banana.gif */; };
  57. D12E0C501C47F23500AC98AD /* ImageCacheTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D12E0C451C47F23500AC98AD /* ImageCacheTests.swift */; };
  58. D12E0C511C47F23500AC98AD /* ImageDownloaderTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D12E0C461C47F23500AC98AD /* ImageDownloaderTests.swift */; };
  59. D12E0C521C47F23500AC98AD /* ImageExtensionTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D12E0C471C47F23500AC98AD /* ImageExtensionTests.swift */; };
  60. D12E0C531C47F23500AC98AD /* ImageViewExtensionTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D12E0C481C47F23500AC98AD /* ImageViewExtensionTests.swift */; };
  61. D12E0C551C47F23500AC98AD /* KingfisherManagerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D12E0C4A1C47F23500AC98AD /* KingfisherManagerTests.swift */; };
  62. D12E0C561C47F23500AC98AD /* KingfisherOptionsInfoTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D12E0C4B1C47F23500AC98AD /* KingfisherOptionsInfoTests.swift */; };
  63. D12E0C571C47F23500AC98AD /* KingfisherTestHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = D12E0C4C1C47F23500AC98AD /* KingfisherTestHelper.swift */; };
  64. D12E0C581C47F23500AC98AD /* UIButtonExtensionTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D12E0C4E1C47F23500AC98AD /* UIButtonExtensionTests.swift */; };
  65. D12EB83C24DD8EFC00329EE1 /* NSTextAttachment+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = D12EB83B24DD8EFC00329EE1 /* NSTextAttachment+Kingfisher.swift */; };
  66. D13646742165A1A100A33652 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = D13646732165A1A100A33652 /* Result.swift */; };
  67. D16CC3D624E02E9500F1A515 /* AVAssetImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = D16CC3D524E02E9500F1A515 /* AVAssetImageDataProvider.swift */; };
  68. D16FEA3A23078C63006E67D5 /* LICENSE in Resources */ = {isa = PBXBuildFile; fileRef = D16FE9F623078C63006E67D5 /* LICENSE */; };
  69. D16FEA3B23078C63006E67D5 /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = D16FE9F723078C63006E67D5 /* README.md */; };
  70. D16FEA3C23078C63006E67D5 /* LSStubRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = D16FE9FA23078C63006E67D5 /* LSStubRequest.m */; };
  71. D16FEA3D23078C63006E67D5 /* LSStubResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = D16FE9FB23078C63006E67D5 /* LSStubResponse.m */; };
  72. D16FEA3E23078C63006E67D5 /* LSNocilla.m in Sources */ = {isa = PBXBuildFile; fileRef = D16FE9FE23078C63006E67D5 /* LSNocilla.m */; };
  73. D16FEA3F23078C63006E67D5 /* LSHTTPRequestDiff.m in Sources */ = {isa = PBXBuildFile; fileRef = D16FEA0023078C63006E67D5 /* LSHTTPRequestDiff.m */; };
  74. D16FEA4023078C63006E67D5 /* LSHTTPClientHook.m in Sources */ = {isa = PBXBuildFile; fileRef = D16FEA0423078C63006E67D5 /* LSHTTPClientHook.m */; };
  75. D16FEA4123078C63006E67D5 /* NSURLRequest+LSHTTPRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = D16FEA0723078C63006E67D5 /* NSURLRequest+LSHTTPRequest.m */; };
  76. D16FEA4223078C63006E67D5 /* LSNSURLHook.m in Sources */ = {isa = PBXBuildFile; fileRef = D16FEA0C23078C63006E67D5 /* LSNSURLHook.m */; };
  77. D16FEA4323078C63006E67D5 /* NSURLRequest+DSL.m in Sources */ = {isa = PBXBuildFile; fileRef = D16FEA0D23078C63006E67D5 /* NSURLRequest+DSL.m */; };
  78. D16FEA4423078C63006E67D5 /* LSHTTPStubURLProtocol.m in Sources */ = {isa = PBXBuildFile; fileRef = D16FEA0E23078C63006E67D5 /* LSHTTPStubURLProtocol.m */; };
  79. D16FEA4523078C63006E67D5 /* ASIHTTPRequestStub.m in Sources */ = {isa = PBXBuildFile; fileRef = D16FEA1123078C63006E67D5 /* ASIHTTPRequestStub.m */; };
  80. D16FEA4623078C63006E67D5 /* LSASIHTTPRequestHook.m in Sources */ = {isa = PBXBuildFile; fileRef = D16FEA1323078C63006E67D5 /* LSASIHTTPRequestHook.m */; };
  81. D16FEA4723078C63006E67D5 /* LSASIHTTPRequestAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = D16FEA1423078C63006E67D5 /* LSASIHTTPRequestAdapter.m */; };
  82. D16FEA4823078C63006E67D5 /* LSNSURLSessionHook.m in Sources */ = {isa = PBXBuildFile; fileRef = D16FEA1823078C63006E67D5 /* LSNSURLSessionHook.m */; };
  83. D16FEA4923078C63006E67D5 /* NSRegularExpression+Matcheable.m in Sources */ = {isa = PBXBuildFile; fileRef = D16FEA2223078C63006E67D5 /* NSRegularExpression+Matcheable.m */; };
  84. D16FEA4A23078C63006E67D5 /* NSString+Matcheable.m in Sources */ = {isa = PBXBuildFile; fileRef = D16FEA2423078C63006E67D5 /* NSString+Matcheable.m */; };
  85. D16FEA4B23078C63006E67D5 /* NSData+Matcheable.m in Sources */ = {isa = PBXBuildFile; fileRef = D16FEA2523078C63006E67D5 /* NSData+Matcheable.m */; };
  86. D16FEA4C23078C63006E67D5 /* LSDataMatcher.m in Sources */ = {isa = PBXBuildFile; fileRef = D16FEA2623078C63006E67D5 /* LSDataMatcher.m */; };
  87. D16FEA4D23078C63006E67D5 /* LSMatcher.m in Sources */ = {isa = PBXBuildFile; fileRef = D16FEA2723078C63006E67D5 /* LSMatcher.m */; };
  88. D16FEA4E23078C63006E67D5 /* LSRegexMatcher.m in Sources */ = {isa = PBXBuildFile; fileRef = D16FEA2823078C63006E67D5 /* LSRegexMatcher.m */; };
  89. D16FEA4F23078C63006E67D5 /* LSStringMatcher.m in Sources */ = {isa = PBXBuildFile; fileRef = D16FEA2A23078C63006E67D5 /* LSStringMatcher.m */; };
  90. D16FEA5023078C63006E67D5 /* NSString+Nocilla.m in Sources */ = {isa = PBXBuildFile; fileRef = D16FEA3023078C63006E67D5 /* NSString+Nocilla.m */; };
  91. D16FEA5123078C63006E67D5 /* NSData+Nocilla.m in Sources */ = {isa = PBXBuildFile; fileRef = D16FEA3123078C63006E67D5 /* NSData+Nocilla.m */; };
  92. D16FEA5223078C63006E67D5 /* LSHTTPRequestDSLRepresentation.m in Sources */ = {isa = PBXBuildFile; fileRef = D16FEA3423078C63006E67D5 /* LSHTTPRequestDSLRepresentation.m */; };
  93. D16FEA5323078C63006E67D5 /* LSStubResponseDSL.m in Sources */ = {isa = PBXBuildFile; fileRef = D16FEA3623078C63006E67D5 /* LSStubResponseDSL.m */; };
  94. D16FEA5423078C63006E67D5 /* LSStubRequestDSL.m in Sources */ = {isa = PBXBuildFile; fileRef = D16FEA3723078C63006E67D5 /* LSStubRequestDSL.m */; };
  95. D16FEA5523079707006E67D5 /* NSButtonExtensionTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 185218B51CC07F8300BD58DE /* NSButtonExtensionTests.swift */; };
  96. D1839845216E333E003927D3 /* Delegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1839844216E333E003927D3 /* Delegate.swift */; };
  97. D186696D21834261002B502E /* ImageDrawingTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D186696C21834261002B502E /* ImageDrawingTests.swift */; };
  98. D1889534258F7649003B73BE /* KFImageOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1889533258F7648003B73BE /* KFImageOptions.swift */; };
  99. D18B3222251852E100662F63 /* KF.swift in Sources */ = {isa = PBXBuildFile; fileRef = D18B3221251852E100662F63 /* KF.swift */; };
  100. D1A1CC9A219FAB4B00263AD8 /* Source.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1A1CC99219FAB4B00263AD8 /* Source.swift */; };
  101. D1A1CC9F21A0F98600263AD8 /* ImageDataProviderTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1A1CC9E21A0F98600263AD8 /* ImageDataProviderTests.swift */; };
  102. D1A37BDE215D34E8009B39B7 /* ImageDrawing.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1A37BDD215D34E8009B39B7 /* ImageDrawing.swift */; };
  103. D1A37BE3215D359F009B39B7 /* ImageFormat.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1A37BE2215D359F009B39B7 /* ImageFormat.swift */; };
  104. D1A37BE8215D365A009B39B7 /* ExtensionHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1A37BE7215D365A009B39B7 /* ExtensionHelpers.swift */; };
  105. D1A37BF2215D3850009B39B7 /* SizeExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1A37BF1215D3850009B39B7 /* SizeExtensions.swift */; };
  106. D1AEB09425890DE7008556DF /* ImageBinder.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1F7607523097532000C5269 /* ImageBinder.swift */; };
  107. D1AEB09725890DEA008556DF /* KFImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1F7607623097532000C5269 /* KFImage.swift */; };
  108. D1BA781D2174D07800C69D7B /* CallbackQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1BA781C2174D07800C69D7B /* CallbackQueue.swift */; };
  109. D1BFED95222ACC6B009330C8 /* ImageProcessorTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1BFED94222ACC6B009330C8 /* ImageProcessorTests.swift */; };
  110. D1D2C32A1C70A3230018F2F9 /* single-frame.gif in Resources */ = {isa = PBXBuildFile; fileRef = D1D2C3291C70A3230018F2F9 /* single-frame.gif */; };
  111. D1DC4B411D60996D00DFDFAA /* StringExtensionTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1DC4B401D60996D00DFDFAA /* StringExtensionTests.swift */; };
  112. D1E564412199C21E0057AAE3 /* StorageExpirationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1E564402199C21E0057AAE3 /* StorageExpirationTests.swift */; };
  113. D1E56445219B16330057AAE3 /* ImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1E56444219B16330057AAE3 /* ImageDataProvider.swift */; };
  114. D1ED2D401AD2D09F00CFC3EB /* Kingfisher.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D1ED2D351AD2D09F00CFC3EB /* Kingfisher.framework */; };
  115. D1F1F6FF24625EC600910725 /* RetryStrategyTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1F1F6FE24625EC600910725 /* RetryStrategyTests.swift */; };
  116. D8FCF6A821C5A0E500F9ABC0 /* RedirectHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8FCF6A721C5A0E500F9ABC0 /* RedirectHandler.swift */; };
  117. D9638BA61C7DC71F0046523D /* ImagePrefetcherTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9638BA41C7DC71F0046523D /* ImagePrefetcherTests.swift */; };
  118. DCEB2842257E4BE100D7A610 /* TVMonogramView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = DCEB2841257E4BE100D7A610 /* TVMonogramView+Kingfisher.swift */; };
  119. F72CE9CE1FCF17ED00CC522A /* ImageModifierTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F72CE9CD1FCF17ED00CC522A /* ImageModifierTests.swift */; };
  120. /* End PBXBuildFile section */
  121. /* Begin PBXContainerItemProxy section */
  122. D1ED2D411AD2D09F00CFC3EB /* PBXContainerItemProxy */ = {
  123. isa = PBXContainerItemProxy;
  124. containerPortal = D1ED2D031AD2CFA600CFC3EB /* Project object */;
  125. proxyType = 1;
  126. remoteGlobalIDString = D1ED2D341AD2D09F00CFC3EB;
  127. remoteInfo = Kingfisher;
  128. };
  129. /* End PBXContainerItemProxy section */
  130. /* Begin PBXFileReference section */
  131. 07292244263B02F00089E810 /* KFAnimatedImage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KFAnimatedImage.swift; sourceTree = "<group>"; };
  132. 185218B51CC07F8300BD58DE /* NSButtonExtensionTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NSButtonExtensionTests.swift; sourceTree = "<group>"; };
  133. 4B10480C216F157000300C61 /* ImageDataProcessor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ImageDataProcessor.swift; sourceTree = "<group>"; };
  134. 4B164ACE1B8D554200768EC6 /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = System/Library/Frameworks/CFNetwork.framework; sourceTree = SDKROOT; };
  135. 4B3E714D1B01FEB200F5AAED /* WatchKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WatchKit.framework; path = System/Library/Frameworks/WatchKit.framework; sourceTree = SDKROOT; };
  136. 4B46CC5E217449C600D90C4A /* MemoryStorage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MemoryStorage.swift; sourceTree = "<group>"; };
  137. 4B46CC63217449E000D90C4A /* Storage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Storage.swift; sourceTree = "<group>"; };
  138. 4B46CC6821744AC500D90C4A /* DiskStorage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DiskStorage.swift; sourceTree = "<group>"; };
  139. 4B8351C7217066580081EED8 /* StubHelpers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StubHelpers.swift; sourceTree = "<group>"; };
  140. 4B8351CB217084660081EED8 /* Runtime.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Runtime.swift; sourceTree = "<group>"; };
  141. 4B88CEAF2646C056009EBB41 /* KFImageProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KFImageProtocol.swift; sourceTree = "<group>"; };
  142. 4B88CEB12646C653009EBB41 /* KFImageRenderer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KFImageRenderer.swift; sourceTree = "<group>"; };
  143. 4B88CEB32646D0BF009EBB41 /* ImageContext.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ImageContext.swift; sourceTree = "<group>"; };
  144. 4B8E2916216F3F7F0095FAD1 /* ImageDownloaderDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ImageDownloaderDelegate.swift; sourceTree = "<group>"; };
  145. 4B8E291B216F40AA0095FAD1 /* AuthenticationChallengeResponsable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AuthenticationChallengeResponsable.swift; sourceTree = "<group>"; };
  146. 4BA3BF1D228BCDD100909201 /* DataReceivingSideEffectTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DataReceivingSideEffectTests.swift; sourceTree = "<group>"; };
  147. 4BCFF7A521990DB60055AAC4 /* MemoryStorageTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MemoryStorageTests.swift; sourceTree = "<group>"; };
  148. 4BCFF7A9219932390055AAC4 /* DiskStorageTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DiskStorageTests.swift; sourceTree = "<group>"; };
  149. 4BD821612189FC0C0084CC21 /* SessionDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SessionDelegate.swift; sourceTree = "<group>"; };
  150. 4BD821662189FD330084CC21 /* SessionDataTask.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SessionDataTask.swift; sourceTree = "<group>"; };
  151. 76FB4FD1262D773E006D15F8 /* GraphicsContext.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GraphicsContext.swift; sourceTree = "<group>"; };
  152. C9286406228584EB00257182 /* ImageProgressive.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ImageProgressive.swift; sourceTree = "<group>"; };
  153. C959EEE7228940FE00467A10 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
  154. D1132C9625919F69003E528D /* KFOptionsSetter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KFOptionsSetter.swift; sourceTree = "<group>"; };
  155. D11D9B71245FA6F700C5A0AE /* RetryStrategy.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RetryStrategy.swift; sourceTree = "<group>"; };
  156. D12AB69D215D2BB50013BA68 /* RequestModifier.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RequestModifier.swift; sourceTree = "<group>"; };
  157. D12AB69E215D2BB50013BA68 /* Resource.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Resource.swift; sourceTree = "<group>"; };
  158. D12AB69F215D2BB50013BA68 /* ImageDownloader.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ImageDownloader.swift; sourceTree = "<group>"; };
  159. D12AB6A0215D2BB50013BA68 /* ImageModifier.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ImageModifier.swift; sourceTree = "<group>"; };
  160. D12AB6A1215D2BB50013BA68 /* ImagePrefetcher.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ImagePrefetcher.swift; sourceTree = "<group>"; };
  161. D12AB6A3215D2BB50013BA68 /* Image.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Image.swift; sourceTree = "<group>"; };
  162. D12AB6A4215D2BB50013BA68 /* ImageTransition.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ImageTransition.swift; sourceTree = "<group>"; };
  163. D12AB6A5215D2BB50013BA68 /* ImageProcessor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ImageProcessor.swift; sourceTree = "<group>"; };
  164. D12AB6A6215D2BB50013BA68 /* Filter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Filter.swift; sourceTree = "<group>"; };
  165. D12AB6A7215D2BB50013BA68 /* Placeholder.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Placeholder.swift; sourceTree = "<group>"; };
  166. D12AB6A8215D2BB50013BA68 /* GIFAnimatedImage.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GIFAnimatedImage.swift; sourceTree = "<group>"; };
  167. D12AB6A9215D2BB50013BA68 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  168. D12AB6AC215D2BB50013BA68 /* ImageView+Kingfisher.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "ImageView+Kingfisher.swift"; sourceTree = "<group>"; };
  169. D12AB6AD215D2BB50013BA68 /* NSButton+Kingfisher.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "NSButton+Kingfisher.swift"; sourceTree = "<group>"; };
  170. D12AB6AE215D2BB50013BA68 /* UIButton+Kingfisher.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIButton+Kingfisher.swift"; sourceTree = "<group>"; };
  171. D12AB6AF215D2BB50013BA68 /* WKInterfaceImage+Kingfisher.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "WKInterfaceImage+Kingfisher.swift"; sourceTree = "<group>"; };
  172. D12AB6B1215D2BB50013BA68 /* Kingfisher.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Kingfisher.swift; sourceTree = "<group>"; };
  173. D12AB6B2215D2BB50013BA68 /* KingfisherError.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KingfisherError.swift; sourceTree = "<group>"; };
  174. D12AB6B3215D2BB50013BA68 /* KingfisherManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KingfisherManager.swift; sourceTree = "<group>"; };
  175. D12AB6B4215D2BB50013BA68 /* KingfisherOptionsInfo.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KingfisherOptionsInfo.swift; sourceTree = "<group>"; };
  176. D12AB6B6215D2BB50013BA68 /* ImageCache.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ImageCache.swift; sourceTree = "<group>"; };
  177. D12AB6B7215D2BB50013BA68 /* CacheSerializer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CacheSerializer.swift; sourceTree = "<group>"; };
  178. D12AB6B8215D2BB50013BA68 /* FormatIndicatedCacheSerializer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FormatIndicatedCacheSerializer.swift; sourceTree = "<group>"; };
  179. D12AB6BB215D2BB50013BA68 /* Box.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Box.swift; sourceTree = "<group>"; };
  180. D12AB6BC215D2BB50013BA68 /* String+MD5.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "String+MD5.swift"; sourceTree = "<group>"; };
  181. D12AB6BE215D2BB50013BA68 /* Indicator.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Indicator.swift; sourceTree = "<group>"; };
  182. D12AB6BF215D2BB50013BA68 /* AnimatedImageView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AnimatedImageView.swift; sourceTree = "<group>"; };
  183. D12E0C441C47F23500AC98AD /* dancing-banana.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = "dancing-banana.gif"; sourceTree = "<group>"; };
  184. D12E0C451C47F23500AC98AD /* ImageCacheTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ImageCacheTests.swift; sourceTree = "<group>"; };
  185. D12E0C461C47F23500AC98AD /* ImageDownloaderTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ImageDownloaderTests.swift; sourceTree = "<group>"; };
  186. D12E0C471C47F23500AC98AD /* ImageExtensionTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ImageExtensionTests.swift; sourceTree = "<group>"; };
  187. D12E0C481C47F23500AC98AD /* ImageViewExtensionTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ImageViewExtensionTests.swift; sourceTree = "<group>"; };
  188. D12E0C491C47F23500AC98AD /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  189. D12E0C4A1C47F23500AC98AD /* KingfisherManagerTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KingfisherManagerTests.swift; sourceTree = "<group>"; };
  190. D12E0C4B1C47F23500AC98AD /* KingfisherOptionsInfoTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KingfisherOptionsInfoTests.swift; sourceTree = "<group>"; };
  191. D12E0C4C1C47F23500AC98AD /* KingfisherTestHelper.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KingfisherTestHelper.swift; sourceTree = "<group>"; };
  192. D12E0C4D1C47F23500AC98AD /* KingfisherTests-Bridging-Header.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "KingfisherTests-Bridging-Header.h"; sourceTree = "<group>"; };
  193. D12E0C4E1C47F23500AC98AD /* UIButtonExtensionTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UIButtonExtensionTests.swift; sourceTree = "<group>"; };
  194. D12EB83B24DD8EFC00329EE1 /* NSTextAttachment+Kingfisher.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "NSTextAttachment+Kingfisher.swift"; sourceTree = "<group>"; };
  195. D13646732165A1A100A33652 /* Result.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Result.swift; sourceTree = "<group>"; };
  196. D16CC3D524E02E9500F1A515 /* AVAssetImageDataProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AVAssetImageDataProvider.swift; sourceTree = "<group>"; };
  197. D16FE9F623078C63006E67D5 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; };
  198. D16FE9F723078C63006E67D5 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
  199. D16FE9FA23078C63006E67D5 /* LSStubRequest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LSStubRequest.m; sourceTree = "<group>"; };
  200. D16FE9FB23078C63006E67D5 /* LSStubResponse.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LSStubResponse.m; sourceTree = "<group>"; };
  201. D16FE9FC23078C63006E67D5 /* LSStubResponse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LSStubResponse.h; sourceTree = "<group>"; };
  202. D16FE9FD23078C63006E67D5 /* LSStubRequest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LSStubRequest.h; sourceTree = "<group>"; };
  203. D16FE9FE23078C63006E67D5 /* LSNocilla.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LSNocilla.m; sourceTree = "<group>"; };
  204. D16FEA0023078C63006E67D5 /* LSHTTPRequestDiff.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LSHTTPRequestDiff.m; sourceTree = "<group>"; };
  205. D16FEA0123078C63006E67D5 /* LSHTTPRequestDiff.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LSHTTPRequestDiff.h; sourceTree = "<group>"; };
  206. D16FEA0223078C63006E67D5 /* Nocilla.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Nocilla.h; sourceTree = "<group>"; };
  207. D16FEA0423078C63006E67D5 /* LSHTTPClientHook.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LSHTTPClientHook.m; sourceTree = "<group>"; };
  208. D16FEA0523078C63006E67D5 /* LSHTTPClientHook.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LSHTTPClientHook.h; sourceTree = "<group>"; };
  209. D16FEA0723078C63006E67D5 /* NSURLRequest+LSHTTPRequest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSURLRequest+LSHTTPRequest.m"; sourceTree = "<group>"; };
  210. D16FEA0823078C63006E67D5 /* NSURLRequest+DSL.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSURLRequest+DSL.h"; sourceTree = "<group>"; };
  211. D16FEA0923078C63006E67D5 /* LSNSURLHook.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LSNSURLHook.h; sourceTree = "<group>"; };
  212. D16FEA0A23078C63006E67D5 /* LSHTTPStubURLProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LSHTTPStubURLProtocol.h; sourceTree = "<group>"; };
  213. D16FEA0B23078C63006E67D5 /* NSURLRequest+LSHTTPRequest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSURLRequest+LSHTTPRequest.h"; sourceTree = "<group>"; };
  214. D16FEA0C23078C63006E67D5 /* LSNSURLHook.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LSNSURLHook.m; sourceTree = "<group>"; };
  215. D16FEA0D23078C63006E67D5 /* NSURLRequest+DSL.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSURLRequest+DSL.m"; sourceTree = "<group>"; };
  216. D16FEA0E23078C63006E67D5 /* LSHTTPStubURLProtocol.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LSHTTPStubURLProtocol.m; sourceTree = "<group>"; };
  217. D16FEA1023078C63006E67D5 /* LSASIHTTPRequestHook.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LSASIHTTPRequestHook.h; sourceTree = "<group>"; };
  218. D16FEA1123078C63006E67D5 /* ASIHTTPRequestStub.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ASIHTTPRequestStub.m; sourceTree = "<group>"; };
  219. D16FEA1223078C63006E67D5 /* LSASIHTTPRequestAdapter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LSASIHTTPRequestAdapter.h; sourceTree = "<group>"; };
  220. D16FEA1323078C63006E67D5 /* LSASIHTTPRequestHook.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LSASIHTTPRequestHook.m; sourceTree = "<group>"; };
  221. D16FEA1423078C63006E67D5 /* LSASIHTTPRequestAdapter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LSASIHTTPRequestAdapter.m; sourceTree = "<group>"; };
  222. D16FEA1523078C63006E67D5 /* ASIHTTPRequestStub.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ASIHTTPRequestStub.h; sourceTree = "<group>"; };
  223. D16FEA1723078C63006E67D5 /* LSNSURLSessionHook.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LSNSURLSessionHook.h; sourceTree = "<group>"; };
  224. D16FEA1823078C63006E67D5 /* LSNSURLSessionHook.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LSNSURLSessionHook.m; sourceTree = "<group>"; };
  225. D16FEA1A23078C63006E67D5 /* LSHTTPBody.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LSHTTPBody.h; sourceTree = "<group>"; };
  226. D16FEA1B23078C63006E67D5 /* LSHTTPRequest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LSHTTPRequest.h; sourceTree = "<group>"; };
  227. D16FEA1C23078C63006E67D5 /* LSHTTPResponse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LSHTTPResponse.h; sourceTree = "<group>"; };
  228. D16FEA1D23078C63006E67D5 /* LSNocilla.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LSNocilla.h; sourceTree = "<group>"; };
  229. D16FEA1F23078C63006E67D5 /* LSMatcheable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LSMatcheable.h; sourceTree = "<group>"; };
  230. D16FEA2023078C63006E67D5 /* LSMatcher.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LSMatcher.h; sourceTree = "<group>"; };
  231. D16FEA2123078C63006E67D5 /* LSStringMatcher.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LSStringMatcher.h; sourceTree = "<group>"; };
  232. D16FEA2223078C63006E67D5 /* NSRegularExpression+Matcheable.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSRegularExpression+Matcheable.m"; sourceTree = "<group>"; };
  233. D16FEA2323078C63006E67D5 /* LSRegexMatcher.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LSRegexMatcher.h; sourceTree = "<group>"; };
  234. D16FEA2423078C63006E67D5 /* NSString+Matcheable.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSString+Matcheable.m"; sourceTree = "<group>"; };
  235. D16FEA2523078C63006E67D5 /* NSData+Matcheable.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSData+Matcheable.m"; sourceTree = "<group>"; };
  236. D16FEA2623078C63006E67D5 /* LSDataMatcher.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LSDataMatcher.m; sourceTree = "<group>"; };
  237. D16FEA2723078C63006E67D5 /* LSMatcher.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LSMatcher.m; sourceTree = "<group>"; };
  238. D16FEA2823078C63006E67D5 /* LSRegexMatcher.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LSRegexMatcher.m; sourceTree = "<group>"; };
  239. D16FEA2923078C63006E67D5 /* NSRegularExpression+Matcheable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSRegularExpression+Matcheable.h"; sourceTree = "<group>"; };
  240. D16FEA2A23078C63006E67D5 /* LSStringMatcher.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LSStringMatcher.m; sourceTree = "<group>"; };
  241. D16FEA2B23078C63006E67D5 /* NSString+Matcheable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSString+Matcheable.h"; sourceTree = "<group>"; };
  242. D16FEA2C23078C63006E67D5 /* LSDataMatcher.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LSDataMatcher.h; sourceTree = "<group>"; };
  243. D16FEA2D23078C63006E67D5 /* NSData+Matcheable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSData+Matcheable.h"; sourceTree = "<group>"; };
  244. D16FEA2F23078C63006E67D5 /* NSData+Nocilla.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSData+Nocilla.h"; sourceTree = "<group>"; };
  245. D16FEA3023078C63006E67D5 /* NSString+Nocilla.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSString+Nocilla.m"; sourceTree = "<group>"; };
  246. D16FEA3123078C63006E67D5 /* NSData+Nocilla.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSData+Nocilla.m"; sourceTree = "<group>"; };
  247. D16FEA3223078C63006E67D5 /* NSString+Nocilla.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSString+Nocilla.h"; sourceTree = "<group>"; };
  248. D16FEA3423078C63006E67D5 /* LSHTTPRequestDSLRepresentation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LSHTTPRequestDSLRepresentation.m; sourceTree = "<group>"; };
  249. D16FEA3523078C63006E67D5 /* LSStubRequestDSL.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LSStubRequestDSL.h; sourceTree = "<group>"; };
  250. D16FEA3623078C63006E67D5 /* LSStubResponseDSL.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LSStubResponseDSL.m; sourceTree = "<group>"; };
  251. D16FEA3723078C63006E67D5 /* LSStubRequestDSL.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LSStubRequestDSL.m; sourceTree = "<group>"; };
  252. D16FEA3823078C63006E67D5 /* LSHTTPRequestDSLRepresentation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LSHTTPRequestDSLRepresentation.h; sourceTree = "<group>"; };
  253. D16FEA3923078C63006E67D5 /* LSStubResponseDSL.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LSStubResponseDSL.h; sourceTree = "<group>"; };
  254. D1839844216E333E003927D3 /* Delegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Delegate.swift; sourceTree = "<group>"; };
  255. D186696C21834261002B502E /* ImageDrawingTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ImageDrawingTests.swift; sourceTree = "<group>"; };
  256. D1889533258F7648003B73BE /* KFImageOptions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KFImageOptions.swift; sourceTree = "<group>"; };
  257. D18B3221251852E100662F63 /* KF.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KF.swift; sourceTree = "<group>"; };
  258. D1A1CC99219FAB4B00263AD8 /* Source.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Source.swift; sourceTree = "<group>"; };
  259. D1A1CC9E21A0F98600263AD8 /* ImageDataProviderTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ImageDataProviderTests.swift; sourceTree = "<group>"; };
  260. D1A37BDD215D34E8009B39B7 /* ImageDrawing.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ImageDrawing.swift; sourceTree = "<group>"; };
  261. D1A37BE2215D359F009B39B7 /* ImageFormat.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ImageFormat.swift; sourceTree = "<group>"; };
  262. D1A37BE7215D365A009B39B7 /* ExtensionHelpers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExtensionHelpers.swift; sourceTree = "<group>"; };
  263. D1A37BF1215D3850009B39B7 /* SizeExtensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SizeExtensions.swift; sourceTree = "<group>"; };
  264. D1BA781C2174D07800C69D7B /* CallbackQueue.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CallbackQueue.swift; sourceTree = "<group>"; };
  265. D1BFED94222ACC6B009330C8 /* ImageProcessorTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ImageProcessorTests.swift; sourceTree = "<group>"; };
  266. D1D2C3291C70A3230018F2F9 /* single-frame.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = "single-frame.gif"; sourceTree = "<group>"; };
  267. D1DC4B401D60996D00DFDFAA /* StringExtensionTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StringExtensionTests.swift; sourceTree = "<group>"; };
  268. D1E564402199C21E0057AAE3 /* StorageExpirationTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StorageExpirationTests.swift; sourceTree = "<group>"; };
  269. D1E56444219B16330057AAE3 /* ImageDataProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = ImageDataProvider.swift; path = Sources/General/ImageSource/ImageDataProvider.swift; sourceTree = SOURCE_ROOT; };
  270. D1ED2D351AD2D09F00CFC3EB /* Kingfisher.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Kingfisher.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  271. D1ED2D3F1AD2D09F00CFC3EB /* KingfisherTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = KingfisherTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  272. D1F1F6FE24625EC600910725 /* RetryStrategyTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RetryStrategyTests.swift; sourceTree = "<group>"; };
  273. D1F7607523097532000C5269 /* ImageBinder.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ImageBinder.swift; sourceTree = "<group>"; };
  274. D1F7607623097532000C5269 /* KFImage.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KFImage.swift; sourceTree = "<group>"; };
  275. D8FCF6A721C5A0E500F9ABC0 /* RedirectHandler.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RedirectHandler.swift; sourceTree = "<group>"; };
  276. D9638BA41C7DC71F0046523D /* ImagePrefetcherTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ImagePrefetcherTests.swift; sourceTree = "<group>"; };
  277. DCEB2841257E4BE100D7A610 /* TVMonogramView+Kingfisher.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "TVMonogramView+Kingfisher.swift"; sourceTree = "<group>"; };
  278. F72CE9CD1FCF17ED00CC522A /* ImageModifierTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ImageModifierTests.swift; sourceTree = "<group>"; };
  279. /* End PBXFileReference section */
  280. /* Begin PBXFrameworksBuildPhase section */
  281. D1ED2D311AD2D09F00CFC3EB /* Frameworks */ = {
  282. isa = PBXFrameworksBuildPhase;
  283. buildActionMask = 2147483647;
  284. files = (
  285. );
  286. runOnlyForDeploymentPostprocessing = 0;
  287. };
  288. D1ED2D3C1AD2D09F00CFC3EB /* Frameworks */ = {
  289. isa = PBXFrameworksBuildPhase;
  290. buildActionMask = 2147483647;
  291. files = (
  292. D1ED2D401AD2D09F00CFC3EB /* Kingfisher.framework in Frameworks */,
  293. );
  294. runOnlyForDeploymentPostprocessing = 0;
  295. };
  296. /* End PBXFrameworksBuildPhase section */
  297. /* Begin PBXGroup section */
  298. 4B8351C6217066400081EED8 /* Utils */ = {
  299. isa = PBXGroup;
  300. children = (
  301. 4B8351C7217066580081EED8 /* StubHelpers.swift */,
  302. );
  303. path = Utils;
  304. sourceTree = "<group>";
  305. };
  306. D10EC22C1C3D62E800A4211C /* Tests */ = {
  307. isa = PBXGroup;
  308. children = (
  309. D16FE9F423078C63006E67D5 /* Dependency */,
  310. D12E0C431C47F23500AC98AD /* KingfisherTests */,
  311. );
  312. name = Tests;
  313. sourceTree = "<group>";
  314. };
  315. D12AB688215D2A280013BA68 /* Sources */ = {
  316. isa = PBXGroup;
  317. children = (
  318. D12AB6A9215D2BB50013BA68 /* Info.plist */,
  319. D12AB6B0215D2BB50013BA68 /* General */,
  320. D12AB6A2215D2BB50013BA68 /* Image */,
  321. D12AB69C215D2BB50013BA68 /* Networking */,
  322. D12AB6B5215D2BB50013BA68 /* Cache */,
  323. D12AB6BD215D2BB50013BA68 /* Views */,
  324. D12AB6AB215D2BB50013BA68 /* Extensions */,
  325. D12AB6B9215D2BB50013BA68 /* Utility */,
  326. D1F7607423097532000C5269 /* SwiftUI */,
  327. );
  328. path = Sources;
  329. sourceTree = "<group>";
  330. };
  331. D12AB69C215D2BB50013BA68 /* Networking */ = {
  332. isa = PBXGroup;
  333. children = (
  334. D12AB69D215D2BB50013BA68 /* RequestModifier.swift */,
  335. D8FCF6A721C5A0E500F9ABC0 /* RedirectHandler.swift */,
  336. D12AB69F215D2BB50013BA68 /* ImageDownloader.swift */,
  337. 4BD821612189FC0C0084CC21 /* SessionDelegate.swift */,
  338. 4BD821662189FD330084CC21 /* SessionDataTask.swift */,
  339. 4B8E2916216F3F7F0095FAD1 /* ImageDownloaderDelegate.swift */,
  340. 4B8E291B216F40AA0095FAD1 /* AuthenticationChallengeResponsable.swift */,
  341. 4B10480C216F157000300C61 /* ImageDataProcessor.swift */,
  342. D12AB6A0215D2BB50013BA68 /* ImageModifier.swift */,
  343. D12AB6A1215D2BB50013BA68 /* ImagePrefetcher.swift */,
  344. D11D9B71245FA6F700C5A0AE /* RetryStrategy.swift */,
  345. );
  346. path = Networking;
  347. sourceTree = "<group>";
  348. };
  349. D12AB6A2215D2BB50013BA68 /* Image */ = {
  350. isa = PBXGroup;
  351. children = (
  352. D12AB6A3215D2BB50013BA68 /* Image.swift */,
  353. D1A37BDD215D34E8009B39B7 /* ImageDrawing.swift */,
  354. D1A37BE2215D359F009B39B7 /* ImageFormat.swift */,
  355. D12AB6A4215D2BB50013BA68 /* ImageTransition.swift */,
  356. D12AB6A5215D2BB50013BA68 /* ImageProcessor.swift */,
  357. C9286406228584EB00257182 /* ImageProgressive.swift */,
  358. D12AB6A6215D2BB50013BA68 /* Filter.swift */,
  359. D12AB6A7215D2BB50013BA68 /* Placeholder.swift */,
  360. D12AB6A8215D2BB50013BA68 /* GIFAnimatedImage.swift */,
  361. 76FB4FD1262D773E006D15F8 /* GraphicsContext.swift */,
  362. );
  363. path = Image;
  364. sourceTree = "<group>";
  365. };
  366. D12AB6AB215D2BB50013BA68 /* Extensions */ = {
  367. isa = PBXGroup;
  368. children = (
  369. D12EB83B24DD8EFC00329EE1 /* NSTextAttachment+Kingfisher.swift */,
  370. D12AB6AC215D2BB50013BA68 /* ImageView+Kingfisher.swift */,
  371. D12AB6AD215D2BB50013BA68 /* NSButton+Kingfisher.swift */,
  372. D12AB6AE215D2BB50013BA68 /* UIButton+Kingfisher.swift */,
  373. D12AB6AF215D2BB50013BA68 /* WKInterfaceImage+Kingfisher.swift */,
  374. DCEB2841257E4BE100D7A610 /* TVMonogramView+Kingfisher.swift */,
  375. );
  376. path = Extensions;
  377. sourceTree = "<group>";
  378. };
  379. D12AB6B0215D2BB50013BA68 /* General */ = {
  380. isa = PBXGroup;
  381. children = (
  382. D1A1CC98219FAB3500263AD8 /* ImageSource */,
  383. D12AB6B1215D2BB50013BA68 /* Kingfisher.swift */,
  384. D18B3221251852E100662F63 /* KF.swift */,
  385. D1132C9625919F69003E528D /* KFOptionsSetter.swift */,
  386. D12AB6B2215D2BB50013BA68 /* KingfisherError.swift */,
  387. D12AB6B3215D2BB50013BA68 /* KingfisherManager.swift */,
  388. D12AB6B4215D2BB50013BA68 /* KingfisherOptionsInfo.swift */,
  389. );
  390. path = General;
  391. sourceTree = "<group>";
  392. };
  393. D12AB6B5215D2BB50013BA68 /* Cache */ = {
  394. isa = PBXGroup;
  395. children = (
  396. D12AB6B6215D2BB50013BA68 /* ImageCache.swift */,
  397. D12AB6B7215D2BB50013BA68 /* CacheSerializer.swift */,
  398. D12AB6B8215D2BB50013BA68 /* FormatIndicatedCacheSerializer.swift */,
  399. 4B46CC63217449E000D90C4A /* Storage.swift */,
  400. 4B46CC5E217449C600D90C4A /* MemoryStorage.swift */,
  401. 4B46CC6821744AC500D90C4A /* DiskStorage.swift */,
  402. );
  403. path = Cache;
  404. sourceTree = "<group>";
  405. };
  406. D12AB6B9215D2BB50013BA68 /* Utility */ = {
  407. isa = PBXGroup;
  408. children = (
  409. D13646732165A1A100A33652 /* Result.swift */,
  410. D12AB6BB215D2BB50013BA68 /* Box.swift */,
  411. D12AB6BC215D2BB50013BA68 /* String+MD5.swift */,
  412. D1A37BE7215D365A009B39B7 /* ExtensionHelpers.swift */,
  413. D1A37BF1215D3850009B39B7 /* SizeExtensions.swift */,
  414. D1839844216E333E003927D3 /* Delegate.swift */,
  415. 4B8351CB217084660081EED8 /* Runtime.swift */,
  416. D1BA781C2174D07800C69D7B /* CallbackQueue.swift */,
  417. );
  418. path = Utility;
  419. sourceTree = "<group>";
  420. };
  421. D12AB6BD215D2BB50013BA68 /* Views */ = {
  422. isa = PBXGroup;
  423. children = (
  424. D12AB6BE215D2BB50013BA68 /* Indicator.swift */,
  425. D12AB6BF215D2BB50013BA68 /* AnimatedImageView.swift */,
  426. );
  427. path = Views;
  428. sourceTree = "<group>";
  429. };
  430. D12E0C431C47F23500AC98AD /* KingfisherTests */ = {
  431. isa = PBXGroup;
  432. children = (
  433. 4B8351C6217066400081EED8 /* Utils */,
  434. D12E0C491C47F23500AC98AD /* Info.plist */,
  435. D12E0C441C47F23500AC98AD /* dancing-banana.gif */,
  436. D1D2C3291C70A3230018F2F9 /* single-frame.gif */,
  437. D12E0C451C47F23500AC98AD /* ImageCacheTests.swift */,
  438. D1DC4B401D60996D00DFDFAA /* StringExtensionTests.swift */,
  439. D12E0C461C47F23500AC98AD /* ImageDownloaderTests.swift */,
  440. D12E0C471C47F23500AC98AD /* ImageExtensionTests.swift */,
  441. D186696C21834261002B502E /* ImageDrawingTests.swift */,
  442. D9638BA41C7DC71F0046523D /* ImagePrefetcherTests.swift */,
  443. D12E0C481C47F23500AC98AD /* ImageViewExtensionTests.swift */,
  444. D12E0C4A1C47F23500AC98AD /* KingfisherManagerTests.swift */,
  445. D12E0C4B1C47F23500AC98AD /* KingfisherOptionsInfoTests.swift */,
  446. D12E0C4C1C47F23500AC98AD /* KingfisherTestHelper.swift */,
  447. F72CE9CD1FCF17ED00CC522A /* ImageModifierTests.swift */,
  448. D12E0C4D1C47F23500AC98AD /* KingfisherTests-Bridging-Header.h */,
  449. D12E0C4E1C47F23500AC98AD /* UIButtonExtensionTests.swift */,
  450. 185218B51CC07F8300BD58DE /* NSButtonExtensionTests.swift */,
  451. 4BCFF7A521990DB60055AAC4 /* MemoryStorageTests.swift */,
  452. 4BCFF7A9219932390055AAC4 /* DiskStorageTests.swift */,
  453. D1E564402199C21E0057AAE3 /* StorageExpirationTests.swift */,
  454. D1A1CC9E21A0F98600263AD8 /* ImageDataProviderTests.swift */,
  455. D1BFED94222ACC6B009330C8 /* ImageProcessorTests.swift */,
  456. 4BA3BF1D228BCDD100909201 /* DataReceivingSideEffectTests.swift */,
  457. D1F1F6FE24625EC600910725 /* RetryStrategyTests.swift */,
  458. );
  459. name = KingfisherTests;
  460. path = Tests/KingfisherTests;
  461. sourceTree = "<group>";
  462. };
  463. D16FE9F423078C63006E67D5 /* Dependency */ = {
  464. isa = PBXGroup;
  465. children = (
  466. D16FE9F523078C63006E67D5 /* Nocilla */,
  467. );
  468. name = Dependency;
  469. path = Tests/Dependency;
  470. sourceTree = "<group>";
  471. };
  472. D16FE9F523078C63006E67D5 /* Nocilla */ = {
  473. isa = PBXGroup;
  474. children = (
  475. D16FE9F623078C63006E67D5 /* LICENSE */,
  476. D16FE9F723078C63006E67D5 /* README.md */,
  477. D16FE9F823078C63006E67D5 /* Nocilla */,
  478. );
  479. path = Nocilla;
  480. sourceTree = "<group>";
  481. };
  482. D16FE9F823078C63006E67D5 /* Nocilla */ = {
  483. isa = PBXGroup;
  484. children = (
  485. D16FE9F923078C63006E67D5 /* Stubs */,
  486. D16FE9FE23078C63006E67D5 /* LSNocilla.m */,
  487. D16FE9FF23078C63006E67D5 /* Diff */,
  488. D16FEA0223078C63006E67D5 /* Nocilla.h */,
  489. D16FEA0323078C63006E67D5 /* Hooks */,
  490. D16FEA1923078C63006E67D5 /* Model */,
  491. D16FEA1D23078C63006E67D5 /* LSNocilla.h */,
  492. D16FEA1E23078C63006E67D5 /* Matchers */,
  493. D16FEA2E23078C63006E67D5 /* Categories */,
  494. D16FEA3323078C63006E67D5 /* DSL */,
  495. );
  496. path = Nocilla;
  497. sourceTree = "<group>";
  498. };
  499. D16FE9F923078C63006E67D5 /* Stubs */ = {
  500. isa = PBXGroup;
  501. children = (
  502. D16FE9FA23078C63006E67D5 /* LSStubRequest.m */,
  503. D16FE9FB23078C63006E67D5 /* LSStubResponse.m */,
  504. D16FE9FC23078C63006E67D5 /* LSStubResponse.h */,
  505. D16FE9FD23078C63006E67D5 /* LSStubRequest.h */,
  506. );
  507. path = Stubs;
  508. sourceTree = "<group>";
  509. };
  510. D16FE9FF23078C63006E67D5 /* Diff */ = {
  511. isa = PBXGroup;
  512. children = (
  513. D16FEA0023078C63006E67D5 /* LSHTTPRequestDiff.m */,
  514. D16FEA0123078C63006E67D5 /* LSHTTPRequestDiff.h */,
  515. );
  516. path = Diff;
  517. sourceTree = "<group>";
  518. };
  519. D16FEA0323078C63006E67D5 /* Hooks */ = {
  520. isa = PBXGroup;
  521. children = (
  522. D16FEA0423078C63006E67D5 /* LSHTTPClientHook.m */,
  523. D16FEA0523078C63006E67D5 /* LSHTTPClientHook.h */,
  524. D16FEA0623078C63006E67D5 /* NSURLRequest */,
  525. D16FEA0F23078C63006E67D5 /* ASIHTTPRequest */,
  526. D16FEA1623078C63006E67D5 /* NSURLSession */,
  527. );
  528. path = Hooks;
  529. sourceTree = "<group>";
  530. };
  531. D16FEA0623078C63006E67D5 /* NSURLRequest */ = {
  532. isa = PBXGroup;
  533. children = (
  534. D16FEA0723078C63006E67D5 /* NSURLRequest+LSHTTPRequest.m */,
  535. D16FEA0823078C63006E67D5 /* NSURLRequest+DSL.h */,
  536. D16FEA0923078C63006E67D5 /* LSNSURLHook.h */,
  537. D16FEA0A23078C63006E67D5 /* LSHTTPStubURLProtocol.h */,
  538. D16FEA0B23078C63006E67D5 /* NSURLRequest+LSHTTPRequest.h */,
  539. D16FEA0C23078C63006E67D5 /* LSNSURLHook.m */,
  540. D16FEA0D23078C63006E67D5 /* NSURLRequest+DSL.m */,
  541. D16FEA0E23078C63006E67D5 /* LSHTTPStubURLProtocol.m */,
  542. );
  543. path = NSURLRequest;
  544. sourceTree = "<group>";
  545. };
  546. D16FEA0F23078C63006E67D5 /* ASIHTTPRequest */ = {
  547. isa = PBXGroup;
  548. children = (
  549. D16FEA1023078C63006E67D5 /* LSASIHTTPRequestHook.h */,
  550. D16FEA1123078C63006E67D5 /* ASIHTTPRequestStub.m */,
  551. D16FEA1223078C63006E67D5 /* LSASIHTTPRequestAdapter.h */,
  552. D16FEA1323078C63006E67D5 /* LSASIHTTPRequestHook.m */,
  553. D16FEA1423078C63006E67D5 /* LSASIHTTPRequestAdapter.m */,
  554. D16FEA1523078C63006E67D5 /* ASIHTTPRequestStub.h */,
  555. );
  556. path = ASIHTTPRequest;
  557. sourceTree = "<group>";
  558. };
  559. D16FEA1623078C63006E67D5 /* NSURLSession */ = {
  560. isa = PBXGroup;
  561. children = (
  562. D16FEA1723078C63006E67D5 /* LSNSURLSessionHook.h */,
  563. D16FEA1823078C63006E67D5 /* LSNSURLSessionHook.m */,
  564. );
  565. path = NSURLSession;
  566. sourceTree = "<group>";
  567. };
  568. D16FEA1923078C63006E67D5 /* Model */ = {
  569. isa = PBXGroup;
  570. children = (
  571. D16FEA1A23078C63006E67D5 /* LSHTTPBody.h */,
  572. D16FEA1B23078C63006E67D5 /* LSHTTPRequest.h */,
  573. D16FEA1C23078C63006E67D5 /* LSHTTPResponse.h */,
  574. );
  575. path = Model;
  576. sourceTree = "<group>";
  577. };
  578. D16FEA1E23078C63006E67D5 /* Matchers */ = {
  579. isa = PBXGroup;
  580. children = (
  581. D16FEA1F23078C63006E67D5 /* LSMatcheable.h */,
  582. D16FEA2023078C63006E67D5 /* LSMatcher.h */,
  583. D16FEA2123078C63006E67D5 /* LSStringMatcher.h */,
  584. D16FEA2223078C63006E67D5 /* NSRegularExpression+Matcheable.m */,
  585. D16FEA2323078C63006E67D5 /* LSRegexMatcher.h */,
  586. D16FEA2423078C63006E67D5 /* NSString+Matcheable.m */,
  587. D16FEA2523078C63006E67D5 /* NSData+Matcheable.m */,
  588. D16FEA2623078C63006E67D5 /* LSDataMatcher.m */,
  589. D16FEA2723078C63006E67D5 /* LSMatcher.m */,
  590. D16FEA2823078C63006E67D5 /* LSRegexMatcher.m */,
  591. D16FEA2923078C63006E67D5 /* NSRegularExpression+Matcheable.h */,
  592. D16FEA2A23078C63006E67D5 /* LSStringMatcher.m */,
  593. D16FEA2B23078C63006E67D5 /* NSString+Matcheable.h */,
  594. D16FEA2C23078C63006E67D5 /* LSDataMatcher.h */,
  595. D16FEA2D23078C63006E67D5 /* NSData+Matcheable.h */,
  596. );
  597. path = Matchers;
  598. sourceTree = "<group>";
  599. };
  600. D16FEA2E23078C63006E67D5 /* Categories */ = {
  601. isa = PBXGroup;
  602. children = (
  603. D16FEA2F23078C63006E67D5 /* NSData+Nocilla.h */,
  604. D16FEA3023078C63006E67D5 /* NSString+Nocilla.m */,
  605. D16FEA3123078C63006E67D5 /* NSData+Nocilla.m */,
  606. D16FEA3223078C63006E67D5 /* NSString+Nocilla.h */,
  607. );
  608. path = Categories;
  609. sourceTree = "<group>";
  610. };
  611. D16FEA3323078C63006E67D5 /* DSL */ = {
  612. isa = PBXGroup;
  613. children = (
  614. D16FEA3423078C63006E67D5 /* LSHTTPRequestDSLRepresentation.m */,
  615. D16FEA3523078C63006E67D5 /* LSStubRequestDSL.h */,
  616. D16FEA3623078C63006E67D5 /* LSStubResponseDSL.m */,
  617. D16FEA3723078C63006E67D5 /* LSStubRequestDSL.m */,
  618. D16FEA3823078C63006E67D5 /* LSHTTPRequestDSLRepresentation.h */,
  619. D16FEA3923078C63006E67D5 /* LSStubResponseDSL.h */,
  620. );
  621. path = DSL;
  622. sourceTree = "<group>";
  623. };
  624. D1A1CC98219FAB3500263AD8 /* ImageSource */ = {
  625. isa = PBXGroup;
  626. children = (
  627. D1A1CC99219FAB4B00263AD8 /* Source.swift */,
  628. D12AB69E215D2BB50013BA68 /* Resource.swift */,
  629. D1E56444219B16330057AAE3 /* ImageDataProvider.swift */,
  630. D16CC3D524E02E9500F1A515 /* AVAssetImageDataProvider.swift */,
  631. );
  632. path = ImageSource;
  633. sourceTree = "<group>";
  634. };
  635. D1ED2D021AD2CFA600CFC3EB = {
  636. isa = PBXGroup;
  637. children = (
  638. D12AB688215D2A280013BA68 /* Sources */,
  639. D10EC22C1C3D62E800A4211C /* Tests */,
  640. D1ED2D0C1AD2CFA600CFC3EB /* Products */,
  641. EA99D30544BD22799F7A5367 /* Frameworks */,
  642. );
  643. sourceTree = "<group>";
  644. };
  645. D1ED2D0C1AD2CFA600CFC3EB /* Products */ = {
  646. isa = PBXGroup;
  647. children = (
  648. D1ED2D351AD2D09F00CFC3EB /* Kingfisher.framework */,
  649. D1ED2D3F1AD2D09F00CFC3EB /* KingfisherTests.xctest */,
  650. );
  651. name = Products;
  652. sourceTree = "<group>";
  653. };
  654. D1F7607423097532000C5269 /* SwiftUI */ = {
  655. isa = PBXGroup;
  656. children = (
  657. D1F7607523097532000C5269 /* ImageBinder.swift */,
  658. 4B88CEB32646D0BF009EBB41 /* ImageContext.swift */,
  659. D1F7607623097532000C5269 /* KFImage.swift */,
  660. 07292244263B02F00089E810 /* KFAnimatedImage.swift */,
  661. 4B88CEB12646C653009EBB41 /* KFImageRenderer.swift */,
  662. D1889533258F7648003B73BE /* KFImageOptions.swift */,
  663. 4B88CEAF2646C056009EBB41 /* KFImageProtocol.swift */,
  664. );
  665. path = SwiftUI;
  666. sourceTree = "<group>";
  667. };
  668. EA99D30544BD22799F7A5367 /* Frameworks */ = {
  669. isa = PBXGroup;
  670. children = (
  671. C959EEE7228940FE00467A10 /* QuartzCore.framework */,
  672. 4B164ACE1B8D554200768EC6 /* CFNetwork.framework */,
  673. 4B3E714D1B01FEB200F5AAED /* WatchKit.framework */,
  674. );
  675. name = Frameworks;
  676. sourceTree = "<group>";
  677. };
  678. /* End PBXGroup section */
  679. /* Begin PBXHeadersBuildPhase section */
  680. D1ED2D321AD2D09F00CFC3EB /* Headers */ = {
  681. isa = PBXHeadersBuildPhase;
  682. buildActionMask = 2147483647;
  683. files = (
  684. );
  685. runOnlyForDeploymentPostprocessing = 0;
  686. };
  687. /* End PBXHeadersBuildPhase section */
  688. /* Begin PBXNativeTarget section */
  689. D1ED2D341AD2D09F00CFC3EB /* Kingfisher */ = {
  690. isa = PBXNativeTarget;
  691. buildConfigurationList = D1ED2D4E1AD2D09F00CFC3EB /* Build configuration list for PBXNativeTarget "Kingfisher" */;
  692. buildPhases = (
  693. D1ED2D301AD2D09F00CFC3EB /* Sources */,
  694. D1ED2D311AD2D09F00CFC3EB /* Frameworks */,
  695. D1ED2D321AD2D09F00CFC3EB /* Headers */,
  696. );
  697. buildRules = (
  698. );
  699. dependencies = (
  700. );
  701. name = Kingfisher;
  702. productName = Kingfisher;
  703. productReference = D1ED2D351AD2D09F00CFC3EB /* Kingfisher.framework */;
  704. productType = "com.apple.product-type.framework";
  705. };
  706. D1ED2D3E1AD2D09F00CFC3EB /* KingfisherTests */ = {
  707. isa = PBXNativeTarget;
  708. buildConfigurationList = D1ED2D521AD2D09F00CFC3EB /* Build configuration list for PBXNativeTarget "KingfisherTests" */;
  709. buildPhases = (
  710. D1ED2D3B1AD2D09F00CFC3EB /* Sources */,
  711. D1ED2D3C1AD2D09F00CFC3EB /* Frameworks */,
  712. D1ED2D3D1AD2D09F00CFC3EB /* Resources */,
  713. );
  714. buildRules = (
  715. );
  716. dependencies = (
  717. D1ED2D421AD2D09F00CFC3EB /* PBXTargetDependency */,
  718. );
  719. name = KingfisherTests;
  720. productName = KingfisherTests;
  721. productReference = D1ED2D3F1AD2D09F00CFC3EB /* KingfisherTests.xctest */;
  722. productType = "com.apple.product-type.bundle.unit-test";
  723. };
  724. /* End PBXNativeTarget section */
  725. /* Begin PBXProject section */
  726. D1ED2D031AD2CFA600CFC3EB /* Project object */ = {
  727. isa = PBXProject;
  728. attributes = {
  729. LastSwiftUpdateCheck = 0720;
  730. LastUpgradeCheck = 1250;
  731. ORGANIZATIONNAME = "Wei Wang";
  732. TargetAttributes = {
  733. D1ED2D341AD2D09F00CFC3EB = {
  734. CreatedOnToolsVersion = 6.2;
  735. LastSwiftMigration = 1020;
  736. ProvisioningStyle = Manual;
  737. };
  738. D1ED2D3E1AD2D09F00CFC3EB = {
  739. CreatedOnToolsVersion = 6.2;
  740. LastSwiftMigration = 1020;
  741. };
  742. };
  743. };
  744. buildConfigurationList = D1ED2D061AD2CFA600CFC3EB /* Build configuration list for PBXProject "Kingfisher" */;
  745. compatibilityVersion = "Xcode 3.2";
  746. developmentRegion = en;
  747. hasScannedForEncodings = 0;
  748. knownRegions = (
  749. en,
  750. Base,
  751. );
  752. mainGroup = D1ED2D021AD2CFA600CFC3EB;
  753. productRefGroup = D1ED2D0C1AD2CFA600CFC3EB /* Products */;
  754. projectDirPath = "";
  755. projectRoot = "";
  756. targets = (
  757. D1ED2D341AD2D09F00CFC3EB /* Kingfisher */,
  758. D1ED2D3E1AD2D09F00CFC3EB /* KingfisherTests */,
  759. );
  760. };
  761. /* End PBXProject section */
  762. /* Begin PBXResourcesBuildPhase section */
  763. D1ED2D3D1AD2D09F00CFC3EB /* Resources */ = {
  764. isa = PBXResourcesBuildPhase;
  765. buildActionMask = 2147483647;
  766. files = (
  767. D16FEA3A23078C63006E67D5 /* LICENSE in Resources */,
  768. D1D2C32A1C70A3230018F2F9 /* single-frame.gif in Resources */,
  769. D16FEA3B23078C63006E67D5 /* README.md in Resources */,
  770. D12E0C4F1C47F23500AC98AD /* dancing-banana.gif in Resources */,
  771. );
  772. runOnlyForDeploymentPostprocessing = 0;
  773. };
  774. /* End PBXResourcesBuildPhase section */
  775. /* Begin PBXSourcesBuildPhase section */
  776. D1ED2D301AD2D09F00CFC3EB /* Sources */ = {
  777. isa = PBXSourcesBuildPhase;
  778. buildActionMask = 2147483647;
  779. files = (
  780. D12AB6CC215D2BB50013BA68 /* ImageModifier.swift in Sources */,
  781. D12AB718215D2BB50013BA68 /* CacheSerializer.swift in Sources */,
  782. D1E56445219B16330057AAE3 /* ImageDataProvider.swift in Sources */,
  783. 4B88CEB22646C653009EBB41 /* KFImageRenderer.swift in Sources */,
  784. D12AB730215D2BB50013BA68 /* AnimatedImageView.swift in Sources */,
  785. 4B46CC64217449E000D90C4A /* Storage.swift in Sources */,
  786. D12AB6E4215D2BB50013BA68 /* Placeholder.swift in Sources */,
  787. 4B46CC6921744AC500D90C4A /* DiskStorage.swift in Sources */,
  788. 4B46CC5F217449C600D90C4A /* MemoryStorage.swift in Sources */,
  789. 4B88CEB42646D0BF009EBB41 /* ImageContext.swift in Sources */,
  790. D16CC3D624E02E9500F1A515 /* AVAssetImageDataProvider.swift in Sources */,
  791. D1839845216E333E003927D3 /* Delegate.swift in Sources */,
  792. D12AB6D8215D2BB50013BA68 /* ImageTransition.swift in Sources */,
  793. D1A37BE8215D365A009B39B7 /* ExtensionHelpers.swift in Sources */,
  794. C9286407228584EB00257182 /* ImageProgressive.swift in Sources */,
  795. D12AB6DC215D2BB50013BA68 /* ImageProcessor.swift in Sources */,
  796. D12AB6D4215D2BB50013BA68 /* Image.swift in Sources */,
  797. D1AEB09425890DE7008556DF /* ImageBinder.swift in Sources */,
  798. D12AB728215D2BB50013BA68 /* String+MD5.swift in Sources */,
  799. 4B8E2917216F3F7F0095FAD1 /* ImageDownloaderDelegate.swift in Sources */,
  800. D1132C9725919F69003E528D /* KFOptionsSetter.swift in Sources */,
  801. D18B3222251852E100662F63 /* KF.swift in Sources */,
  802. D12AB704215D2BB50013BA68 /* Kingfisher.swift in Sources */,
  803. D1AEB09725890DEA008556DF /* KFImage.swift in Sources */,
  804. D1BA781D2174D07800C69D7B /* CallbackQueue.swift in Sources */,
  805. D12AB71C215D2BB50013BA68 /* FormatIndicatedCacheSerializer.swift in Sources */,
  806. D1A37BF2215D3850009B39B7 /* SizeExtensions.swift in Sources */,
  807. D12AB70C215D2BB50013BA68 /* KingfisherManager.swift in Sources */,
  808. 4B8351CC217084660081EED8 /* Runtime.swift in Sources */,
  809. D12AB6C0215D2BB50013BA68 /* RequestModifier.swift in Sources */,
  810. 4B10480D216F157000300C61 /* ImageDataProcessor.swift in Sources */,
  811. D12AB72C215D2BB50013BA68 /* Indicator.swift in Sources */,
  812. D12AB6C8215D2BB50013BA68 /* ImageDownloader.swift in Sources */,
  813. D11D9B72245FA6F700C5A0AE /* RetryStrategy.swift in Sources */,
  814. D1A37BE3215D359F009B39B7 /* ImageFormat.swift in Sources */,
  815. D12EB83C24DD8EFC00329EE1 /* NSTextAttachment+Kingfisher.swift in Sources */,
  816. D1889534258F7649003B73BE /* KFImageOptions.swift in Sources */,
  817. D12AB714215D2BB50013BA68 /* ImageCache.swift in Sources */,
  818. 4B88CEB02646C056009EBB41 /* KFImageProtocol.swift in Sources */,
  819. D12AB6D0215D2BB50013BA68 /* ImagePrefetcher.swift in Sources */,
  820. D12AB6F4215D2BB50013BA68 /* ImageView+Kingfisher.swift in Sources */,
  821. D12AB6FC215D2BB50013BA68 /* UIButton+Kingfisher.swift in Sources */,
  822. D12AB6E8215D2BB50013BA68 /* GIFAnimatedImage.swift in Sources */,
  823. D13646742165A1A100A33652 /* Result.swift in Sources */,
  824. D1A1CC9A219FAB4B00263AD8 /* Source.swift in Sources */,
  825. 4BD821622189FC0C0084CC21 /* SessionDelegate.swift in Sources */,
  826. D12AB6E0215D2BB50013BA68 /* Filter.swift in Sources */,
  827. 4BE688F722FD513100B11168 /* NSButton+Kingfisher.swift in Sources */,
  828. D12AB6C4215D2BB50013BA68 /* Resource.swift in Sources */,
  829. 76FB4FD2262D773E006D15F8 /* GraphicsContext.swift in Sources */,
  830. D8FCF6A821C5A0E500F9ABC0 /* RedirectHandler.swift in Sources */,
  831. 07292245263B02F00089E810 /* KFAnimatedImage.swift in Sources */,
  832. D1A37BDE215D34E8009B39B7 /* ImageDrawing.swift in Sources */,
  833. 4BD821672189FD330084CC21 /* SessionDataTask.swift in Sources */,
  834. D12AB708215D2BB50013BA68 /* KingfisherError.swift in Sources */,
  835. 4BE688F822FD513700B11168 /* WKInterfaceImage+Kingfisher.swift in Sources */,
  836. D12AB724215D2BB50013BA68 /* Box.swift in Sources */,
  837. 4B8E291C216F40AA0095FAD1 /* AuthenticationChallengeResponsable.swift in Sources */,
  838. D12AB710215D2BB50013BA68 /* KingfisherOptionsInfo.swift in Sources */,
  839. DCEB2842257E4BE100D7A610 /* TVMonogramView+Kingfisher.swift in Sources */,
  840. );
  841. runOnlyForDeploymentPostprocessing = 0;
  842. };
  843. D1ED2D3B1AD2D09F00CFC3EB /* Sources */ = {
  844. isa = PBXSourcesBuildPhase;
  845. buildActionMask = 2147483647;
  846. files = (
  847. D12E0C571C47F23500AC98AD /* KingfisherTestHelper.swift in Sources */,
  848. D16FEA4923078C63006E67D5 /* NSRegularExpression+Matcheable.m in Sources */,
  849. D12E0C581C47F23500AC98AD /* UIButtonExtensionTests.swift in Sources */,
  850. D1E564412199C21E0057AAE3 /* StorageExpirationTests.swift in Sources */,
  851. D16FEA4123078C63006E67D5 /* NSURLRequest+LSHTTPRequest.m in Sources */,
  852. 4BCFF7A621990DB70055AAC4 /* MemoryStorageTests.swift in Sources */,
  853. D16FEA4623078C63006E67D5 /* LSASIHTTPRequestHook.m in Sources */,
  854. D12E0C561C47F23500AC98AD /* KingfisherOptionsInfoTests.swift in Sources */,
  855. D9638BA61C7DC71F0046523D /* ImagePrefetcherTests.swift in Sources */,
  856. D12E0C551C47F23500AC98AD /* KingfisherManagerTests.swift in Sources */,
  857. D16FEA4523078C63006E67D5 /* ASIHTTPRequestStub.m in Sources */,
  858. D16FEA4423078C63006E67D5 /* LSHTTPStubURLProtocol.m in Sources */,
  859. D12E0C511C47F23500AC98AD /* ImageDownloaderTests.swift in Sources */,
  860. D16FEA4A23078C63006E67D5 /* NSString+Matcheable.m in Sources */,
  861. D16FEA4723078C63006E67D5 /* LSASIHTTPRequestAdapter.m in Sources */,
  862. D16FEA4F23078C63006E67D5 /* LSStringMatcher.m in Sources */,
  863. D16FEA3C23078C63006E67D5 /* LSStubRequest.m in Sources */,
  864. D12E0C521C47F23500AC98AD /* ImageExtensionTests.swift in Sources */,
  865. D16FEA5123078C63006E67D5 /* NSData+Nocilla.m in Sources */,
  866. D16FEA5523079707006E67D5 /* NSButtonExtensionTests.swift in Sources */,
  867. D16FEA5023078C63006E67D5 /* NSString+Nocilla.m in Sources */,
  868. D16FEA4E23078C63006E67D5 /* LSRegexMatcher.m in Sources */,
  869. F72CE9CE1FCF17ED00CC522A /* ImageModifierTests.swift in Sources */,
  870. D12E0C531C47F23500AC98AD /* ImageViewExtensionTests.swift in Sources */,
  871. D16FEA4023078C63006E67D5 /* LSHTTPClientHook.m in Sources */,
  872. D16FEA3F23078C63006E67D5 /* LSHTTPRequestDiff.m in Sources */,
  873. D186696D21834261002B502E /* ImageDrawingTests.swift in Sources */,
  874. D16FEA4323078C63006E67D5 /* NSURLRequest+DSL.m in Sources */,
  875. D16FEA5323078C63006E67D5 /* LSStubResponseDSL.m in Sources */,
  876. D16FEA4C23078C63006E67D5 /* LSDataMatcher.m in Sources */,
  877. 4BCFF7AA219932390055AAC4 /* DiskStorageTests.swift in Sources */,
  878. D16FEA5423078C63006E67D5 /* LSStubRequestDSL.m in Sources */,
  879. D1A1CC9F21A0F98600263AD8 /* ImageDataProviderTests.swift in Sources */,
  880. D16FEA4823078C63006E67D5 /* LSNSURLSessionHook.m in Sources */,
  881. D16FEA3E23078C63006E67D5 /* LSNocilla.m in Sources */,
  882. D16FEA4D23078C63006E67D5 /* LSMatcher.m in Sources */,
  883. 4B8351C8217066580081EED8 /* StubHelpers.swift in Sources */,
  884. D1F1F6FF24625EC600910725 /* RetryStrategyTests.swift in Sources */,
  885. D1DC4B411D60996D00DFDFAA /* StringExtensionTests.swift in Sources */,
  886. D1BFED95222ACC6B009330C8 /* ImageProcessorTests.swift in Sources */,
  887. D16FEA5223078C63006E67D5 /* LSHTTPRequestDSLRepresentation.m in Sources */,
  888. D16FEA4223078C63006E67D5 /* LSNSURLHook.m in Sources */,
  889. D16FEA4B23078C63006E67D5 /* NSData+Matcheable.m in Sources */,
  890. D16FEA3D23078C63006E67D5 /* LSStubResponse.m in Sources */,
  891. D12E0C501C47F23500AC98AD /* ImageCacheTests.swift in Sources */,
  892. 4BA3BF1E228BCDD100909201 /* DataReceivingSideEffectTests.swift in Sources */,
  893. );
  894. runOnlyForDeploymentPostprocessing = 0;
  895. };
  896. /* End PBXSourcesBuildPhase section */
  897. /* Begin PBXTargetDependency section */
  898. D1ED2D421AD2D09F00CFC3EB /* PBXTargetDependency */ = {
  899. isa = PBXTargetDependency;
  900. target = D1ED2D341AD2D09F00CFC3EB /* Kingfisher */;
  901. targetProxy = D1ED2D411AD2D09F00CFC3EB /* PBXContainerItemProxy */;
  902. };
  903. /* End PBXTargetDependency section */
  904. /* Begin XCBuildConfiguration section */
  905. D1ED2D281AD2CFA600CFC3EB /* Debug */ = {
  906. isa = XCBuildConfiguration;
  907. buildSettings = {
  908. ALWAYS_SEARCH_USER_PATHS = NO;
  909. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  910. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  911. CLANG_CXX_LIBRARY = "libc++";
  912. CLANG_ENABLE_OBJC_ARC = YES;
  913. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  914. CLANG_WARN_BOOL_CONVERSION = YES;
  915. CLANG_WARN_COMMA = YES;
  916. CLANG_WARN_CONSTANT_CONVERSION = YES;
  917. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  918. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  919. CLANG_WARN_EMPTY_BODY = YES;
  920. CLANG_WARN_ENUM_CONVERSION = YES;
  921. CLANG_WARN_INFINITE_RECURSION = YES;
  922. CLANG_WARN_INT_CONVERSION = YES;
  923. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  924. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  925. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  926. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  927. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  928. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  929. CLANG_WARN_STRICT_PROTOTYPES = YES;
  930. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  931. CLANG_WARN_UNREACHABLE_CODE = YES;
  932. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  933. COPY_PHASE_STRIP = NO;
  934. DEBUG_INFORMATION_FORMAT = dwarf;
  935. ENABLE_STRICT_OBJC_MSGSEND = YES;
  936. ENABLE_TESTABILITY = YES;
  937. GCC_C_LANGUAGE_STANDARD = gnu99;
  938. GCC_DYNAMIC_NO_PIC = NO;
  939. GCC_NO_COMMON_BLOCKS = YES;
  940. GCC_OPTIMIZATION_LEVEL = 0;
  941. GCC_PREPROCESSOR_DEFINITIONS = (
  942. "DEBUG=1",
  943. "$(inherited)",
  944. );
  945. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  946. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  947. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  948. GCC_WARN_UNDECLARED_SELECTOR = YES;
  949. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  950. GCC_WARN_UNUSED_FUNCTION = YES;
  951. GCC_WARN_UNUSED_VARIABLE = YES;
  952. IPHONEOS_DEPLOYMENT_TARGET = 12.0;
  953. LD_DYLIB_INSTALL_NAME = "@rpath";
  954. MACOSX_DEPLOYMENT_TARGET = 10.14;
  955. ONLY_ACTIVE_ARCH = YES;
  956. PRODUCT_BUNDLE_PACKAGE_TYPE = BNDL;
  957. SDKROOT = "";
  958. SUPPORTED_PLATFORMS = "watchsimulator iphonesimulator appletvsimulator watchos appletvos iphoneos macosx";
  959. SWIFT_INSTALL_OBJC_HEADER = NO;
  960. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  961. SWIFT_VERSION = 5.0;
  962. TARGETED_DEVICE_FAMILY = "1,2,3,4";
  963. TVOS_DEPLOYMENT_TARGET = 12.0;
  964. WATCHOS_DEPLOYMENT_TARGET = 5.0;
  965. };
  966. name = Debug;
  967. };
  968. D1ED2D291AD2CFA600CFC3EB /* Release */ = {
  969. isa = XCBuildConfiguration;
  970. buildSettings = {
  971. ALWAYS_SEARCH_USER_PATHS = NO;
  972. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  973. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  974. CLANG_CXX_LIBRARY = "libc++";
  975. CLANG_ENABLE_OBJC_ARC = YES;
  976. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  977. CLANG_WARN_BOOL_CONVERSION = YES;
  978. CLANG_WARN_COMMA = YES;
  979. CLANG_WARN_CONSTANT_CONVERSION = YES;
  980. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  981. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  982. CLANG_WARN_EMPTY_BODY = YES;
  983. CLANG_WARN_ENUM_CONVERSION = YES;
  984. CLANG_WARN_INFINITE_RECURSION = YES;
  985. CLANG_WARN_INT_CONVERSION = YES;
  986. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  987. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  988. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  989. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  990. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  991. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  992. CLANG_WARN_STRICT_PROTOTYPES = YES;
  993. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  994. CLANG_WARN_UNREACHABLE_CODE = YES;
  995. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  996. COPY_PHASE_STRIP = NO;
  997. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  998. ENABLE_NS_ASSERTIONS = NO;
  999. ENABLE_STRICT_OBJC_MSGSEND = YES;
  1000. GCC_C_LANGUAGE_STANDARD = gnu99;
  1001. GCC_NO_COMMON_BLOCKS = YES;
  1002. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  1003. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  1004. GCC_WARN_UNDECLARED_SELECTOR = YES;
  1005. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  1006. GCC_WARN_UNUSED_FUNCTION = YES;
  1007. GCC_WARN_UNUSED_VARIABLE = YES;
  1008. IPHONEOS_DEPLOYMENT_TARGET = 12.0;
  1009. LD_DYLIB_INSTALL_NAME = "@rpath";
  1010. MACOSX_DEPLOYMENT_TARGET = 10.14;
  1011. PRODUCT_BUNDLE_PACKAGE_TYPE = BNDL;
  1012. SDKROOT = "";
  1013. SUPPORTED_PLATFORMS = "watchsimulator iphonesimulator appletvsimulator watchos appletvos iphoneos macosx";
  1014. SWIFT_INSTALL_OBJC_HEADER = NO;
  1015. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  1016. SWIFT_VERSION = 5.0;
  1017. TARGETED_DEVICE_FAMILY = "1,2,3,4";
  1018. TVOS_DEPLOYMENT_TARGET = 12.0;
  1019. WATCHOS_DEPLOYMENT_TARGET = 5.0;
  1020. };
  1021. name = Release;
  1022. };
  1023. D1ED2D4F1AD2D09F00CFC3EB /* Debug */ = {
  1024. isa = XCBuildConfiguration;
  1025. buildSettings = {
  1026. APPLICATION_EXTENSION_API_ONLY = YES;
  1027. CLANG_ANALYZER_NONNULL = YES;
  1028. CLANG_WARN_ASSIGN_ENUM = YES;
  1029. CLANG_WARN_CXX0X_EXTENSIONS = YES;
  1030. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  1031. CLANG_WARN_IMPLICIT_SIGN_CONVERSION = YES;
  1032. CLANG_WARN_OBJC_EXPLICIT_OWNERSHIP_TYPE = YES;
  1033. CLANG_WARN_OBJC_IMPLICIT_ATOMIC_PROPERTIES = YES;
  1034. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  1035. CLANG_WARN_OBJC_MISSING_PROPERTY_SYNTHESIS = YES;
  1036. CLANG_WARN_OBJC_REPEATED_USE_OF_WEAK = YES;
  1037. CLANG_WARN_SUSPICIOUS_IMPLICIT_CONVERSION = YES;
  1038. CLANG_WARN_UNREACHABLE_CODE = YES_AGGRESSIVE;
  1039. CLANG_WARN__EXIT_TIME_DESTRUCTORS = YES;
  1040. CURRENT_PROJECT_VERSION = 2360;
  1041. DYLIB_COMPATIBILITY_VERSION = 1;
  1042. DYLIB_CURRENT_VERSION = 2360;
  1043. DYLIB_INSTALL_NAME_BASE = "@rpath";
  1044. GCC_TREAT_IMPLICIT_FUNCTION_DECLARATIONS_AS_ERRORS = YES;
  1045. GCC_TREAT_INCOMPATIBLE_POINTER_TYPE_WARNINGS_AS_ERRORS = YES;
  1046. GCC_WARN_ABOUT_MISSING_FIELD_INITIALIZERS = YES;
  1047. GCC_WARN_ABOUT_MISSING_NEWLINE = YES;
  1048. GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
  1049. GCC_WARN_FOUR_CHARACTER_CONSTANTS = YES;
  1050. GCC_WARN_HIDDEN_VIRTUAL_FUNCTIONS = YES;
  1051. GCC_WARN_INITIALIZER_NOT_FULLY_BRACKETED = YES;
  1052. GCC_WARN_NON_VIRTUAL_DESTRUCTOR = YES;
  1053. GCC_WARN_SIGN_COMPARE = YES;
  1054. GCC_WARN_STRICT_SELECTOR_MATCH = YES;
  1055. GCC_WARN_UNKNOWN_PRAGMAS = YES;
  1056. GCC_WARN_UNUSED_LABEL = YES;
  1057. GCC_WARN_UNUSED_PARAMETER = YES;
  1058. INFOPLIST_FILE = Sources/Info.plist;
  1059. LD_DYLIB_INSTALL_NAME = "$(DYLIB_INSTALL_NAME_BASE:standardizepath)/$(EXECUTABLE_PATH)";
  1060. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  1061. OTHER_SWIFT_FLAGS = "-Xfrontend -warn-long-expression-type-checking=150";
  1062. PRODUCT_BUNDLE_IDENTIFIER = "com.onevcat.$(PRODUCT_NAME:rfc1034identifier)";
  1063. PRODUCT_BUNDLE_PACKAGE_TYPE = FMWK;
  1064. PRODUCT_NAME = Kingfisher;
  1065. SKIP_INSTALL = YES;
  1066. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  1067. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  1068. VERSIONING_SYSTEM = "apple-generic";
  1069. };
  1070. name = Debug;
  1071. };
  1072. D1ED2D501AD2D09F00CFC3EB /* Release */ = {
  1073. isa = XCBuildConfiguration;
  1074. buildSettings = {
  1075. APPLICATION_EXTENSION_API_ONLY = YES;
  1076. CLANG_ANALYZER_NONNULL = YES;
  1077. CLANG_WARN_ASSIGN_ENUM = YES;
  1078. CLANG_WARN_CXX0X_EXTENSIONS = YES;
  1079. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  1080. CLANG_WARN_IMPLICIT_SIGN_CONVERSION = YES;
  1081. CLANG_WARN_OBJC_EXPLICIT_OWNERSHIP_TYPE = YES;
  1082. CLANG_WARN_OBJC_IMPLICIT_ATOMIC_PROPERTIES = YES;
  1083. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  1084. CLANG_WARN_OBJC_MISSING_PROPERTY_SYNTHESIS = YES;
  1085. CLANG_WARN_OBJC_REPEATED_USE_OF_WEAK = YES;
  1086. CLANG_WARN_SUSPICIOUS_IMPLICIT_CONVERSION = YES;
  1087. CLANG_WARN_UNREACHABLE_CODE = YES_AGGRESSIVE;
  1088. CLANG_WARN__EXIT_TIME_DESTRUCTORS = YES;
  1089. CURRENT_PROJECT_VERSION = 2360;
  1090. DYLIB_COMPATIBILITY_VERSION = 1;
  1091. DYLIB_CURRENT_VERSION = 2360;
  1092. DYLIB_INSTALL_NAME_BASE = "@rpath";
  1093. GCC_TREAT_IMPLICIT_FUNCTION_DECLARATIONS_AS_ERRORS = YES;
  1094. GCC_TREAT_INCOMPATIBLE_POINTER_TYPE_WARNINGS_AS_ERRORS = YES;
  1095. GCC_WARN_ABOUT_MISSING_FIELD_INITIALIZERS = YES;
  1096. GCC_WARN_ABOUT_MISSING_NEWLINE = YES;
  1097. GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
  1098. GCC_WARN_FOUR_CHARACTER_CONSTANTS = YES;
  1099. GCC_WARN_HIDDEN_VIRTUAL_FUNCTIONS = YES;
  1100. GCC_WARN_INITIALIZER_NOT_FULLY_BRACKETED = YES;
  1101. GCC_WARN_NON_VIRTUAL_DESTRUCTOR = YES;
  1102. GCC_WARN_SIGN_COMPARE = YES;
  1103. GCC_WARN_STRICT_SELECTOR_MATCH = YES;
  1104. GCC_WARN_UNKNOWN_PRAGMAS = YES;
  1105. GCC_WARN_UNUSED_LABEL = YES;
  1106. GCC_WARN_UNUSED_PARAMETER = YES;
  1107. INFOPLIST_FILE = Sources/Info.plist;
  1108. LD_DYLIB_INSTALL_NAME = "$(DYLIB_INSTALL_NAME_BASE:standardizepath)/$(EXECUTABLE_PATH)";
  1109. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  1110. OTHER_SWIFT_FLAGS = "";
  1111. PRODUCT_BUNDLE_IDENTIFIER = "com.onevcat.$(PRODUCT_NAME:rfc1034identifier)";
  1112. PRODUCT_BUNDLE_PACKAGE_TYPE = FMWK;
  1113. PRODUCT_NAME = Kingfisher;
  1114. SKIP_INSTALL = YES;
  1115. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  1116. VERSIONING_SYSTEM = "apple-generic";
  1117. };
  1118. name = Release;
  1119. };
  1120. D1ED2D531AD2D09F00CFC3EB /* Debug */ = {
  1121. isa = XCBuildConfiguration;
  1122. buildSettings = {
  1123. CLANG_ENABLE_MODULES = YES;
  1124. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
  1125. GCC_PREPROCESSOR_DEFINITIONS = (
  1126. "DEBUG=1",
  1127. "$(inherited)",
  1128. );
  1129. INFOPLIST_FILE = Tests/KingfisherTests/Info.plist;
  1130. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks @executable_path/Frameworks @loader_path/Frameworks";
  1131. PRODUCT_BUNDLE_IDENTIFIER = "com.onevcat.$(PRODUCT_NAME:rfc1034identifier)";
  1132. PRODUCT_NAME = "$(TARGET_NAME)";
  1133. SUPPORTED_PLATFORMS = "macosx iphoneos iphonesimulator appletvos appletvsimulator watchos watchsimulator";
  1134. SWIFT_OBJC_BRIDGING_HEADER = "Tests/KingfisherTests/KingfisherTests-Bridging-Header.h";
  1135. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  1136. TARGETED_DEVICE_FAMILY = "1,2,3,4";
  1137. };
  1138. name = Debug;
  1139. };
  1140. D1ED2D541AD2D09F00CFC3EB /* Release */ = {
  1141. isa = XCBuildConfiguration;
  1142. buildSettings = {
  1143. CLANG_ENABLE_MODULES = YES;
  1144. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
  1145. INFOPLIST_FILE = Tests/KingfisherTests/Info.plist;
  1146. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks @executable_path/Frameworks @loader_path/Frameworks";
  1147. PRODUCT_BUNDLE_IDENTIFIER = "com.onevcat.$(PRODUCT_NAME:rfc1034identifier)";
  1148. PRODUCT_NAME = "$(TARGET_NAME)";
  1149. SUPPORTED_PLATFORMS = "macosx iphoneos iphonesimulator appletvos appletvsimulator watchos watchsimulator";
  1150. SWIFT_OBJC_BRIDGING_HEADER = "Tests/KingfisherTests/KingfisherTests-Bridging-Header.h";
  1151. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  1152. TARGETED_DEVICE_FAMILY = "1,2,3,4";
  1153. };
  1154. name = Release;
  1155. };
  1156. /* End XCBuildConfiguration section */
  1157. /* Begin XCConfigurationList section */
  1158. D1ED2D061AD2CFA600CFC3EB /* Build configuration list for PBXProject "Kingfisher" */ = {
  1159. isa = XCConfigurationList;
  1160. buildConfigurations = (
  1161. D1ED2D281AD2CFA600CFC3EB /* Debug */,
  1162. D1ED2D291AD2CFA600CFC3EB /* Release */,
  1163. );
  1164. defaultConfigurationIsVisible = 0;
  1165. defaultConfigurationName = Release;
  1166. };
  1167. D1ED2D4E1AD2D09F00CFC3EB /* Build configuration list for PBXNativeTarget "Kingfisher" */ = {
  1168. isa = XCConfigurationList;
  1169. buildConfigurations = (
  1170. D1ED2D4F1AD2D09F00CFC3EB /* Debug */,
  1171. D1ED2D501AD2D09F00CFC3EB /* Release */,
  1172. );
  1173. defaultConfigurationIsVisible = 0;
  1174. defaultConfigurationName = Release;
  1175. };
  1176. D1ED2D521AD2D09F00CFC3EB /* Build configuration list for PBXNativeTarget "KingfisherTests" */ = {
  1177. isa = XCConfigurationList;
  1178. buildConfigurations = (
  1179. D1ED2D531AD2D09F00CFC3EB /* Debug */,
  1180. D1ED2D541AD2D09F00CFC3EB /* Release */,
  1181. );
  1182. defaultConfigurationIsVisible = 0;
  1183. defaultConfigurationName = Release;
  1184. };
  1185. /* End XCConfigurationList section */
  1186. };
  1187. rootObject = D1ED2D031AD2CFA600CFC3EB /* Project object */;
  1188. }