project.pbxproj 83 KB

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