project.pbxproj 85 KB

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