project.pbxproj 80 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 1E3C51E919B46E370092B5E6 /* SDWebImageDownloaderTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E3C51E819B46E370092B5E6 /* SDWebImageDownloaderTests.m */; };
  10. 2D7AF0601F329763000083C2 /* SDTestCase.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D7AF05F1F329763000083C2 /* SDTestCase.m */; };
  11. 320224F72440C39B00E5B29D /* TestImageLarge.png in Resources */ = {isa = PBXBuildFile; fileRef = 320224F62440C39B00E5B29D /* TestImageLarge.png */; };
  12. 320224F82440C39B00E5B29D /* TestImageLarge.png in Resources */ = {isa = PBXBuildFile; fileRef = 320224F62440C39B00E5B29D /* TestImageLarge.png */; };
  13. 320224F92440C39B00E5B29D /* TestImageLarge.png in Resources */ = {isa = PBXBuildFile; fileRef = 320224F62440C39B00E5B29D /* TestImageLarge.png */; };
  14. 320630412085A37C006E0FA4 /* SDAnimatedImageTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 32A571552037DB2D002EDAAE /* SDAnimatedImageTest.m */; };
  15. 321F310E27D0DC490042B274 /* TestImage.bmp in Resources */ = {isa = PBXBuildFile; fileRef = 321F310D27D0DC490042B274 /* TestImage.bmp */; };
  16. 321F310F27D0DC490042B274 /* TestImage.bmp in Resources */ = {isa = PBXBuildFile; fileRef = 321F310D27D0DC490042B274 /* TestImage.bmp */; };
  17. 321F311027D0DC490042B274 /* TestImage.bmp in Resources */ = {isa = PBXBuildFile; fileRef = 321F310D27D0DC490042B274 /* TestImage.bmp */; };
  18. 3222417F2272F808002429DB /* SDUtilsTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 3222417E2272F808002429DB /* SDUtilsTests.m */; };
  19. 322241802272F808002429DB /* SDUtilsTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 3222417E2272F808002429DB /* SDUtilsTests.m */; };
  20. 3226ECBB20754F7700FAFACF /* SDWebImageTestDownloadOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 3226ECBA20754F7700FAFACF /* SDWebImageTestDownloadOperation.m */; };
  21. 3226ECBC20754F7700FAFACF /* SDWebImageTestDownloadOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 3226ECBA20754F7700FAFACF /* SDWebImageTestDownloadOperation.m */; };
  22. 3234306223E2BAC800C290C8 /* TestImage.pdf in Resources */ = {isa = PBXBuildFile; fileRef = 3234306123E2BAC800C290C8 /* TestImage.pdf */; };
  23. 3234306323E2BAC800C290C8 /* TestImage.pdf in Resources */ = {isa = PBXBuildFile; fileRef = 3234306123E2BAC800C290C8 /* TestImage.pdf */; };
  24. 3234306423E2BAC800C290C8 /* TestImage.pdf in Resources */ = {isa = PBXBuildFile; fileRef = 3234306123E2BAC800C290C8 /* TestImage.pdf */; };
  25. 323B8E1F20862322008952BE /* SDWebImageTestLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = 323B8E1E20862322008952BE /* SDWebImageTestLoader.m */; };
  26. 323B8E2020862322008952BE /* SDWebImageTestLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = 323B8E1E20862322008952BE /* SDWebImageTestLoader.m */; };
  27. 324047442271956F007C53E1 /* TestEXIF.png in Resources */ = {isa = PBXBuildFile; fileRef = 324047432271956F007C53E1 /* TestEXIF.png */; };
  28. 324047452271956F007C53E1 /* TestEXIF.png in Resources */ = {isa = PBXBuildFile; fileRef = 324047432271956F007C53E1 /* TestEXIF.png */; };
  29. 32464A902B7B1833006BE70E /* 1@2x.gif in Resources */ = {isa = PBXBuildFile; fileRef = 32648066250232F7004FA0FC /* 1@2x.gif */; };
  30. 32464A912B7B1833006BE70E /* TestImage.nef in Resources */ = {isa = PBXBuildFile; fileRef = 32F788A2290D252200B57A1C /* TestImage.nef */; };
  31. 32464A922B7B1833006BE70E /* TestImage.heic in Resources */ = {isa = PBXBuildFile; fileRef = 327A418B211D660600495442 /* TestImage.heic */; };
  32. 32464A932B7B1833006BE70E /* TestImageAnimated.heic in Resources */ = {isa = PBXBuildFile; fileRef = 3297A09E23374D1600814590 /* TestImageAnimated.heic */; };
  33. 32464A942B7B1833006BE70E /* TestJFIF.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 3264CD162AAB1E23001E338B /* TestJFIF.jpg */; };
  34. 32464A952B7B1833006BE70E /* TestImageStatic.webp in Resources */ = {isa = PBXBuildFile; fileRef = 32515F9724AF1919005E8F79 /* TestImageStatic.webp */; };
  35. 32464A962B7B1833006BE70E /* TestImage.gif in Resources */ = {isa = PBXBuildFile; fileRef = 433BBBB61D7EF8200086B6E9 /* TestImage.gif */; };
  36. 32464A972B7B1833006BE70E /* TestImage.bmp in Resources */ = {isa = PBXBuildFile; fileRef = 321F310D27D0DC490042B274 /* TestImage.bmp */; };
  37. 32464A982B7B1833006BE70E /* TestLoopCount.gif in Resources */ = {isa = PBXBuildFile; fileRef = 326E69462334C0C200B7252C /* TestLoopCount.gif */; };
  38. 32464A992B7B1833006BE70E /* TestEXIF.png in Resources */ = {isa = PBXBuildFile; fileRef = 324047432271956F007C53E1 /* TestEXIF.png */; };
  39. 32464A9A2B7B1833006BE70E /* TestImage.png in Resources */ = {isa = PBXBuildFile; fileRef = 433BBBB81D7EF8260086B6E9 /* TestImage.png */; };
  40. 32464A9B2B7B1833006BE70E /* TestAnimatedImageMemory.webp in Resources */ = {isa = PBXBuildFile; fileRef = 6B181A1A265757ED00BD06B3 /* TestAnimatedImageMemory.webp */; };
  41. 32464A9C2B7B1833006BE70E /* TestImage.pdf in Resources */ = {isa = PBXBuildFile; fileRef = 3234306123E2BAC800C290C8 /* TestImage.pdf */; };
  42. 32464A9D2B7B1833006BE70E /* TestImageAnimated.apng in Resources */ = {isa = PBXBuildFile; fileRef = 327054E1206CEFF3006EA328 /* TestImageAnimated.apng */; };
  43. 32464A9E2B7B1833006BE70E /* TestImageAnimated.webp in Resources */ = {isa = PBXBuildFile; fileRef = 32515F9824AF1919005E8F79 /* TestImageAnimated.webp */; };
  44. 32464A9F2B7B1833006BE70E /* IndexedPNG.png in Resources */ = {isa = PBXBuildFile; fileRef = 3278F5E12B04C1AC0004A6EE /* IndexedPNG.png */; };
  45. 32464AA02B7B1833006BE70E /* TestImage.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 5F7F38AC1AE2A77A00B0E330 /* TestImage.jpg */; };
  46. 32464AA12B7B1833006BE70E /* MonochromeTestImage.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 433BBBBA1D7EFA8B0086B6E9 /* MonochromeTestImage.jpg */; };
  47. 32464AA22B7B1833006BE70E /* TestImageLarge.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 43828A441DA67F9900000E62 /* TestImageLarge.jpg */; };
  48. 32464AA32B7B1833006BE70E /* TestImage.heif in Resources */ = {isa = PBXBuildFile; fileRef = 32905E63211D786E00460FCF /* TestImage.heif */; };
  49. 32464AA42B7B1833006BE70E /* TestImageLarge.png in Resources */ = {isa = PBXBuildFile; fileRef = 320224F62440C39B00E5B29D /* TestImageLarge.png */; };
  50. 32464AA52B7B1845006BE70E /* SDWebImageManagerTests.m in Sources */ = {isa = PBXBuildFile; fileRef = DA248D6A195476AC00390AB0 /* SDWebImageManagerTests.m */; };
  51. 32464AA62B7B1845006BE70E /* SDMockFileManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 37D122871EC48B5E00D98CEB /* SDMockFileManager.m */; };
  52. 32464AA72B7B1845006BE70E /* SDImageTransformerTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 3254C31F20641077008D1022 /* SDImageTransformerTests.m */; };
  53. 32464AA82B7B1845006BE70E /* SDUtilsTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 3222417E2272F808002429DB /* SDUtilsTests.m */; };
  54. 32464AA92B7B1845006BE70E /* SDWebImageTestLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = 323B8E1E20862322008952BE /* SDWebImageTestLoader.m */; };
  55. 32464AAA2B7B1845006BE70E /* SDWebImageTestDownloadOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 3226ECBA20754F7700FAFACF /* SDWebImageTestDownloadOperation.m */; };
  56. 32464AAB2B7B1845006BE70E /* SDWebImageDownloaderTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E3C51E819B46E370092B5E6 /* SDWebImageDownloaderTests.m */; };
  57. 32464AAC2B7B1845006BE70E /* SDTestCase.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D7AF05F1F329763000083C2 /* SDTestCase.m */; };
  58. 32464AAD2B7B1845006BE70E /* SDWebImageTestTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 3264FF2E205D42CB00F6BD48 /* SDWebImageTestTransformer.m */; };
  59. 32464AAE2B7B1845006BE70E /* SDWebImageTestCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 32E6F0311F3A1B4700A945E6 /* SDWebImageTestCoder.m */; };
  60. 32464AAF2B7B1845006BE70E /* SDWebImagePrefetcherTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 4369C1D01D97F80F007E863A /* SDWebImagePrefetcherTests.m */; };
  61. 32464AB02B7B1845006BE70E /* SDWebCacheCategoriesTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 4369C2731D9804B1007E863A /* SDWebCacheCategoriesTests.m */; };
  62. 32464AB12B7B1845006BE70E /* SDAnimatedImageTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 32A571552037DB2D002EDAAE /* SDAnimatedImageTest.m */; };
  63. 32464AB22B7B1845006BE70E /* SDWebImageTestCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 328BB6DC20825E9800760D6C /* SDWebImageTestCache.m */; };
  64. 32464AB32B7B1845006BE70E /* SDImageCacheTests.m in Sources */ = {isa = PBXBuildFile; fileRef = DA248D68195475D800390AB0 /* SDImageCacheTests.m */; };
  65. 32464AB42B7B1845006BE70E /* SDImageCoderTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 433BBBB41D7EF5C00086B6E9 /* SDImageCoderTests.m */; };
  66. 32464AB52B7B1845006BE70E /* SDCategoriesTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 32B99E8A203AF8690017FD66 /* SDCategoriesTests.m */; };
  67. 32515F9924AF1919005E8F79 /* TestImageStatic.webp in Resources */ = {isa = PBXBuildFile; fileRef = 32515F9724AF1919005E8F79 /* TestImageStatic.webp */; };
  68. 32515F9A24AF1919005E8F79 /* TestImageStatic.webp in Resources */ = {isa = PBXBuildFile; fileRef = 32515F9724AF1919005E8F79 /* TestImageStatic.webp */; };
  69. 32515F9B24AF1919005E8F79 /* TestImageStatic.webp in Resources */ = {isa = PBXBuildFile; fileRef = 32515F9724AF1919005E8F79 /* TestImageStatic.webp */; };
  70. 32515F9C24AF1919005E8F79 /* TestImageAnimated.webp in Resources */ = {isa = PBXBuildFile; fileRef = 32515F9824AF1919005E8F79 /* TestImageAnimated.webp */; };
  71. 32515F9D24AF1919005E8F79 /* TestImageAnimated.webp in Resources */ = {isa = PBXBuildFile; fileRef = 32515F9824AF1919005E8F79 /* TestImageAnimated.webp */; };
  72. 32515F9E24AF1919005E8F79 /* TestImageAnimated.webp in Resources */ = {isa = PBXBuildFile; fileRef = 32515F9824AF1919005E8F79 /* TestImageAnimated.webp */; };
  73. 3254C32020641077008D1022 /* SDImageTransformerTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 3254C31F20641077008D1022 /* SDImageTransformerTests.m */; };
  74. 3254C32120641077008D1022 /* SDImageTransformerTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 3254C31F20641077008D1022 /* SDImageTransformerTests.m */; };
  75. 32648067250232F7004FA0FC /* 1@2x.gif in Resources */ = {isa = PBXBuildFile; fileRef = 32648066250232F7004FA0FC /* 1@2x.gif */; };
  76. 32648068250232F7004FA0FC /* 1@2x.gif in Resources */ = {isa = PBXBuildFile; fileRef = 32648066250232F7004FA0FC /* 1@2x.gif */; };
  77. 32648069250232F7004FA0FC /* 1@2x.gif in Resources */ = {isa = PBXBuildFile; fileRef = 32648066250232F7004FA0FC /* 1@2x.gif */; };
  78. 3264CD172AAB1E23001E338B /* TestJFIF.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 3264CD162AAB1E23001E338B /* TestJFIF.jpg */; };
  79. 3264CD182AAB1E23001E338B /* TestJFIF.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 3264CD162AAB1E23001E338B /* TestJFIF.jpg */; };
  80. 3264CD192AAB1E23001E338B /* TestJFIF.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 3264CD162AAB1E23001E338B /* TestJFIF.jpg */; };
  81. 3264FF2F205D42CB00F6BD48 /* SDWebImageTestTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 3264FF2E205D42CB00F6BD48 /* SDWebImageTestTransformer.m */; };
  82. 3264FF30205D42CB00F6BD48 /* SDWebImageTestTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 3264FF2E205D42CB00F6BD48 /* SDWebImageTestTransformer.m */; };
  83. 326E69472334C0C300B7252C /* TestLoopCount.gif in Resources */ = {isa = PBXBuildFile; fileRef = 326E69462334C0C200B7252C /* TestLoopCount.gif */; };
  84. 326E69482334C0C300B7252C /* TestLoopCount.gif in Resources */ = {isa = PBXBuildFile; fileRef = 326E69462334C0C200B7252C /* TestLoopCount.gif */; };
  85. 327054E2206CEFF3006EA328 /* TestImageAnimated.apng in Resources */ = {isa = PBXBuildFile; fileRef = 327054E1206CEFF3006EA328 /* TestImageAnimated.apng */; };
  86. 327054E3206CEFF3006EA328 /* TestImageAnimated.apng in Resources */ = {isa = PBXBuildFile; fileRef = 327054E1206CEFF3006EA328 /* TestImageAnimated.apng */; };
  87. 3278F5E22B04C1AC0004A6EE /* IndexedPNG.png in Resources */ = {isa = PBXBuildFile; fileRef = 3278F5E12B04C1AC0004A6EE /* IndexedPNG.png */; };
  88. 3278F5E32B04C1AC0004A6EE /* IndexedPNG.png in Resources */ = {isa = PBXBuildFile; fileRef = 3278F5E12B04C1AC0004A6EE /* IndexedPNG.png */; };
  89. 3278F5E42B04C1AC0004A6EE /* IndexedPNG.png in Resources */ = {isa = PBXBuildFile; fileRef = 3278F5E12B04C1AC0004A6EE /* IndexedPNG.png */; };
  90. 327A418C211D660600495442 /* TestImage.heic in Resources */ = {isa = PBXBuildFile; fileRef = 327A418B211D660600495442 /* TestImage.heic */; };
  91. 327A418D211D660600495442 /* TestImage.heic in Resources */ = {isa = PBXBuildFile; fileRef = 327A418B211D660600495442 /* TestImage.heic */; };
  92. 328BB6DD20825E9800760D6C /* SDWebImageTestCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 328BB6DC20825E9800760D6C /* SDWebImageTestCache.m */; };
  93. 328BB6DE20825E9800760D6C /* SDWebImageTestCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 328BB6DC20825E9800760D6C /* SDWebImageTestCache.m */; };
  94. 32905E64211D786E00460FCF /* TestImage.heif in Resources */ = {isa = PBXBuildFile; fileRef = 32905E63211D786E00460FCF /* TestImage.heif */; };
  95. 32905E65211D786E00460FCF /* TestImage.heif in Resources */ = {isa = PBXBuildFile; fileRef = 32905E63211D786E00460FCF /* TestImage.heif */; };
  96. 3297A09F23374D1700814590 /* TestImageAnimated.heic in Resources */ = {isa = PBXBuildFile; fileRef = 3297A09E23374D1600814590 /* TestImageAnimated.heic */; };
  97. 3297A0A023374D1700814590 /* TestImageAnimated.heic in Resources */ = {isa = PBXBuildFile; fileRef = 3297A09E23374D1600814590 /* TestImageAnimated.heic */; };
  98. 329922732365DC6100EAFD97 /* SDImageCacheTests.m in Sources */ = {isa = PBXBuildFile; fileRef = DA248D68195475D800390AB0 /* SDImageCacheTests.m */; };
  99. 329922742365DC6100EAFD97 /* SDWebImageManagerTests.m in Sources */ = {isa = PBXBuildFile; fileRef = DA248D6A195476AC00390AB0 /* SDWebImageManagerTests.m */; };
  100. 329922752365DC6100EAFD97 /* SDWebImageDownloaderTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E3C51E819B46E370092B5E6 /* SDWebImageDownloaderTests.m */; };
  101. 329922762365DC6100EAFD97 /* SDImageCoderTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 433BBBB41D7EF5C00086B6E9 /* SDImageCoderTests.m */; };
  102. 329922772365DC6100EAFD97 /* SDWebImagePrefetcherTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 4369C1D01D97F80F007E863A /* SDWebImagePrefetcherTests.m */; };
  103. 329922782365DC6100EAFD97 /* SDImageTransformerTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 3254C31F20641077008D1022 /* SDImageTransformerTests.m */; };
  104. 329922792365DC6100EAFD97 /* SDWebCacheCategoriesTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 4369C2731D9804B1007E863A /* SDWebCacheCategoriesTests.m */; };
  105. 3299227A2365DC6100EAFD97 /* SDCategoriesTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 32B99E8A203AF8690017FD66 /* SDCategoriesTests.m */; };
  106. 3299227B2365DC6100EAFD97 /* SDUtilsTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 3222417E2272F808002429DB /* SDUtilsTests.m */; };
  107. 3299227C2365DC6100EAFD97 /* SDAnimatedImageTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 32A571552037DB2D002EDAAE /* SDAnimatedImageTest.m */; };
  108. 3299227D2365DC6100EAFD97 /* SDMockFileManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 37D122871EC48B5E00D98CEB /* SDMockFileManager.m */; };
  109. 3299227E2365DC6100EAFD97 /* SDTestCase.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D7AF05F1F329763000083C2 /* SDTestCase.m */; };
  110. 3299227F2365DC6100EAFD97 /* SDWebImageTestCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 328BB6DC20825E9800760D6C /* SDWebImageTestCache.m */; };
  111. 329922802365DC6100EAFD97 /* SDWebImageTestDownloadOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 3226ECBA20754F7700FAFACF /* SDWebImageTestDownloadOperation.m */; };
  112. 329922812365DC6100EAFD97 /* SDWebImageTestCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 32E6F0311F3A1B4700A945E6 /* SDWebImageTestCoder.m */; };
  113. 329922822365DC6100EAFD97 /* SDWebImageTestTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 3264FF2E205D42CB00F6BD48 /* SDWebImageTestTransformer.m */; };
  114. 329922832365DC6100EAFD97 /* SDWebImageTestLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = 323B8E1E20862322008952BE /* SDWebImageTestLoader.m */; };
  115. 329922842365DC6C00EAFD97 /* MonochromeTestImage.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 433BBBBA1D7EFA8B0086B6E9 /* MonochromeTestImage.jpg */; };
  116. 329922852365DC6C00EAFD97 /* TestEXIF.png in Resources */ = {isa = PBXBuildFile; fileRef = 324047432271956F007C53E1 /* TestEXIF.png */; };
  117. 329922862365DC6C00EAFD97 /* TestImage.gif in Resources */ = {isa = PBXBuildFile; fileRef = 433BBBB61D7EF8200086B6E9 /* TestImage.gif */; };
  118. 329922872365DC6C00EAFD97 /* TestLoopCount.gif in Resources */ = {isa = PBXBuildFile; fileRef = 326E69462334C0C200B7252C /* TestLoopCount.gif */; };
  119. 329922882365DC6C00EAFD97 /* TestImage.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 5F7F38AC1AE2A77A00B0E330 /* TestImage.jpg */; };
  120. 329922892365DC6C00EAFD97 /* TestImageLarge.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 43828A441DA67F9900000E62 /* TestImageLarge.jpg */; };
  121. 3299228A2365DC6C00EAFD97 /* TestImage.png in Resources */ = {isa = PBXBuildFile; fileRef = 433BBBB81D7EF8260086B6E9 /* TestImage.png */; };
  122. 3299228B2365DC6C00EAFD97 /* TestImage.heic in Resources */ = {isa = PBXBuildFile; fileRef = 327A418B211D660600495442 /* TestImage.heic */; };
  123. 3299228C2365DC6C00EAFD97 /* TestImage.heif in Resources */ = {isa = PBXBuildFile; fileRef = 32905E63211D786E00460FCF /* TestImage.heif */; };
  124. 3299228D2365DC6C00EAFD97 /* TestImageAnimated.apng in Resources */ = {isa = PBXBuildFile; fileRef = 327054E1206CEFF3006EA328 /* TestImageAnimated.apng */; };
  125. 3299228E2365DC6C00EAFD97 /* TestImageAnimated.heic in Resources */ = {isa = PBXBuildFile; fileRef = 3297A09E23374D1600814590 /* TestImageAnimated.heic */; };
  126. 32A571562037DB2D002EDAAE /* SDAnimatedImageTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 32A571552037DB2D002EDAAE /* SDAnimatedImageTest.m */; };
  127. 32B99E8B203AF8690017FD66 /* SDCategoriesTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 32B99E8A203AF8690017FD66 /* SDCategoriesTests.m */; };
  128. 32B99E9B203B2EDD0017FD66 /* SDTestCase.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D7AF05F1F329763000083C2 /* SDTestCase.m */; };
  129. 32B99E9C203B2EE40017FD66 /* SDCategoriesTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 32B99E8A203AF8690017FD66 /* SDCategoriesTests.m */; };
  130. 32B99E9D203B2F7D0017FD66 /* SDWebImageTestCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 32E6F0311F3A1B4700A945E6 /* SDWebImageTestCoder.m */; };
  131. 32B99E9E203B2F810017FD66 /* SDMockFileManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 37D122871EC48B5E00D98CEB /* SDMockFileManager.m */; };
  132. 32B99EA2203B31360017FD66 /* MonochromeTestImage.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 433BBBBA1D7EFA8B0086B6E9 /* MonochromeTestImage.jpg */; };
  133. 32B99EA3203B31360017FD66 /* TestImage.gif in Resources */ = {isa = PBXBuildFile; fileRef = 433BBBB61D7EF8200086B6E9 /* TestImage.gif */; };
  134. 32B99EA4203B31360017FD66 /* TestImage.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 5F7F38AC1AE2A77A00B0E330 /* TestImage.jpg */; };
  135. 32B99EA5203B31360017FD66 /* TestImageLarge.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 43828A441DA67F9900000E62 /* TestImageLarge.jpg */; };
  136. 32B99EA6203B31360017FD66 /* TestImage.png in Resources */ = {isa = PBXBuildFile; fileRef = 433BBBB81D7EF8260086B6E9 /* TestImage.png */; };
  137. 32B99EA9203B34B60017FD66 /* SDImageCoderTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 433BBBB41D7EF5C00086B6E9 /* SDImageCoderTests.m */; };
  138. 32B99EAA203B365F0017FD66 /* SDImageCacheTests.m in Sources */ = {isa = PBXBuildFile; fileRef = DA248D68195475D800390AB0 /* SDImageCacheTests.m */; };
  139. 32B99EAB203B36620017FD66 /* SDWebImageManagerTests.m in Sources */ = {isa = PBXBuildFile; fileRef = DA248D6A195476AC00390AB0 /* SDWebImageManagerTests.m */; };
  140. 32B99EAC203B36650017FD66 /* SDWebImageDownloaderTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E3C51E819B46E370092B5E6 /* SDWebImageDownloaderTests.m */; };
  141. 32B99EAD203B36690017FD66 /* SDWebImagePrefetcherTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 4369C1D01D97F80F007E863A /* SDWebImagePrefetcherTests.m */; };
  142. 32B99EAE203B366C0017FD66 /* SDWebCacheCategoriesTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 4369C2731D9804B1007E863A /* SDWebCacheCategoriesTests.m */; };
  143. 32C268282B888A4100CA29AE /* RGBA16PNG.png in Resources */ = {isa = PBXBuildFile; fileRef = 32C268272B888A4100CA29AE /* RGBA16PNG.png */; };
  144. 32C268292B888A4100CA29AE /* RGBA16PNG.png in Resources */ = {isa = PBXBuildFile; fileRef = 32C268272B888A4100CA29AE /* RGBA16PNG.png */; };
  145. 32C2682A2B888A4100CA29AE /* RGBA16PNG.png in Resources */ = {isa = PBXBuildFile; fileRef = 32C268272B888A4100CA29AE /* RGBA16PNG.png */; };
  146. 32C2682B2B888A4100CA29AE /* RGBA16PNG.png in Resources */ = {isa = PBXBuildFile; fileRef = 32C268272B888A4100CA29AE /* RGBA16PNG.png */; };
  147. 32E6F0321F3A1B4700A945E6 /* SDWebImageTestCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 32E6F0311F3A1B4700A945E6 /* SDWebImageTestCoder.m */; };
  148. 32F788A3290D252200B57A1C /* TestImage.nef in Resources */ = {isa = PBXBuildFile; fileRef = 32F788A2290D252200B57A1C /* TestImage.nef */; };
  149. 32F788A4290D252200B57A1C /* TestImage.nef in Resources */ = {isa = PBXBuildFile; fileRef = 32F788A2290D252200B57A1C /* TestImage.nef */; };
  150. 32F788A5290D252200B57A1C /* TestImage.nef in Resources */ = {isa = PBXBuildFile; fileRef = 32F788A2290D252200B57A1C /* TestImage.nef */; };
  151. 37D122881EC48B5E00D98CEB /* SDMockFileManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 37D122871EC48B5E00D98CEB /* SDMockFileManager.m */; };
  152. 433BBBB51D7EF5C00086B6E9 /* SDImageCoderTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 433BBBB41D7EF5C00086B6E9 /* SDImageCoderTests.m */; };
  153. 433BBBB71D7EF8200086B6E9 /* TestImage.gif in Resources */ = {isa = PBXBuildFile; fileRef = 433BBBB61D7EF8200086B6E9 /* TestImage.gif */; };
  154. 433BBBB91D7EF8260086B6E9 /* TestImage.png in Resources */ = {isa = PBXBuildFile; fileRef = 433BBBB81D7EF8260086B6E9 /* TestImage.png */; };
  155. 433BBBBB1D7EFA8B0086B6E9 /* MonochromeTestImage.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 433BBBBA1D7EFA8B0086B6E9 /* MonochromeTestImage.jpg */; };
  156. 4369C1D11D97F80F007E863A /* SDWebImagePrefetcherTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 4369C1D01D97F80F007E863A /* SDWebImagePrefetcherTests.m */; };
  157. 4369C2741D9804B1007E863A /* SDWebCacheCategoriesTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 4369C2731D9804B1007E863A /* SDWebCacheCategoriesTests.m */; };
  158. 43828A451DA67F9900000E62 /* TestImageLarge.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 43828A441DA67F9900000E62 /* TestImageLarge.jpg */; };
  159. 5F7F38AD1AE2A77A00B0E330 /* TestImage.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 5F7F38AC1AE2A77A00B0E330 /* TestImage.jpg */; };
  160. 6B181A1B265757ED00BD06B3 /* TestAnimatedImageMemory.webp in Resources */ = {isa = PBXBuildFile; fileRef = 6B181A1A265757ED00BD06B3 /* TestAnimatedImageMemory.webp */; };
  161. 6BC1C20F270F0193003FFAB1 /* TestAnimatedImageMemory.webp in Resources */ = {isa = PBXBuildFile; fileRef = 6B181A1A265757ED00BD06B3 /* TestAnimatedImageMemory.webp */; };
  162. 6BC1C210270F073A003FFAB1 /* TestAnimatedImageMemory.webp in Resources */ = {isa = PBXBuildFile; fileRef = 6B181A1A265757ED00BD06B3 /* TestAnimatedImageMemory.webp */; };
  163. 6FD27F0B29D57A4AACB56EA8 /* Pods_Tests_TV.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5B18D772CFF936546772B836 /* Pods_Tests_TV.framework */; };
  164. 8C71262F36B4B9A4EA9BD000 /* Pods_Tests_iOS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DD978FDEC70C6C3978DA4D56 /* Pods_Tests_iOS.framework */; };
  165. 97A6B676B89A44368345A1A0 /* Pods_Tests_Vision.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A356608C341F465A482F0D7B /* Pods_Tests_Vision.framework */; };
  166. B77B223649B05D013FE6E310 /* Pods_Tests_Mac.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 61030057F379B8F1D44EBF88 /* Pods_Tests_Mac.framework */; };
  167. DA248D57195472AA00390AB0 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DA248D56195472AA00390AB0 /* XCTest.framework */; };
  168. DA248D59195472AA00390AB0 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DA248D58195472AA00390AB0 /* Foundation.framework */; };
  169. DA248D5B195472AA00390AB0 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DA248D5A195472AA00390AB0 /* UIKit.framework */; };
  170. DA248D69195475D800390AB0 /* SDImageCacheTests.m in Sources */ = {isa = PBXBuildFile; fileRef = DA248D68195475D800390AB0 /* SDImageCacheTests.m */; };
  171. DA248D6B195476AC00390AB0 /* SDWebImageManagerTests.m in Sources */ = {isa = PBXBuildFile; fileRef = DA248D6A195476AC00390AB0 /* SDWebImageManagerTests.m */; };
  172. /* End PBXBuildFile section */
  173. /* Begin PBXFileReference section */
  174. 0AD1DD30CCB1B928CFA9740B /* Pods-Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Tests.debug.xcconfig"; path = "../Pods/Target Support Files/Pods-Tests/Pods-Tests.debug.xcconfig"; sourceTree = "<group>"; };
  175. 1E3C51E819B46E370092B5E6 /* SDWebImageDownloaderTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SDWebImageDownloaderTests.m; sourceTree = "<group>"; };
  176. 2D7AF05E1F329763000083C2 /* SDTestCase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDTestCase.h; sourceTree = "<group>"; };
  177. 2D7AF05F1F329763000083C2 /* SDTestCase.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SDTestCase.m; sourceTree = "<group>"; };
  178. 320224F62440C39B00E5B29D /* TestImageLarge.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = TestImageLarge.png; sourceTree = "<group>"; };
  179. 321F310D27D0DC490042B274 /* TestImage.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = TestImage.bmp; sourceTree = "<group>"; };
  180. 3222417E2272F808002429DB /* SDUtilsTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SDUtilsTests.m; sourceTree = "<group>"; };
  181. 3226ECB920754F7700FAFACF /* SDWebImageTestDownloadOperation.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDWebImageTestDownloadOperation.h; sourceTree = "<group>"; };
  182. 3226ECBA20754F7700FAFACF /* SDWebImageTestDownloadOperation.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SDWebImageTestDownloadOperation.m; sourceTree = "<group>"; };
  183. 3234306123E2BAC800C290C8 /* TestImage.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = TestImage.pdf; sourceTree = "<group>"; };
  184. 323B8E1D20862322008952BE /* SDWebImageTestLoader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDWebImageTestLoader.h; sourceTree = "<group>"; };
  185. 323B8E1E20862322008952BE /* SDWebImageTestLoader.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SDWebImageTestLoader.m; sourceTree = "<group>"; };
  186. 324047432271956F007C53E1 /* TestEXIF.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = TestEXIF.png; sourceTree = "<group>"; };
  187. 32464A892B7B0FF2006BE70E /* Tests Vision.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Tests Vision.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
  188. 32515F9724AF1919005E8F79 /* TestImageStatic.webp */ = {isa = PBXFileReference; lastKnownFileType = file; path = TestImageStatic.webp; sourceTree = "<group>"; };
  189. 32515F9824AF1919005E8F79 /* TestImageAnimated.webp */ = {isa = PBXFileReference; lastKnownFileType = file; path = TestImageAnimated.webp; sourceTree = "<group>"; };
  190. 3254C31F20641077008D1022 /* SDImageTransformerTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SDImageTransformerTests.m; sourceTree = "<group>"; };
  191. 32648066250232F7004FA0FC /* 1@2x.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = "1@2x.gif"; sourceTree = "<group>"; };
  192. 3264CD162AAB1E23001E338B /* TestJFIF.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = TestJFIF.jpg; sourceTree = "<group>"; };
  193. 3264FF2D205D42CB00F6BD48 /* SDWebImageTestTransformer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDWebImageTestTransformer.h; sourceTree = "<group>"; };
  194. 3264FF2E205D42CB00F6BD48 /* SDWebImageTestTransformer.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SDWebImageTestTransformer.m; sourceTree = "<group>"; };
  195. 326E69462334C0C200B7252C /* TestLoopCount.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = TestLoopCount.gif; sourceTree = "<group>"; };
  196. 327054E1206CEFF3006EA328 /* TestImageAnimated.apng */ = {isa = PBXFileReference; lastKnownFileType = file; path = TestImageAnimated.apng; sourceTree = "<group>"; };
  197. 3278F5E12B04C1AC0004A6EE /* IndexedPNG.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = IndexedPNG.png; sourceTree = "<group>"; };
  198. 327A418B211D660600495442 /* TestImage.heic */ = {isa = PBXFileReference; lastKnownFileType = file; path = TestImage.heic; sourceTree = "<group>"; };
  199. 328BAF262240C08E00FC70DD /* Test-Shared.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "Test-Shared.xcconfig"; sourceTree = "<group>"; };
  200. 328BAF272240C08E00FC70DD /* Test-Release.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "Test-Release.xcconfig"; sourceTree = "<group>"; };
  201. 328BAF282240C08E00FC70DD /* Test-Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "Test-Debug.xcconfig"; sourceTree = "<group>"; };
  202. 328BB6DB20825E9800760D6C /* SDWebImageTestCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDWebImageTestCache.h; sourceTree = "<group>"; };
  203. 328BB6DC20825E9800760D6C /* SDWebImageTestCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SDWebImageTestCache.m; sourceTree = "<group>"; };
  204. 32905E63211D786E00460FCF /* TestImage.heif */ = {isa = PBXFileReference; lastKnownFileType = file; path = TestImage.heif; sourceTree = "<group>"; };
  205. 3297A09E23374D1600814590 /* TestImageAnimated.heic */ = {isa = PBXFileReference; lastKnownFileType = file; path = TestImageAnimated.heic; sourceTree = "<group>"; };
  206. 3299222A2365D9A100EAFD97 /* Tests TV.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Tests TV.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
  207. 3299222E2365D9A100EAFD97 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  208. 32A571552037DB2D002EDAAE /* SDAnimatedImageTest.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SDAnimatedImageTest.m; sourceTree = "<group>"; };
  209. 32B99E8A203AF8690017FD66 /* SDCategoriesTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SDCategoriesTests.m; sourceTree = "<group>"; };
  210. 32B99E92203B2DF90017FD66 /* Tests Mac.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Tests Mac.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
  211. 32B99E96203B2DF90017FD66 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  212. 32C268272B888A4100CA29AE /* RGBA16PNG.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = RGBA16PNG.png; sourceTree = "<group>"; };
  213. 32E6F0301F3A1B4700A945E6 /* SDWebImageTestCoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDWebImageTestCoder.h; sourceTree = "<group>"; };
  214. 32E6F0311F3A1B4700A945E6 /* SDWebImageTestCoder.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SDWebImageTestCoder.m; sourceTree = "<group>"; };
  215. 32F788A2290D252200B57A1C /* TestImage.nef */ = {isa = PBXFileReference; lastKnownFileType = file; path = TestImage.nef; sourceTree = "<group>"; };
  216. 37D122861EC48B5E00D98CEB /* SDMockFileManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDMockFileManager.h; sourceTree = "<group>"; };
  217. 37D122871EC48B5E00D98CEB /* SDMockFileManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SDMockFileManager.m; sourceTree = "<group>"; };
  218. 433BBBB41D7EF5C00086B6E9 /* SDImageCoderTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SDImageCoderTests.m; sourceTree = "<group>"; };
  219. 433BBBB61D7EF8200086B6E9 /* TestImage.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = TestImage.gif; sourceTree = "<group>"; };
  220. 433BBBB81D7EF8260086B6E9 /* TestImage.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = TestImage.png; sourceTree = "<group>"; };
  221. 433BBBBA1D7EFA8B0086B6E9 /* MonochromeTestImage.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = MonochromeTestImage.jpg; sourceTree = "<group>"; };
  222. 4369C1D01D97F80F007E863A /* SDWebImagePrefetcherTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SDWebImagePrefetcherTests.m; sourceTree = "<group>"; };
  223. 4369C2731D9804B1007E863A /* SDWebCacheCategoriesTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SDWebCacheCategoriesTests.m; sourceTree = "<group>"; };
  224. 43828A441DA67F9900000E62 /* TestImageLarge.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = TestImageLarge.jpg; sourceTree = "<group>"; };
  225. 4835C04148C737D0FC50EF87 /* Pods-Tests Mac.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Tests Mac.release.xcconfig"; path = "../Pods/Target Support Files/Pods-Tests Mac/Pods-Tests Mac.release.xcconfig"; sourceTree = "<group>"; };
  226. 4DCBA1DEFE6C68C4A83C9B9E /* Pods-Tests iOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Tests iOS.release.xcconfig"; path = "../Pods/Target Support Files/Pods-Tests iOS/Pods-Tests iOS.release.xcconfig"; sourceTree = "<group>"; };
  227. 5B0011ED58CC9998E68ECCE3 /* Pods-Tests TV.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Tests TV.debug.xcconfig"; path = "../Pods/Target Support Files/Pods-Tests TV/Pods-Tests TV.debug.xcconfig"; sourceTree = "<group>"; };
  228. 5B18D772CFF936546772B836 /* Pods_Tests_TV.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Tests_TV.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  229. 5F7F38AC1AE2A77A00B0E330 /* TestImage.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = TestImage.jpg; sourceTree = "<group>"; };
  230. 61030057F379B8F1D44EBF88 /* Pods_Tests_Mac.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Tests_Mac.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  231. 6700DBD9C45B00AB5F77472A /* Pods-Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Tests.release.xcconfig"; path = "../Pods/Target Support Files/Pods-Tests/Pods-Tests.release.xcconfig"; sourceTree = "<group>"; };
  232. 6B181A1A265757ED00BD06B3 /* TestAnimatedImageMemory.webp */ = {isa = PBXFileReference; lastKnownFileType = file; path = TestAnimatedImageMemory.webp; sourceTree = "<group>"; };
  233. 6CB13D7A081654B2E4018F53 /* Pods-Tests TV.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Tests TV.release.xcconfig"; path = "../Pods/Target Support Files/Pods-Tests TV/Pods-Tests TV.release.xcconfig"; sourceTree = "<group>"; };
  234. 91BF87534CBFBD8B623FCB53 /* Pods-Tests Vision.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Tests Vision.release.xcconfig"; path = "../Pods/Target Support Files/Pods-Tests Vision/Pods-Tests Vision.release.xcconfig"; sourceTree = "<group>"; };
  235. A356608C341F465A482F0D7B /* Pods_Tests_Vision.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Tests_Vision.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  236. BC6C6328775701B5AAEEF4FF /* Pods-Tests Mac.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Tests Mac.debug.xcconfig"; path = "../Pods/Target Support Files/Pods-Tests Mac/Pods-Tests Mac.debug.xcconfig"; sourceTree = "<group>"; };
  237. D80C63148416AADCBDD7FABA /* Pods-Tests iOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Tests iOS.debug.xcconfig"; path = "../Pods/Target Support Files/Pods-Tests iOS/Pods-Tests iOS.debug.xcconfig"; sourceTree = "<group>"; };
  238. DA248D53195472AA00390AB0 /* Tests iOS.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Tests iOS.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
  239. DA248D56195472AA00390AB0 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
  240. DA248D58195472AA00390AB0 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; };
  241. DA248D5A195472AA00390AB0 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; };
  242. DA248D5E195472AA00390AB0 /* Tests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Tests-Info.plist"; sourceTree = "<group>"; };
  243. DA248D64195472AA00390AB0 /* Tests-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Tests-Prefix.pch"; sourceTree = "<group>"; };
  244. DA248D68195475D800390AB0 /* SDImageCacheTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SDImageCacheTests.m; sourceTree = "<group>"; };
  245. DA248D6A195476AC00390AB0 /* SDWebImageManagerTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SDWebImageManagerTests.m; sourceTree = "<group>"; };
  246. DD978FDEC70C6C3978DA4D56 /* Pods_Tests_iOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Tests_iOS.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  247. EADD19E9219915E300804BB0 /* Module-Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Module-Release.xcconfig"; sourceTree = "<group>"; };
  248. EADD19EC219915E300804BB0 /* Module-Debug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Module-Debug.xcconfig"; sourceTree = "<group>"; };
  249. EADD19EE219915E300804BB0 /* Module-Shared.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Module-Shared.xcconfig"; sourceTree = "<group>"; };
  250. FBF6247C616460B91BF8C188 /* Pods-Tests Vision.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Tests Vision.debug.xcconfig"; path = "../Pods/Target Support Files/Pods-Tests Vision/Pods-Tests Vision.debug.xcconfig"; sourceTree = "<group>"; };
  251. /* End PBXFileReference section */
  252. /* Begin PBXFrameworksBuildPhase section */
  253. 32464A862B7B0FF2006BE70E /* Frameworks */ = {
  254. isa = PBXFrameworksBuildPhase;
  255. buildActionMask = 2147483647;
  256. files = (
  257. 97A6B676B89A44368345A1A0 /* Pods_Tests_Vision.framework in Frameworks */,
  258. );
  259. runOnlyForDeploymentPostprocessing = 0;
  260. };
  261. 329922272365D9A100EAFD97 /* Frameworks */ = {
  262. isa = PBXFrameworksBuildPhase;
  263. buildActionMask = 2147483647;
  264. files = (
  265. 6FD27F0B29D57A4AACB56EA8 /* Pods_Tests_TV.framework in Frameworks */,
  266. );
  267. runOnlyForDeploymentPostprocessing = 0;
  268. };
  269. 32B99E8F203B2DF90017FD66 /* Frameworks */ = {
  270. isa = PBXFrameworksBuildPhase;
  271. buildActionMask = 2147483647;
  272. files = (
  273. B77B223649B05D013FE6E310 /* Pods_Tests_Mac.framework in Frameworks */,
  274. );
  275. runOnlyForDeploymentPostprocessing = 0;
  276. };
  277. DA248D50195472AA00390AB0 /* Frameworks */ = {
  278. isa = PBXFrameworksBuildPhase;
  279. buildActionMask = 2147483647;
  280. files = (
  281. DA248D57195472AA00390AB0 /* XCTest.framework in Frameworks */,
  282. DA248D5B195472AA00390AB0 /* UIKit.framework in Frameworks */,
  283. DA248D59195472AA00390AB0 /* Foundation.framework in Frameworks */,
  284. 8C71262F36B4B9A4EA9BD000 /* Pods_Tests_iOS.framework in Frameworks */,
  285. );
  286. runOnlyForDeploymentPostprocessing = 0;
  287. };
  288. /* End PBXFrameworksBuildPhase section */
  289. /* Begin PBXGroup section */
  290. 07C2B07CECA5631B430A737D /* Pods */ = {
  291. isa = PBXGroup;
  292. children = (
  293. 0AD1DD30CCB1B928CFA9740B /* Pods-Tests.debug.xcconfig */,
  294. 6700DBD9C45B00AB5F77472A /* Pods-Tests.release.xcconfig */,
  295. BC6C6328775701B5AAEEF4FF /* Pods-Tests Mac.debug.xcconfig */,
  296. 4835C04148C737D0FC50EF87 /* Pods-Tests Mac.release.xcconfig */,
  297. 5B0011ED58CC9998E68ECCE3 /* Pods-Tests TV.debug.xcconfig */,
  298. 6CB13D7A081654B2E4018F53 /* Pods-Tests TV.release.xcconfig */,
  299. D80C63148416AADCBDD7FABA /* Pods-Tests iOS.debug.xcconfig */,
  300. 4DCBA1DEFE6C68C4A83C9B9E /* Pods-Tests iOS.release.xcconfig */,
  301. FBF6247C616460B91BF8C188 /* Pods-Tests Vision.debug.xcconfig */,
  302. 91BF87534CBFBD8B623FCB53 /* Pods-Tests Vision.release.xcconfig */,
  303. );
  304. name = Pods;
  305. sourceTree = "<group>";
  306. };
  307. 32464A8A2B7B0FF2006BE70E /* Tests Vision */ = {
  308. isa = PBXGroup;
  309. children = (
  310. );
  311. path = "Tests Vision";
  312. sourceTree = "<group>";
  313. };
  314. 3299222B2365D9A100EAFD97 /* Tests TV */ = {
  315. isa = PBXGroup;
  316. children = (
  317. 3299222E2365D9A100EAFD97 /* Info.plist */,
  318. );
  319. path = "Tests TV";
  320. sourceTree = "<group>";
  321. };
  322. 32B99E93203B2DF90017FD66 /* Tests Mac */ = {
  323. isa = PBXGroup;
  324. children = (
  325. 32B99E96203B2DF90017FD66 /* Info.plist */,
  326. );
  327. path = "Tests Mac";
  328. sourceTree = "<group>";
  329. };
  330. 32B99EA1203B30DF0017FD66 /* Images */ = {
  331. isa = PBXGroup;
  332. children = (
  333. 32648066250232F7004FA0FC /* 1@2x.gif */,
  334. 3278F5E12B04C1AC0004A6EE /* IndexedPNG.png */,
  335. 32C268272B888A4100CA29AE /* RGBA16PNG.png */,
  336. 433BBBBA1D7EFA8B0086B6E9 /* MonochromeTestImage.jpg */,
  337. 324047432271956F007C53E1 /* TestEXIF.png */,
  338. 3264CD162AAB1E23001E338B /* TestJFIF.jpg */,
  339. 321F310D27D0DC490042B274 /* TestImage.bmp */,
  340. 433BBBB61D7EF8200086B6E9 /* TestImage.gif */,
  341. 326E69462334C0C200B7252C /* TestLoopCount.gif */,
  342. 5F7F38AC1AE2A77A00B0E330 /* TestImage.jpg */,
  343. 43828A441DA67F9900000E62 /* TestImageLarge.jpg */,
  344. 320224F62440C39B00E5B29D /* TestImageLarge.png */,
  345. 433BBBB81D7EF8260086B6E9 /* TestImage.png */,
  346. 327A418B211D660600495442 /* TestImage.heic */,
  347. 32905E63211D786E00460FCF /* TestImage.heif */,
  348. 3234306123E2BAC800C290C8 /* TestImage.pdf */,
  349. 32F788A2290D252200B57A1C /* TestImage.nef */,
  350. 327054E1206CEFF3006EA328 /* TestImageAnimated.apng */,
  351. 3297A09E23374D1600814590 /* TestImageAnimated.heic */,
  352. 32515F9824AF1919005E8F79 /* TestImageAnimated.webp */,
  353. 32515F9724AF1919005E8F79 /* TestImageStatic.webp */,
  354. 6B181A1A265757ED00BD06B3 /* TestAnimatedImageMemory.webp */,
  355. );
  356. path = Images;
  357. sourceTree = "<group>";
  358. };
  359. DA248D451954721A00390AB0 = {
  360. isa = PBXGroup;
  361. children = (
  362. EADD19E8219915E300804BB0 /* Configs */,
  363. DA248D5C195472AA00390AB0 /* Tests */,
  364. 32B99E93203B2DF90017FD66 /* Tests Mac */,
  365. 3299222B2365D9A100EAFD97 /* Tests TV */,
  366. 32464A8A2B7B0FF2006BE70E /* Tests Vision */,
  367. DA248D55195472AA00390AB0 /* Frameworks */,
  368. DA248D54195472AA00390AB0 /* Products */,
  369. 07C2B07CECA5631B430A737D /* Pods */,
  370. );
  371. sourceTree = "<group>";
  372. };
  373. DA248D54195472AA00390AB0 /* Products */ = {
  374. isa = PBXGroup;
  375. children = (
  376. DA248D53195472AA00390AB0 /* Tests iOS.xctest */,
  377. 32B99E92203B2DF90017FD66 /* Tests Mac.xctest */,
  378. 3299222A2365D9A100EAFD97 /* Tests TV.xctest */,
  379. 32464A892B7B0FF2006BE70E /* Tests Vision.xctest */,
  380. );
  381. name = Products;
  382. sourceTree = "<group>";
  383. };
  384. DA248D55195472AA00390AB0 /* Frameworks */ = {
  385. isa = PBXGroup;
  386. children = (
  387. DA248D56195472AA00390AB0 /* XCTest.framework */,
  388. DA248D58195472AA00390AB0 /* Foundation.framework */,
  389. DA248D5A195472AA00390AB0 /* UIKit.framework */,
  390. 61030057F379B8F1D44EBF88 /* Pods_Tests_Mac.framework */,
  391. 5B18D772CFF936546772B836 /* Pods_Tests_TV.framework */,
  392. DD978FDEC70C6C3978DA4D56 /* Pods_Tests_iOS.framework */,
  393. A356608C341F465A482F0D7B /* Pods_Tests_Vision.framework */,
  394. );
  395. name = Frameworks;
  396. sourceTree = "<group>";
  397. };
  398. DA248D5C195472AA00390AB0 /* Tests */ = {
  399. isa = PBXGroup;
  400. children = (
  401. 32B99EA1203B30DF0017FD66 /* Images */,
  402. DA248D5D195472AA00390AB0 /* Supporting Files */,
  403. DA248D68195475D800390AB0 /* SDImageCacheTests.m */,
  404. DA248D6A195476AC00390AB0 /* SDWebImageManagerTests.m */,
  405. 1E3C51E819B46E370092B5E6 /* SDWebImageDownloaderTests.m */,
  406. 433BBBB41D7EF5C00086B6E9 /* SDImageCoderTests.m */,
  407. 4369C1D01D97F80F007E863A /* SDWebImagePrefetcherTests.m */,
  408. 3254C31F20641077008D1022 /* SDImageTransformerTests.m */,
  409. 4369C2731D9804B1007E863A /* SDWebCacheCategoriesTests.m */,
  410. 32B99E8A203AF8690017FD66 /* SDCategoriesTests.m */,
  411. 3222417E2272F808002429DB /* SDUtilsTests.m */,
  412. 32A571552037DB2D002EDAAE /* SDAnimatedImageTest.m */,
  413. 37D122861EC48B5E00D98CEB /* SDMockFileManager.h */,
  414. 37D122871EC48B5E00D98CEB /* SDMockFileManager.m */,
  415. 2D7AF05E1F329763000083C2 /* SDTestCase.h */,
  416. 2D7AF05F1F329763000083C2 /* SDTestCase.m */,
  417. 328BB6DB20825E9800760D6C /* SDWebImageTestCache.h */,
  418. 328BB6DC20825E9800760D6C /* SDWebImageTestCache.m */,
  419. 3226ECB920754F7700FAFACF /* SDWebImageTestDownloadOperation.h */,
  420. 3226ECBA20754F7700FAFACF /* SDWebImageTestDownloadOperation.m */,
  421. 32E6F0301F3A1B4700A945E6 /* SDWebImageTestCoder.h */,
  422. 32E6F0311F3A1B4700A945E6 /* SDWebImageTestCoder.m */,
  423. 3264FF2D205D42CB00F6BD48 /* SDWebImageTestTransformer.h */,
  424. 3264FF2E205D42CB00F6BD48 /* SDWebImageTestTransformer.m */,
  425. 323B8E1D20862322008952BE /* SDWebImageTestLoader.h */,
  426. 323B8E1E20862322008952BE /* SDWebImageTestLoader.m */,
  427. );
  428. path = Tests;
  429. sourceTree = "<group>";
  430. };
  431. DA248D5D195472AA00390AB0 /* Supporting Files */ = {
  432. isa = PBXGroup;
  433. children = (
  434. DA248D5E195472AA00390AB0 /* Tests-Info.plist */,
  435. DA248D64195472AA00390AB0 /* Tests-Prefix.pch */,
  436. );
  437. name = "Supporting Files";
  438. sourceTree = "<group>";
  439. };
  440. EADD19E8219915E300804BB0 /* Configs */ = {
  441. isa = PBXGroup;
  442. children = (
  443. EADD19EC219915E300804BB0 /* Module-Debug.xcconfig */,
  444. EADD19E9219915E300804BB0 /* Module-Release.xcconfig */,
  445. EADD19EE219915E300804BB0 /* Module-Shared.xcconfig */,
  446. 328BAF282240C08E00FC70DD /* Test-Debug.xcconfig */,
  447. 328BAF272240C08E00FC70DD /* Test-Release.xcconfig */,
  448. 328BAF262240C08E00FC70DD /* Test-Shared.xcconfig */,
  449. );
  450. name = Configs;
  451. path = ../Configs;
  452. sourceTree = "<group>";
  453. };
  454. /* End PBXGroup section */
  455. /* Begin PBXNativeTarget section */
  456. 32464A882B7B0FF2006BE70E /* Tests Vision */ = {
  457. isa = PBXNativeTarget;
  458. buildConfigurationList = 32464A8F2B7B0FF2006BE70E /* Build configuration list for PBXNativeTarget "Tests Vision" */;
  459. buildPhases = (
  460. 16AFAEFC9D9B9B933D4D324D /* [CP] Check Pods Manifest.lock */,
  461. 32464A852B7B0FF2006BE70E /* Sources */,
  462. 32464A862B7B0FF2006BE70E /* Frameworks */,
  463. 32464A872B7B0FF2006BE70E /* Resources */,
  464. E5421880D8024D66B726F168 /* [CP] Embed Pods Frameworks */,
  465. );
  466. buildRules = (
  467. );
  468. dependencies = (
  469. );
  470. name = "Tests Vision";
  471. productName = "Tests Vision";
  472. productReference = 32464A892B7B0FF2006BE70E /* Tests Vision.xctest */;
  473. productType = "com.apple.product-type.bundle.unit-test";
  474. };
  475. 329922292365D9A100EAFD97 /* Tests TV */ = {
  476. isa = PBXNativeTarget;
  477. buildConfigurationList = 329922312365D9A100EAFD97 /* Build configuration list for PBXNativeTarget "Tests TV" */;
  478. buildPhases = (
  479. C5CC63AFA1303DA4F45B1B0E /* [CP] Check Pods Manifest.lock */,
  480. 329922262365D9A100EAFD97 /* Sources */,
  481. 329922272365D9A100EAFD97 /* Frameworks */,
  482. 329922282365D9A100EAFD97 /* Resources */,
  483. 9A0B0CDE809B6AE68AF1A996 /* [CP] Embed Pods Frameworks */,
  484. );
  485. buildRules = (
  486. );
  487. dependencies = (
  488. );
  489. name = "Tests TV";
  490. productName = "Tests TV";
  491. productReference = 3299222A2365D9A100EAFD97 /* Tests TV.xctest */;
  492. productType = "com.apple.product-type.bundle.unit-test";
  493. };
  494. 32B99E91203B2DF90017FD66 /* Tests Mac */ = {
  495. isa = PBXNativeTarget;
  496. buildConfigurationList = 32B99E99203B2DF90017FD66 /* Build configuration list for PBXNativeTarget "Tests Mac" */;
  497. buildPhases = (
  498. 3742A83C8569610075078F4D /* [CP] Check Pods Manifest.lock */,
  499. 32B99E8E203B2DF90017FD66 /* Sources */,
  500. 32B99E8F203B2DF90017FD66 /* Frameworks */,
  501. 32B99E90203B2DF90017FD66 /* Resources */,
  502. D95ECCCFAAD9FCC01EA4D3CE /* [CP] Embed Pods Frameworks */,
  503. );
  504. buildRules = (
  505. );
  506. dependencies = (
  507. );
  508. name = "Tests Mac";
  509. productName = "Tests Mac";
  510. productReference = 32B99E92203B2DF90017FD66 /* Tests Mac.xctest */;
  511. productType = "com.apple.product-type.bundle.unit-test";
  512. };
  513. DA248D52195472AA00390AB0 /* Tests iOS */ = {
  514. isa = PBXNativeTarget;
  515. buildConfigurationList = DA248D67195472AA00390AB0 /* Build configuration list for PBXNativeTarget "Tests iOS" */;
  516. buildPhases = (
  517. 05AE34B81B820465D0395C5A /* [CP] Check Pods Manifest.lock */,
  518. DA248D4F195472AA00390AB0 /* Sources */,
  519. DA248D50195472AA00390AB0 /* Frameworks */,
  520. DA248D51195472AA00390AB0 /* Resources */,
  521. 0A80AC7C0571A5F8F9967E3F /* [CP] Embed Pods Frameworks */,
  522. );
  523. buildRules = (
  524. );
  525. dependencies = (
  526. );
  527. name = "Tests iOS";
  528. productName = Tests;
  529. productReference = DA248D53195472AA00390AB0 /* Tests iOS.xctest */;
  530. productType = "com.apple.product-type.bundle.unit-test";
  531. };
  532. /* End PBXNativeTarget section */
  533. /* Begin PBXProject section */
  534. DA248D461954721A00390AB0 /* Project object */ = {
  535. isa = PBXProject;
  536. attributes = {
  537. LastUpgradeCheck = 1020;
  538. TargetAttributes = {
  539. 32464A882B7B0FF2006BE70E = {
  540. CreatedOnToolsVersion = 15.2;
  541. ProvisioningStyle = Automatic;
  542. };
  543. 329922292365D9A100EAFD97 = {
  544. CreatedOnToolsVersion = 11.1;
  545. ProvisioningStyle = Automatic;
  546. };
  547. 32B99E91203B2DF90017FD66 = {
  548. CreatedOnToolsVersion = 9.2;
  549. ProvisioningStyle = Manual;
  550. };
  551. };
  552. };
  553. buildConfigurationList = DA248D491954721A00390AB0 /* Build configuration list for PBXProject "SDWebImage Tests" */;
  554. compatibilityVersion = "Xcode 3.2";
  555. developmentRegion = en;
  556. hasScannedForEncodings = 0;
  557. knownRegions = (
  558. en,
  559. Base,
  560. );
  561. mainGroup = DA248D451954721A00390AB0;
  562. productRefGroup = DA248D54195472AA00390AB0 /* Products */;
  563. projectDirPath = "";
  564. projectRoot = "";
  565. targets = (
  566. DA248D52195472AA00390AB0 /* Tests iOS */,
  567. 32B99E91203B2DF90017FD66 /* Tests Mac */,
  568. 329922292365D9A100EAFD97 /* Tests TV */,
  569. 32464A882B7B0FF2006BE70E /* Tests Vision */,
  570. );
  571. };
  572. /* End PBXProject section */
  573. /* Begin PBXResourcesBuildPhase section */
  574. 32464A872B7B0FF2006BE70E /* Resources */ = {
  575. isa = PBXResourcesBuildPhase;
  576. buildActionMask = 2147483647;
  577. files = (
  578. 32464A902B7B1833006BE70E /* 1@2x.gif in Resources */,
  579. 32464AA22B7B1833006BE70E /* TestImageLarge.jpg in Resources */,
  580. 32464A912B7B1833006BE70E /* TestImage.nef in Resources */,
  581. 32464A942B7B1833006BE70E /* TestJFIF.jpg in Resources */,
  582. 32C2682B2B888A4100CA29AE /* RGBA16PNG.png in Resources */,
  583. 32464A9B2B7B1833006BE70E /* TestAnimatedImageMemory.webp in Resources */,
  584. 32464A992B7B1833006BE70E /* TestEXIF.png in Resources */,
  585. 32464A922B7B1833006BE70E /* TestImage.heic in Resources */,
  586. 32464A9D2B7B1833006BE70E /* TestImageAnimated.apng in Resources */,
  587. 32464A9F2B7B1833006BE70E /* IndexedPNG.png in Resources */,
  588. 32464AA02B7B1833006BE70E /* TestImage.jpg in Resources */,
  589. 32464A932B7B1833006BE70E /* TestImageAnimated.heic in Resources */,
  590. 32464A9A2B7B1833006BE70E /* TestImage.png in Resources */,
  591. 32464A9C2B7B1833006BE70E /* TestImage.pdf in Resources */,
  592. 32464A9E2B7B1833006BE70E /* TestImageAnimated.webp in Resources */,
  593. 32464A972B7B1833006BE70E /* TestImage.bmp in Resources */,
  594. 32464AA32B7B1833006BE70E /* TestImage.heif in Resources */,
  595. 32464AA12B7B1833006BE70E /* MonochromeTestImage.jpg in Resources */,
  596. 32464AA42B7B1833006BE70E /* TestImageLarge.png in Resources */,
  597. 32464A962B7B1833006BE70E /* TestImage.gif in Resources */,
  598. 32464A952B7B1833006BE70E /* TestImageStatic.webp in Resources */,
  599. 32464A982B7B1833006BE70E /* TestLoopCount.gif in Resources */,
  600. );
  601. runOnlyForDeploymentPostprocessing = 0;
  602. };
  603. 329922282365D9A100EAFD97 /* Resources */ = {
  604. isa = PBXResourcesBuildPhase;
  605. buildActionMask = 2147483647;
  606. files = (
  607. 32F788A5290D252200B57A1C /* TestImage.nef in Resources */,
  608. 6BC1C210270F073A003FFAB1 /* TestAnimatedImageMemory.webp in Resources */,
  609. 3264CD192AAB1E23001E338B /* TestJFIF.jpg in Resources */,
  610. 3299228D2365DC6C00EAFD97 /* TestImageAnimated.apng in Resources */,
  611. 32C2682A2B888A4100CA29AE /* RGBA16PNG.png in Resources */,
  612. 3299228B2365DC6C00EAFD97 /* TestImage.heic in Resources */,
  613. 329922872365DC6C00EAFD97 /* TestLoopCount.gif in Resources */,
  614. 3299228C2365DC6C00EAFD97 /* TestImage.heif in Resources */,
  615. 3234306423E2BAC800C290C8 /* TestImage.pdf in Resources */,
  616. 320224F92440C39B00E5B29D /* TestImageLarge.png in Resources */,
  617. 321F311027D0DC490042B274 /* TestImage.bmp in Resources */,
  618. 329922892365DC6C00EAFD97 /* TestImageLarge.jpg in Resources */,
  619. 32648069250232F7004FA0FC /* 1@2x.gif in Resources */,
  620. 3299228A2365DC6C00EAFD97 /* TestImage.png in Resources */,
  621. 3278F5E42B04C1AC0004A6EE /* IndexedPNG.png in Resources */,
  622. 329922842365DC6C00EAFD97 /* MonochromeTestImage.jpg in Resources */,
  623. 329922882365DC6C00EAFD97 /* TestImage.jpg in Resources */,
  624. 32515F9E24AF1919005E8F79 /* TestImageAnimated.webp in Resources */,
  625. 3299228E2365DC6C00EAFD97 /* TestImageAnimated.heic in Resources */,
  626. 32515F9B24AF1919005E8F79 /* TestImageStatic.webp in Resources */,
  627. 329922862365DC6C00EAFD97 /* TestImage.gif in Resources */,
  628. 329922852365DC6C00EAFD97 /* TestEXIF.png in Resources */,
  629. );
  630. runOnlyForDeploymentPostprocessing = 0;
  631. };
  632. 32B99E90203B2DF90017FD66 /* Resources */ = {
  633. isa = PBXResourcesBuildPhase;
  634. buildActionMask = 2147483647;
  635. files = (
  636. 32F788A4290D252200B57A1C /* TestImage.nef in Resources */,
  637. 6BC1C20F270F0193003FFAB1 /* TestAnimatedImageMemory.webp in Resources */,
  638. 3264CD182AAB1E23001E338B /* TestJFIF.jpg in Resources */,
  639. 327054E3206CEFF3006EA328 /* TestImageAnimated.apng in Resources */,
  640. 32C268292B888A4100CA29AE /* RGBA16PNG.png in Resources */,
  641. 32B99EA3203B31360017FD66 /* TestImage.gif in Resources */,
  642. 324047452271956F007C53E1 /* TestEXIF.png in Resources */,
  643. 32B99EA4203B31360017FD66 /* TestImage.jpg in Resources */,
  644. 3234306323E2BAC800C290C8 /* TestImage.pdf in Resources */,
  645. 320224F82440C39B00E5B29D /* TestImageLarge.png in Resources */,
  646. 321F310F27D0DC490042B274 /* TestImage.bmp in Resources */,
  647. 32B99EA6203B31360017FD66 /* TestImage.png in Resources */,
  648. 32648068250232F7004FA0FC /* 1@2x.gif in Resources */,
  649. 3297A0A023374D1700814590 /* TestImageAnimated.heic in Resources */,
  650. 3278F5E32B04C1AC0004A6EE /* IndexedPNG.png in Resources */,
  651. 32B99EA2203B31360017FD66 /* MonochromeTestImage.jpg in Resources */,
  652. 32905E65211D786E00460FCF /* TestImage.heif in Resources */,
  653. 32515F9D24AF1919005E8F79 /* TestImageAnimated.webp in Resources */,
  654. 327A418D211D660600495442 /* TestImage.heic in Resources */,
  655. 32515F9A24AF1919005E8F79 /* TestImageStatic.webp in Resources */,
  656. 326E69482334C0C300B7252C /* TestLoopCount.gif in Resources */,
  657. 32B99EA5203B31360017FD66 /* TestImageLarge.jpg in Resources */,
  658. );
  659. runOnlyForDeploymentPostprocessing = 0;
  660. };
  661. DA248D51195472AA00390AB0 /* Resources */ = {
  662. isa = PBXResourcesBuildPhase;
  663. buildActionMask = 2147483647;
  664. files = (
  665. 32F788A3290D252200B57A1C /* TestImage.nef in Resources */,
  666. 327A418C211D660600495442 /* TestImage.heic in Resources */,
  667. 3264CD172AAB1E23001E338B /* TestJFIF.jpg in Resources */,
  668. 6B181A1B265757ED00BD06B3 /* TestAnimatedImageMemory.webp in Resources */,
  669. 32C268282B888A4100CA29AE /* RGBA16PNG.png in Resources */,
  670. 5F7F38AD1AE2A77A00B0E330 /* TestImage.jpg in Resources */,
  671. 32905E64211D786E00460FCF /* TestImage.heif in Resources */,
  672. 43828A451DA67F9900000E62 /* TestImageLarge.jpg in Resources */,
  673. 3234306223E2BAC800C290C8 /* TestImage.pdf in Resources */,
  674. 320224F72440C39B00E5B29D /* TestImageLarge.png in Resources */,
  675. 321F310E27D0DC490042B274 /* TestImage.bmp in Resources */,
  676. 433BBBB71D7EF8200086B6E9 /* TestImage.gif in Resources */,
  677. 32648067250232F7004FA0FC /* 1@2x.gif in Resources */,
  678. 433BBBB91D7EF8260086B6E9 /* TestImage.png in Resources */,
  679. 3278F5E22B04C1AC0004A6EE /* IndexedPNG.png in Resources */,
  680. 3297A09F23374D1700814590 /* TestImageAnimated.heic in Resources */,
  681. 327054E2206CEFF3006EA328 /* TestImageAnimated.apng in Resources */,
  682. 32515F9C24AF1919005E8F79 /* TestImageAnimated.webp in Resources */,
  683. 326E69472334C0C300B7252C /* TestLoopCount.gif in Resources */,
  684. 32515F9924AF1919005E8F79 /* TestImageStatic.webp in Resources */,
  685. 433BBBBB1D7EFA8B0086B6E9 /* MonochromeTestImage.jpg in Resources */,
  686. 324047442271956F007C53E1 /* TestEXIF.png in Resources */,
  687. );
  688. runOnlyForDeploymentPostprocessing = 0;
  689. };
  690. /* End PBXResourcesBuildPhase section */
  691. /* Begin PBXShellScriptBuildPhase section */
  692. 05AE34B81B820465D0395C5A /* [CP] Check Pods Manifest.lock */ = {
  693. isa = PBXShellScriptBuildPhase;
  694. buildActionMask = 2147483647;
  695. files = (
  696. );
  697. inputPaths = (
  698. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  699. "${PODS_ROOT}/Manifest.lock",
  700. );
  701. name = "[CP] Check Pods Manifest.lock";
  702. outputPaths = (
  703. "$(DERIVED_FILE_DIR)/Pods-Tests iOS-checkManifestLockResult.txt",
  704. );
  705. runOnlyForDeploymentPostprocessing = 0;
  706. shellPath = /bin/sh;
  707. shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
  708. showEnvVarsInLog = 0;
  709. };
  710. 0A80AC7C0571A5F8F9967E3F /* [CP] Embed Pods Frameworks */ = {
  711. isa = PBXShellScriptBuildPhase;
  712. buildActionMask = 2147483647;
  713. files = (
  714. );
  715. inputPaths = (
  716. "${PODS_ROOT}/Target Support Files/Pods-Tests iOS/Pods-Tests iOS-frameworks.sh",
  717. "${BUILT_PRODUCTS_DIR}/SDWebImage-Core-MapKit-iOS/SDWebImage.framework",
  718. "${BUILT_PRODUCTS_DIR}/Expecta-iOS/Expecta.framework",
  719. "${BUILT_PRODUCTS_DIR}/KVOController-iOS/KVOController.framework",
  720. );
  721. name = "[CP] Embed Pods Frameworks";
  722. outputPaths = (
  723. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SDWebImage.framework",
  724. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Expecta.framework",
  725. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/KVOController.framework",
  726. );
  727. runOnlyForDeploymentPostprocessing = 0;
  728. shellPath = /bin/sh;
  729. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Tests iOS/Pods-Tests iOS-frameworks.sh\"\n";
  730. showEnvVarsInLog = 0;
  731. };
  732. 16AFAEFC9D9B9B933D4D324D /* [CP] Check Pods Manifest.lock */ = {
  733. isa = PBXShellScriptBuildPhase;
  734. buildActionMask = 2147483647;
  735. files = (
  736. );
  737. inputFileListPaths = (
  738. );
  739. inputPaths = (
  740. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  741. "${PODS_ROOT}/Manifest.lock",
  742. );
  743. name = "[CP] Check Pods Manifest.lock";
  744. outputFileListPaths = (
  745. );
  746. outputPaths = (
  747. "$(DERIVED_FILE_DIR)/Pods-Tests Vision-checkManifestLockResult.txt",
  748. );
  749. runOnlyForDeploymentPostprocessing = 0;
  750. shellPath = /bin/sh;
  751. shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
  752. showEnvVarsInLog = 0;
  753. };
  754. 3742A83C8569610075078F4D /* [CP] Check Pods Manifest.lock */ = {
  755. isa = PBXShellScriptBuildPhase;
  756. buildActionMask = 2147483647;
  757. files = (
  758. );
  759. inputPaths = (
  760. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  761. "${PODS_ROOT}/Manifest.lock",
  762. );
  763. name = "[CP] Check Pods Manifest.lock";
  764. outputPaths = (
  765. "$(DERIVED_FILE_DIR)/Pods-Tests Mac-checkManifestLockResult.txt",
  766. );
  767. runOnlyForDeploymentPostprocessing = 0;
  768. shellPath = /bin/sh;
  769. shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
  770. showEnvVarsInLog = 0;
  771. };
  772. 9A0B0CDE809B6AE68AF1A996 /* [CP] Embed Pods Frameworks */ = {
  773. isa = PBXShellScriptBuildPhase;
  774. buildActionMask = 2147483647;
  775. files = (
  776. );
  777. inputPaths = (
  778. "${PODS_ROOT}/Target Support Files/Pods-Tests TV/Pods-Tests TV-frameworks.sh",
  779. "${BUILT_PRODUCTS_DIR}/SDWebImage-Core-MapKit-tvOS/SDWebImage.framework",
  780. "${BUILT_PRODUCTS_DIR}/Expecta-tvOS/Expecta.framework",
  781. "${BUILT_PRODUCTS_DIR}/KVOController-tvOS/KVOController.framework",
  782. );
  783. name = "[CP] Embed Pods Frameworks";
  784. outputPaths = (
  785. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SDWebImage.framework",
  786. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Expecta.framework",
  787. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/KVOController.framework",
  788. );
  789. runOnlyForDeploymentPostprocessing = 0;
  790. shellPath = /bin/sh;
  791. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Tests TV/Pods-Tests TV-frameworks.sh\"\n";
  792. showEnvVarsInLog = 0;
  793. };
  794. C5CC63AFA1303DA4F45B1B0E /* [CP] Check Pods Manifest.lock */ = {
  795. isa = PBXShellScriptBuildPhase;
  796. buildActionMask = 2147483647;
  797. files = (
  798. );
  799. inputFileListPaths = (
  800. );
  801. inputPaths = (
  802. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  803. "${PODS_ROOT}/Manifest.lock",
  804. );
  805. name = "[CP] Check Pods Manifest.lock";
  806. outputFileListPaths = (
  807. );
  808. outputPaths = (
  809. "$(DERIVED_FILE_DIR)/Pods-Tests TV-checkManifestLockResult.txt",
  810. );
  811. runOnlyForDeploymentPostprocessing = 0;
  812. shellPath = /bin/sh;
  813. shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
  814. showEnvVarsInLog = 0;
  815. };
  816. D95ECCCFAAD9FCC01EA4D3CE /* [CP] Embed Pods Frameworks */ = {
  817. isa = PBXShellScriptBuildPhase;
  818. buildActionMask = 2147483647;
  819. files = (
  820. );
  821. inputPaths = (
  822. "${PODS_ROOT}/Target Support Files/Pods-Tests Mac/Pods-Tests Mac-frameworks.sh",
  823. "${BUILT_PRODUCTS_DIR}/SDWebImage-Core-MapKit-macOS/SDWebImage.framework",
  824. "${BUILT_PRODUCTS_DIR}/Expecta-macOS/Expecta.framework",
  825. "${BUILT_PRODUCTS_DIR}/KVOController-macOS/KVOController.framework",
  826. );
  827. name = "[CP] Embed Pods Frameworks";
  828. outputPaths = (
  829. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SDWebImage.framework",
  830. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Expecta.framework",
  831. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/KVOController.framework",
  832. );
  833. runOnlyForDeploymentPostprocessing = 0;
  834. shellPath = /bin/sh;
  835. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Tests Mac/Pods-Tests Mac-frameworks.sh\"\n";
  836. showEnvVarsInLog = 0;
  837. };
  838. E5421880D8024D66B726F168 /* [CP] Embed Pods Frameworks */ = {
  839. isa = PBXShellScriptBuildPhase;
  840. buildActionMask = 2147483647;
  841. files = (
  842. );
  843. inputPaths = (
  844. "${PODS_ROOT}/Target Support Files/Pods-Tests Vision/Pods-Tests Vision-frameworks.sh",
  845. "${BUILT_PRODUCTS_DIR}/SDWebImage-Core-MapKit-visionOS/SDWebImage.framework",
  846. "${BUILT_PRODUCTS_DIR}/Expecta-visionOS/Expecta.framework",
  847. "${BUILT_PRODUCTS_DIR}/KVOController-visionOS/KVOController.framework",
  848. );
  849. name = "[CP] Embed Pods Frameworks";
  850. outputPaths = (
  851. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SDWebImage.framework",
  852. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Expecta.framework",
  853. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/KVOController.framework",
  854. );
  855. runOnlyForDeploymentPostprocessing = 0;
  856. shellPath = /bin/sh;
  857. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Tests Vision/Pods-Tests Vision-frameworks.sh\"\n";
  858. showEnvVarsInLog = 0;
  859. };
  860. /* End PBXShellScriptBuildPhase section */
  861. /* Begin PBXSourcesBuildPhase section */
  862. 32464A852B7B0FF2006BE70E /* Sources */ = {
  863. isa = PBXSourcesBuildPhase;
  864. buildActionMask = 2147483647;
  865. files = (
  866. 32464AAB2B7B1845006BE70E /* SDWebImageDownloaderTests.m in Sources */,
  867. 32464AAC2B7B1845006BE70E /* SDTestCase.m in Sources */,
  868. 32464AA72B7B1845006BE70E /* SDImageTransformerTests.m in Sources */,
  869. 32464AAE2B7B1845006BE70E /* SDWebImageTestCoder.m in Sources */,
  870. 32464AB52B7B1845006BE70E /* SDCategoriesTests.m in Sources */,
  871. 32464AAA2B7B1845006BE70E /* SDWebImageTestDownloadOperation.m in Sources */,
  872. 32464AA62B7B1845006BE70E /* SDMockFileManager.m in Sources */,
  873. 32464AA52B7B1845006BE70E /* SDWebImageManagerTests.m in Sources */,
  874. 32464AB22B7B1845006BE70E /* SDWebImageTestCache.m in Sources */,
  875. 32464AAD2B7B1845006BE70E /* SDWebImageTestTransformer.m in Sources */,
  876. 32464AAF2B7B1845006BE70E /* SDWebImagePrefetcherTests.m in Sources */,
  877. 32464AB02B7B1845006BE70E /* SDWebCacheCategoriesTests.m in Sources */,
  878. 32464AB12B7B1845006BE70E /* SDAnimatedImageTest.m in Sources */,
  879. 32464AB42B7B1845006BE70E /* SDImageCoderTests.m in Sources */,
  880. 32464AA92B7B1845006BE70E /* SDWebImageTestLoader.m in Sources */,
  881. 32464AA82B7B1845006BE70E /* SDUtilsTests.m in Sources */,
  882. 32464AB32B7B1845006BE70E /* SDImageCacheTests.m in Sources */,
  883. );
  884. runOnlyForDeploymentPostprocessing = 0;
  885. };
  886. 329922262365D9A100EAFD97 /* Sources */ = {
  887. isa = PBXSourcesBuildPhase;
  888. buildActionMask = 2147483647;
  889. files = (
  890. 3299227B2365DC6100EAFD97 /* SDUtilsTests.m in Sources */,
  891. 329922822365DC6100EAFD97 /* SDWebImageTestTransformer.m in Sources */,
  892. 329922802365DC6100EAFD97 /* SDWebImageTestDownloadOperation.m in Sources */,
  893. 3299227C2365DC6100EAFD97 /* SDAnimatedImageTest.m in Sources */,
  894. 329922762365DC6100EAFD97 /* SDImageCoderTests.m in Sources */,
  895. 329922772365DC6100EAFD97 /* SDWebImagePrefetcherTests.m in Sources */,
  896. 329922812365DC6100EAFD97 /* SDWebImageTestCoder.m in Sources */,
  897. 3299227F2365DC6100EAFD97 /* SDWebImageTestCache.m in Sources */,
  898. 329922752365DC6100EAFD97 /* SDWebImageDownloaderTests.m in Sources */,
  899. 329922732365DC6100EAFD97 /* SDImageCacheTests.m in Sources */,
  900. 329922792365DC6100EAFD97 /* SDWebCacheCategoriesTests.m in Sources */,
  901. 329922782365DC6100EAFD97 /* SDImageTransformerTests.m in Sources */,
  902. 3299227A2365DC6100EAFD97 /* SDCategoriesTests.m in Sources */,
  903. 3299227D2365DC6100EAFD97 /* SDMockFileManager.m in Sources */,
  904. 3299227E2365DC6100EAFD97 /* SDTestCase.m in Sources */,
  905. 329922832365DC6100EAFD97 /* SDWebImageTestLoader.m in Sources */,
  906. 329922742365DC6100EAFD97 /* SDWebImageManagerTests.m in Sources */,
  907. );
  908. runOnlyForDeploymentPostprocessing = 0;
  909. };
  910. 32B99E8E203B2DF90017FD66 /* Sources */ = {
  911. isa = PBXSourcesBuildPhase;
  912. buildActionMask = 2147483647;
  913. files = (
  914. 323B8E2020862322008952BE /* SDWebImageTestLoader.m in Sources */,
  915. 32B99EAC203B36650017FD66 /* SDWebImageDownloaderTests.m in Sources */,
  916. 3254C32120641077008D1022 /* SDImageTransformerTests.m in Sources */,
  917. 328BB6DE20825E9800760D6C /* SDWebImageTestCache.m in Sources */,
  918. 32B99E9C203B2EE40017FD66 /* SDCategoriesTests.m in Sources */,
  919. 32B99EAA203B365F0017FD66 /* SDImageCacheTests.m in Sources */,
  920. 32B99EAD203B36690017FD66 /* SDWebImagePrefetcherTests.m in Sources */,
  921. 32B99EAE203B366C0017FD66 /* SDWebCacheCategoriesTests.m in Sources */,
  922. 32B99E9D203B2F7D0017FD66 /* SDWebImageTestCoder.m in Sources */,
  923. 32B99E9E203B2F810017FD66 /* SDMockFileManager.m in Sources */,
  924. 32B99EAB203B36620017FD66 /* SDWebImageManagerTests.m in Sources */,
  925. 322241802272F808002429DB /* SDUtilsTests.m in Sources */,
  926. 32B99EA9203B34B60017FD66 /* SDImageCoderTests.m in Sources */,
  927. 3264FF30205D42CB00F6BD48 /* SDWebImageTestTransformer.m in Sources */,
  928. 320630412085A37C006E0FA4 /* SDAnimatedImageTest.m in Sources */,
  929. 32B99E9B203B2EDD0017FD66 /* SDTestCase.m in Sources */,
  930. 3226ECBC20754F7700FAFACF /* SDWebImageTestDownloadOperation.m in Sources */,
  931. );
  932. runOnlyForDeploymentPostprocessing = 0;
  933. };
  934. DA248D4F195472AA00390AB0 /* Sources */ = {
  935. isa = PBXSourcesBuildPhase;
  936. buildActionMask = 2147483647;
  937. files = (
  938. 323B8E1F20862322008952BE /* SDWebImageTestLoader.m in Sources */,
  939. 32E6F0321F3A1B4700A945E6 /* SDWebImageTestCoder.m in Sources */,
  940. 3226ECBB20754F7700FAFACF /* SDWebImageTestDownloadOperation.m in Sources */,
  941. 3254C32020641077008D1022 /* SDImageTransformerTests.m in Sources */,
  942. 32A571562037DB2D002EDAAE /* SDAnimatedImageTest.m in Sources */,
  943. 1E3C51E919B46E370092B5E6 /* SDWebImageDownloaderTests.m in Sources */,
  944. 37D122881EC48B5E00D98CEB /* SDMockFileManager.m in Sources */,
  945. 4369C2741D9804B1007E863A /* SDWebCacheCategoriesTests.m in Sources */,
  946. 2D7AF0601F329763000083C2 /* SDTestCase.m in Sources */,
  947. 328BB6DD20825E9800760D6C /* SDWebImageTestCache.m in Sources */,
  948. 4369C1D11D97F80F007E863A /* SDWebImagePrefetcherTests.m in Sources */,
  949. 3222417F2272F808002429DB /* SDUtilsTests.m in Sources */,
  950. DA248D69195475D800390AB0 /* SDImageCacheTests.m in Sources */,
  951. DA248D6B195476AC00390AB0 /* SDWebImageManagerTests.m in Sources */,
  952. 32B99E8B203AF8690017FD66 /* SDCategoriesTests.m in Sources */,
  953. 3264FF2F205D42CB00F6BD48 /* SDWebImageTestTransformer.m in Sources */,
  954. 433BBBB51D7EF5C00086B6E9 /* SDImageCoderTests.m in Sources */,
  955. );
  956. runOnlyForDeploymentPostprocessing = 0;
  957. };
  958. /* End PBXSourcesBuildPhase section */
  959. /* Begin XCBuildConfiguration section */
  960. 32464A8D2B7B0FF2006BE70E /* Debug */ = {
  961. isa = XCBuildConfiguration;
  962. baseConfigurationReference = FBF6247C616460B91BF8C188 /* Pods-Tests Vision.debug.xcconfig */;
  963. buildSettings = {
  964. ALWAYS_SEARCH_USER_PATHS = NO;
  965. ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
  966. CLANG_ANALYZER_NONNULL = YES;
  967. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  968. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  969. CLANG_ENABLE_MODULES = YES;
  970. CLANG_ENABLE_OBJC_ARC = YES;
  971. CLANG_ENABLE_OBJC_WEAK = YES;
  972. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  973. CLANG_WARN_BOOL_CONVERSION = YES;
  974. CLANG_WARN_COMMA = YES;
  975. CLANG_WARN_CONSTANT_CONVERSION = YES;
  976. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  977. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  978. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  979. CLANG_WARN_EMPTY_BODY = YES;
  980. CLANG_WARN_ENUM_CONVERSION = YES;
  981. CLANG_WARN_INFINITE_RECURSION = YES;
  982. CLANG_WARN_INT_CONVERSION = YES;
  983. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  984. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  985. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  986. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  987. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  988. CLANG_WARN_STRICT_PROTOTYPES = YES;
  989. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  990. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  991. CLANG_WARN_UNREACHABLE_CODE = YES;
  992. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  993. CODE_SIGN_STYLE = Automatic;
  994. COPY_PHASE_STRIP = NO;
  995. CURRENT_PROJECT_VERSION = 1;
  996. DEBUG_INFORMATION_FORMAT = dwarf;
  997. ENABLE_STRICT_OBJC_MSGSEND = YES;
  998. ENABLE_TESTABILITY = YES;
  999. GCC_C_LANGUAGE_STANDARD = gnu17;
  1000. GCC_DYNAMIC_NO_PIC = NO;
  1001. GCC_NO_COMMON_BLOCKS = YES;
  1002. GCC_OPTIMIZATION_LEVEL = 0;
  1003. GCC_PREPROCESSOR_DEFINITIONS = (
  1004. "DEBUG=1",
  1005. "$(inherited)",
  1006. );
  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. INFOPLIST_FILE = "Tests Vision/Info.plist";
  1014. LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
  1015. MARKETING_VERSION = 1.0;
  1016. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  1017. MTL_FAST_MATH = YES;
  1018. ONLY_ACTIVE_ARCH = YES;
  1019. PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.Tests-Vision";
  1020. PRODUCT_NAME = "$(TARGET_NAME)";
  1021. SDKROOT = xros;
  1022. SUPPORTED_PLATFORMS = "xros xrsimulator";
  1023. SWIFT_EMIT_LOC_STRINGS = NO;
  1024. TARGETED_DEVICE_FAMILY = "1,2,7";
  1025. XROS_DEPLOYMENT_TARGET = 1.0;
  1026. };
  1027. name = Debug;
  1028. };
  1029. 32464A8E2B7B0FF2006BE70E /* Release */ = {
  1030. isa = XCBuildConfiguration;
  1031. baseConfigurationReference = 91BF87534CBFBD8B623FCB53 /* Pods-Tests Vision.release.xcconfig */;
  1032. buildSettings = {
  1033. ALWAYS_SEARCH_USER_PATHS = NO;
  1034. ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
  1035. CLANG_ANALYZER_NONNULL = YES;
  1036. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  1037. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  1038. CLANG_ENABLE_MODULES = YES;
  1039. CLANG_ENABLE_OBJC_ARC = YES;
  1040. CLANG_ENABLE_OBJC_WEAK = YES;
  1041. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  1042. CLANG_WARN_BOOL_CONVERSION = YES;
  1043. CLANG_WARN_COMMA = YES;
  1044. CLANG_WARN_CONSTANT_CONVERSION = YES;
  1045. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  1046. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  1047. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  1048. CLANG_WARN_EMPTY_BODY = YES;
  1049. CLANG_WARN_ENUM_CONVERSION = YES;
  1050. CLANG_WARN_INFINITE_RECURSION = YES;
  1051. CLANG_WARN_INT_CONVERSION = YES;
  1052. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  1053. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  1054. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  1055. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  1056. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  1057. CLANG_WARN_STRICT_PROTOTYPES = YES;
  1058. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  1059. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  1060. CLANG_WARN_UNREACHABLE_CODE = YES;
  1061. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  1062. CODE_SIGN_STYLE = Automatic;
  1063. COPY_PHASE_STRIP = NO;
  1064. CURRENT_PROJECT_VERSION = 1;
  1065. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  1066. ENABLE_NS_ASSERTIONS = NO;
  1067. ENABLE_STRICT_OBJC_MSGSEND = YES;
  1068. GCC_C_LANGUAGE_STANDARD = gnu17;
  1069. GCC_NO_COMMON_BLOCKS = YES;
  1070. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  1071. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  1072. GCC_WARN_UNDECLARED_SELECTOR = YES;
  1073. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  1074. GCC_WARN_UNUSED_FUNCTION = YES;
  1075. GCC_WARN_UNUSED_VARIABLE = YES;
  1076. INFOPLIST_FILE = "Tests Vision/Info.plist";
  1077. LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
  1078. MARKETING_VERSION = 1.0;
  1079. MTL_ENABLE_DEBUG_INFO = NO;
  1080. MTL_FAST_MATH = YES;
  1081. PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.Tests-Vision";
  1082. PRODUCT_NAME = "$(TARGET_NAME)";
  1083. SDKROOT = xros;
  1084. SUPPORTED_PLATFORMS = "xros xrsimulator";
  1085. SWIFT_EMIT_LOC_STRINGS = NO;
  1086. TARGETED_DEVICE_FAMILY = "1,2,7";
  1087. VALIDATE_PRODUCT = YES;
  1088. XROS_DEPLOYMENT_TARGET = 1.0;
  1089. };
  1090. name = Release;
  1091. };
  1092. 3299222F2365D9A100EAFD97 /* Debug */ = {
  1093. isa = XCBuildConfiguration;
  1094. baseConfigurationReference = 5B0011ED58CC9998E68ECCE3 /* Pods-Tests TV.debug.xcconfig */;
  1095. buildSettings = {
  1096. INFOPLIST_FILE = "Tests TV/Info.plist";
  1097. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  1098. MTL_FAST_MATH = YES;
  1099. SDKROOT = appletvos;
  1100. SUPPORTED_PLATFORMS = "appletvsimulator appletvos";
  1101. TARGETED_DEVICE_FAMILY = 3;
  1102. TVOS_DEPLOYMENT_TARGET = 9.2;
  1103. };
  1104. name = Debug;
  1105. };
  1106. 329922302365D9A100EAFD97 /* Release */ = {
  1107. isa = XCBuildConfiguration;
  1108. baseConfigurationReference = 6CB13D7A081654B2E4018F53 /* Pods-Tests TV.release.xcconfig */;
  1109. buildSettings = {
  1110. INFOPLIST_FILE = "Tests TV/Info.plist";
  1111. MTL_ENABLE_DEBUG_INFO = NO;
  1112. MTL_FAST_MATH = YES;
  1113. SDKROOT = appletvos;
  1114. SUPPORTED_PLATFORMS = "appletvsimulator appletvos";
  1115. TARGETED_DEVICE_FAMILY = 3;
  1116. TVOS_DEPLOYMENT_TARGET = 9.2;
  1117. };
  1118. name = Release;
  1119. };
  1120. 32B99E97203B2DF90017FD66 /* Debug */ = {
  1121. isa = XCBuildConfiguration;
  1122. baseConfigurationReference = BC6C6328775701B5AAEEF4FF /* Pods-Tests Mac.debug.xcconfig */;
  1123. buildSettings = {
  1124. CODE_SIGN_IDENTITY = "-";
  1125. CODE_SIGN_STYLE = Manual;
  1126. DEVELOPMENT_TEAM = "";
  1127. INFOPLIST_FILE = "Tests Mac/Info.plist";
  1128. PROVISIONING_PROFILE_SPECIFIER = "";
  1129. SDKROOT = macosx;
  1130. SUPPORTED_PLATFORMS = macosx;
  1131. TARGETED_DEVICE_FAMILY = "";
  1132. };
  1133. name = Debug;
  1134. };
  1135. 32B99E98203B2DF90017FD66 /* Release */ = {
  1136. isa = XCBuildConfiguration;
  1137. baseConfigurationReference = 4835C04148C737D0FC50EF87 /* Pods-Tests Mac.release.xcconfig */;
  1138. buildSettings = {
  1139. CODE_SIGN_IDENTITY = "-";
  1140. CODE_SIGN_STYLE = Manual;
  1141. DEVELOPMENT_TEAM = "";
  1142. INFOPLIST_FILE = "Tests Mac/Info.plist";
  1143. PROVISIONING_PROFILE_SPECIFIER = "";
  1144. SDKROOT = macosx;
  1145. SUPPORTED_PLATFORMS = macosx;
  1146. TARGETED_DEVICE_FAMILY = "";
  1147. };
  1148. name = Release;
  1149. };
  1150. DA248D4A1954721A00390AB0 /* Debug */ = {
  1151. isa = XCBuildConfiguration;
  1152. baseConfigurationReference = 328BAF282240C08E00FC70DD /* Test-Debug.xcconfig */;
  1153. buildSettings = {
  1154. };
  1155. name = Debug;
  1156. };
  1157. DA248D4B1954721A00390AB0 /* Release */ = {
  1158. isa = XCBuildConfiguration;
  1159. baseConfigurationReference = 328BAF272240C08E00FC70DD /* Test-Release.xcconfig */;
  1160. buildSettings = {
  1161. };
  1162. name = Release;
  1163. };
  1164. DA248D65195472AA00390AB0 /* Debug */ = {
  1165. isa = XCBuildConfiguration;
  1166. baseConfigurationReference = D80C63148416AADCBDD7FABA /* Pods-Tests iOS.debug.xcconfig */;
  1167. buildSettings = {
  1168. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  1169. GCC_PREFIX_HEADER = "Tests/Tests-Prefix.pch";
  1170. INFOPLIST_FILE = "Tests/Tests-Info.plist";
  1171. SDKROOT = iphoneos;
  1172. SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
  1173. TARGETED_DEVICE_FAMILY = "1,2";
  1174. };
  1175. name = Debug;
  1176. };
  1177. DA248D66195472AA00390AB0 /* Release */ = {
  1178. isa = XCBuildConfiguration;
  1179. baseConfigurationReference = 4DCBA1DEFE6C68C4A83C9B9E /* Pods-Tests iOS.release.xcconfig */;
  1180. buildSettings = {
  1181. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  1182. GCC_PREFIX_HEADER = "Tests/Tests-Prefix.pch";
  1183. INFOPLIST_FILE = "Tests/Tests-Info.plist";
  1184. SDKROOT = iphoneos;
  1185. SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
  1186. TARGETED_DEVICE_FAMILY = "1,2";
  1187. };
  1188. name = Release;
  1189. };
  1190. /* End XCBuildConfiguration section */
  1191. /* Begin XCConfigurationList section */
  1192. 32464A8F2B7B0FF2006BE70E /* Build configuration list for PBXNativeTarget "Tests Vision" */ = {
  1193. isa = XCConfigurationList;
  1194. buildConfigurations = (
  1195. 32464A8D2B7B0FF2006BE70E /* Debug */,
  1196. 32464A8E2B7B0FF2006BE70E /* Release */,
  1197. );
  1198. defaultConfigurationIsVisible = 0;
  1199. defaultConfigurationName = Release;
  1200. };
  1201. 329922312365D9A100EAFD97 /* Build configuration list for PBXNativeTarget "Tests TV" */ = {
  1202. isa = XCConfigurationList;
  1203. buildConfigurations = (
  1204. 3299222F2365D9A100EAFD97 /* Debug */,
  1205. 329922302365D9A100EAFD97 /* Release */,
  1206. );
  1207. defaultConfigurationIsVisible = 0;
  1208. defaultConfigurationName = Release;
  1209. };
  1210. 32B99E99203B2DF90017FD66 /* Build configuration list for PBXNativeTarget "Tests Mac" */ = {
  1211. isa = XCConfigurationList;
  1212. buildConfigurations = (
  1213. 32B99E97203B2DF90017FD66 /* Debug */,
  1214. 32B99E98203B2DF90017FD66 /* Release */,
  1215. );
  1216. defaultConfigurationIsVisible = 0;
  1217. defaultConfigurationName = Release;
  1218. };
  1219. DA248D491954721A00390AB0 /* Build configuration list for PBXProject "SDWebImage Tests" */ = {
  1220. isa = XCConfigurationList;
  1221. buildConfigurations = (
  1222. DA248D4A1954721A00390AB0 /* Debug */,
  1223. DA248D4B1954721A00390AB0 /* Release */,
  1224. );
  1225. defaultConfigurationIsVisible = 0;
  1226. defaultConfigurationName = Release;
  1227. };
  1228. DA248D67195472AA00390AB0 /* Build configuration list for PBXNativeTarget "Tests iOS" */ = {
  1229. isa = XCConfigurationList;
  1230. buildConfigurations = (
  1231. DA248D65195472AA00390AB0 /* Debug */,
  1232. DA248D66195472AA00390AB0 /* Release */,
  1233. );
  1234. defaultConfigurationIsVisible = 0;
  1235. defaultConfigurationName = Release;
  1236. };
  1237. /* End XCConfigurationList section */
  1238. };
  1239. rootObject = DA248D461954721A00390AB0 /* Project object */;
  1240. }