project.pbxproj 83 KB

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