project.pbxproj 80 KB

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