project.pbxproj 83 KB

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