project.pbxproj 64 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 54;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 072922432638639D0089E810 /* AnimatedImageDemo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 072922422638639D0089E810 /* AnimatedImageDemo.swift */; };
  10. 078DCB512BCFEFB40008114E /* PHPickerResultViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 078DCB502BCFEFB40008114E /* PHPickerResultViewController.swift */; };
  11. 277EAE8D2045B39C00547CD3 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 277EAE892045B39C00547CD3 /* Assets.xcassets */; };
  12. 277EAE8E2045B39C00547CD3 /* Interface.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 277EAE8A2045B39C00547CD3 /* Interface.storyboard */; };
  13. 277EAE9D2045B4D500547CD3 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 277EAE962045B4D500547CD3 /* Assets.xcassets */; };
  14. 277EAEA12045B52800547CD3 /* InterfaceController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 277EAE9E2045B52800547CD3 /* InterfaceController.swift */; };
  15. 277EAEA32045B52800547CD3 /* ExtensionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 277EAEA02045B52800547CD3 /* ExtensionDelegate.swift */; };
  16. 3887E1602B4AD7200062C53C /* GIFHeavyViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3887E15F2B4AD7200062C53C /* GIFHeavyViewController.swift */; };
  17. 3887E17B2B4BC04B0062C53C /* SwiftUIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3887E17A2B4BC04B0062C53C /* SwiftUIViewController.swift */; };
  18. 4B120CA726B91BB70060B092 /* TransitionViewDemo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B120CA626B91BB70060B092 /* TransitionViewDemo.swift */; };
  19. 4B1C7A3D21A256E300CE9D31 /* InfinityCollectionViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B1C7A3C21A256E300CE9D31 /* InfinityCollectionViewController.swift */; };
  20. 4B4307A51D87E6A700ED2DA9 /* loader.gif in Resources */ = {isa = PBXBuildFile; fileRef = 4B7742461D87E42E0077024E /* loader.gif */; };
  21. 4B6E1B6D28DB4E8C0023B54B /* Issue1998View.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B6E1B6C28DB4E8C0023B54B /* Issue1998View.swift */; };
  22. 4B7742471D87E42E0077024E /* loader.gif in Resources */ = {isa = PBXBuildFile; fileRef = 4B7742461D87E42E0077024E /* loader.gif */; };
  23. 4B7742481D87E42E0077024E /* loader.gif in Resources */ = {isa = PBXBuildFile; fileRef = 4B7742461D87E42E0077024E /* loader.gif */; };
  24. 4B779C8526743C2800FF9C1E /* GeometryReaderDemo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B779C8426743C2800FF9C1E /* GeometryReaderDemo.swift */; };
  25. 4B92FE5625FF906B00473088 /* AutoSizingTableViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B92FE5525FF906B00473088 /* AutoSizingTableViewController.swift */; };
  26. 4B9AD88F26480D3B0086A261 /* OrientationImagesViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BCC51AA26480CD5007004E8 /* OrientationImagesViewController.swift */; };
  27. 4B9AD89026480D3C0086A261 /* OrientationImagesViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BCC51AA26480CD5007004E8 /* OrientationImagesViewController.swift */; };
  28. 4BC0ED4A29A6EE78003E9CD1 /* Issue2035View.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BC0ED4929A6EE78003E9CD1 /* Issue2035View.swift */; };
  29. 4BCCF33D1D5B02F8003387C2 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BCCF3361D5B02F8003387C2 /* AppDelegate.swift */; };
  30. 4BCCF33E1D5B02F8003387C2 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 4BCCF3371D5B02F8003387C2 /* Assets.xcassets */; };
  31. 4BCCF33F1D5B02F8003387C2 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 4BCCF3381D5B02F8003387C2 /* Main.storyboard */; };
  32. 4BCCF3401D5B02F8003387C2 /* Cell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 4BCCF33A1D5B02F8003387C2 /* Cell.xib */; };
  33. 4BCCF3421D5B02F8003387C2 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BCCF33C1D5B02F8003387C2 /* ViewController.swift */; };
  34. 4BE855522320F9C800FE4205 /* Kingfisher.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4BE855512320F9C800FE4205 /* Kingfisher.framework */; };
  35. 4BE855532320F9C800FE4205 /* Kingfisher.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 4BE855512320F9C800FE4205 /* Kingfisher.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
  36. 4BE855552320F9CF00FE4205 /* Kingfisher.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4BE855542320F9CF00FE4205 /* Kingfisher.framework */; };
  37. 4BE855562320F9CF00FE4205 /* Kingfisher.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 4BE855542320F9CF00FE4205 /* Kingfisher.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
  38. 4BE855582320F9D300FE4205 /* Kingfisher.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4BE855572320F9D300FE4205 /* Kingfisher.framework */; };
  39. 4BE855592320F9D300FE4205 /* Kingfisher.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 4BE855572320F9D300FE4205 /* Kingfisher.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
  40. 4BE855612320F9DE00FE4205 /* Kingfisher.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4BE855602320F9DE00FE4205 /* Kingfisher.framework */; };
  41. 4BE855622320F9DE00FE4205 /* Kingfisher.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 4BE855602320F9DE00FE4205 /* Kingfisher.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
  42. 769F07F126298E2E00610767 /* GIFHeavyViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 769F07F026298E2E00610767 /* GIFHeavyViewController.swift */; };
  43. C959EEE622874DC600467A10 /* ProgressiveJPEGViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C959EEE522874DC600467A10 /* ProgressiveJPEGViewController.swift */; };
  44. D10AC99821A300C9005F057C /* ProcessorCollectionViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D10AC99721A300C9005F057C /* ProcessorCollectionViewController.swift */; };
  45. D12E0C951C47F91800AC98AD /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = D12E0C8C1C47F91800AC98AD /* AppDelegate.swift */; };
  46. D12E0C971C47F91800AC98AD /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D12E0C8F1C47F91800AC98AD /* Main.storyboard */; };
  47. D12E0C981C47F91800AC98AD /* ImageCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = D12E0C911C47F91800AC98AD /* ImageCollectionViewCell.swift */; };
  48. D12E0C991C47F91800AC98AD /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D12E0C921C47F91800AC98AD /* Images.xcassets */; };
  49. D12E0C9B1C47F91800AC98AD /* NormalLoadingViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D12E0C941C47F91800AC98AD /* NormalLoadingViewController.swift */; };
  50. D12E0CA21C47F92200AC98AD /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = D12E0C9D1C47F92200AC98AD /* AppDelegate.swift */; };
  51. D12E0CA31C47F92200AC98AD /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D12E0C9E1C47F92200AC98AD /* Assets.xcassets */; };
  52. D12E0CA41C47F92200AC98AD /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D12E0C9F1C47F92200AC98AD /* Main.storyboard */; };
  53. D12E0CB61C47F9C100AC98AD /* NormalLoadingViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D12E0C941C47F91800AC98AD /* NormalLoadingViewController.swift */; };
  54. D12EB83E24DD902300329EE1 /* TextAttachmentViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D12EB83D24DD902300329EE1 /* TextAttachmentViewController.swift */; };
  55. D12EB84024DDB9E100329EE1 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D12EB83F24DDB9E000329EE1 /* LaunchScreen.storyboard */; };
  56. D12F67682CB10AE000AB63AB /* LivePhotoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D12F67672CB10AD900AB63AB /* LivePhotoViewController.swift */; };
  57. D1679A461C4E78B20020FD12 /* Kingfisher-watchOS-Demo Extension.appex in Embed Foundation Extensions */ = {isa = PBXBuildFile; fileRef = D1679A451C4E78B20020FD12 /* Kingfisher-watchOS-Demo Extension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
  58. D16AAF282D5247CF00E7F764 /* Issue2352View.swift in Sources */ = {isa = PBXBuildFile; fileRef = D16AAF272D5247CA00E7F764 /* Issue2352View.swift */; };
  59. D16CC3D824E03FEA00F1A515 /* AVAssetImageGeneratorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D16CC3D724E03FEA00F1A515 /* AVAssetImageGeneratorViewController.swift */; };
  60. D198F41E25EDC11500C53E0D /* LazyVStackDemo.swift in Sources */ = {isa = PBXBuildFile; fileRef = D198F41D25EDC11500C53E0D /* LazyVStackDemo.swift */; };
  61. D198F42025EDC34000C53E0D /* SizingAnimationDemo.swift in Sources */ = {isa = PBXBuildFile; fileRef = D198F41F25EDC34000C53E0D /* SizingAnimationDemo.swift */; };
  62. D198F42225EDC4B900C53E0D /* GridDemo.swift in Sources */ = {isa = PBXBuildFile; fileRef = D198F42125EDC4B900C53E0D /* GridDemo.swift */; };
  63. D1A1CCA321A1879600263AD8 /* MainViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1A1CCA221A1879600263AD8 /* MainViewController.swift */; };
  64. D1A1CCA721A18A3200263AD8 /* UIViewController+KingfisherOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1A1CCA621A18A3200263AD8 /* UIViewController+KingfisherOperation.swift */; };
  65. D1A1CCA821A18A3200263AD8 /* UIViewController+KingfisherOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1A1CCA621A18A3200263AD8 /* UIViewController+KingfisherOperation.swift */; };
  66. D1CE1BD021A1AFA300419000 /* TransitionViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1CE1BCF21A1AFA300419000 /* TransitionViewController.swift */; };
  67. D1CE1BD321A1B45A00419000 /* ImageLoader.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1CE1BD221A1B45A00419000 /* ImageLoader.swift */; };
  68. D1CE1BD421A1B45A00419000 /* ImageLoader.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1CE1BD221A1B45A00419000 /* ImageLoader.swift */; };
  69. D1E4CF5421BACBA6004D029D /* ImageDataProviderCollectionViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1E4CF5321BACBA6004D029D /* ImageDataProviderCollectionViewController.swift */; };
  70. D1E612E22D75F9AC00DACD51 /* ProgressiveJPEGDemo.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1E612E12D75F99C00DACD51 /* ProgressiveJPEGDemo.swift */; };
  71. D1EDF7422C9F01270017FFA5 /* Issue2295View.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1EDF7412C9F01200017FFA5 /* Issue2295View.swift */; };
  72. D1F06F3321AA4292000B1C38 /* DetailImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1F06F3221AA4292000B1C38 /* DetailImageViewController.swift */; };
  73. D1F06F3521AA5938000B1C38 /* ImageCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = D12E0C911C47F91800AC98AD /* ImageCollectionViewCell.swift */; };
  74. D1F06F3721AAEACF000B1C38 /* GIFViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1F06F3621AAEACF000B1C38 /* GIFViewController.swift */; };
  75. D1F06F3921AAF1EE000B1C38 /* IndicatorCollectionViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1F06F3821AAF1EE000B1C38 /* IndicatorCollectionViewController.swift */; };
  76. D1F78A5F2589F0AA00930759 /* SwiftUIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1F78A5E2589F0AA00930759 /* SwiftUIViewController.swift */; };
  77. D1F78A642589F17200930759 /* ListDemo.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1F78A612589F17200930759 /* ListDemo.swift */; };
  78. D1F78A652589F17200930759 /* MainView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1F78A622589F17200930759 /* MainView.swift */; };
  79. D1F78A662589F17200930759 /* SingleViewDemo.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1F78A632589F17200930759 /* SingleViewDemo.swift */; };
  80. D1FAB06F21A853E600908910 /* HighResolutionCollectionViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1FAB06E21A853E600908910 /* HighResolutionCollectionViewController.swift */; };
  81. /* End PBXBuildFile section */
  82. /* Begin PBXContainerItemProxy section */
  83. D1679A471C4E78B20020FD12 /* PBXContainerItemProxy */ = {
  84. isa = PBXContainerItemProxy;
  85. containerPortal = D1ED2D031AD2CFA600CFC3EB /* Project object */;
  86. proxyType = 1;
  87. remoteGlobalIDString = D1679A441C4E78B20020FD12;
  88. remoteInfo = "Kingfisher-watchOS-Demo Extension";
  89. };
  90. /* End PBXContainerItemProxy section */
  91. /* Begin PBXCopyFilesBuildPhase section */
  92. D12F2EEC1C4E7CF500B8054D /* Embed Frameworks */ = {
  93. isa = PBXCopyFilesBuildPhase;
  94. buildActionMask = 2147483647;
  95. dstPath = "";
  96. dstSubfolderSpec = 10;
  97. files = (
  98. 4BE855622320F9DE00FE4205 /* Kingfisher.framework in Embed Frameworks */,
  99. );
  100. name = "Embed Frameworks";
  101. runOnlyForDeploymentPostprocessing = 0;
  102. };
  103. D13F49ED1BEDA82000CE335D /* Embed Frameworks */ = {
  104. isa = PBXCopyFilesBuildPhase;
  105. buildActionMask = 2147483647;
  106. dstPath = "";
  107. dstSubfolderSpec = 10;
  108. files = (
  109. 4BE855562320F9CF00FE4205 /* Kingfisher.framework in Embed Frameworks */,
  110. );
  111. name = "Embed Frameworks";
  112. runOnlyForDeploymentPostprocessing = 0;
  113. };
  114. D1679A571C4E78B20020FD12 /* Embed Foundation Extensions */ = {
  115. isa = PBXCopyFilesBuildPhase;
  116. buildActionMask = 2147483647;
  117. dstPath = "";
  118. dstSubfolderSpec = 13;
  119. files = (
  120. D1679A461C4E78B20020FD12 /* Kingfisher-watchOS-Demo Extension.appex in Embed Foundation Extensions */,
  121. );
  122. name = "Embed Foundation Extensions";
  123. runOnlyForDeploymentPostprocessing = 0;
  124. };
  125. D19ADCFC23099ADE00D20B28 /* Embed Frameworks */ = {
  126. isa = PBXCopyFilesBuildPhase;
  127. buildActionMask = 2147483647;
  128. dstPath = "";
  129. dstSubfolderSpec = 10;
  130. files = (
  131. 4BE855592320F9D300FE4205 /* Kingfisher.framework in Embed Frameworks */,
  132. );
  133. name = "Embed Frameworks";
  134. runOnlyForDeploymentPostprocessing = 0;
  135. };
  136. D19ADCFF23099B4300D20B28 /* Embed Frameworks */ = {
  137. isa = PBXCopyFilesBuildPhase;
  138. buildActionMask = 2147483647;
  139. dstPath = "";
  140. dstSubfolderSpec = 10;
  141. files = (
  142. );
  143. name = "Embed Frameworks";
  144. runOnlyForDeploymentPostprocessing = 0;
  145. };
  146. D1ED2D511AD2D09F00CFC3EB /* Embed Frameworks */ = {
  147. isa = PBXCopyFilesBuildPhase;
  148. buildActionMask = 2147483647;
  149. dstPath = "";
  150. dstSubfolderSpec = 10;
  151. files = (
  152. 4BE855532320F9C800FE4205 /* Kingfisher.framework in Embed Frameworks */,
  153. );
  154. name = "Embed Frameworks";
  155. runOnlyForDeploymentPostprocessing = 0;
  156. };
  157. /* End PBXCopyFilesBuildPhase section */
  158. /* Begin PBXFileReference section */
  159. 072922422638639D0089E810 /* AnimatedImageDemo.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AnimatedImageDemo.swift; sourceTree = "<group>"; };
  160. 078DCB502BCFEFB40008114E /* PHPickerResultViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PHPickerResultViewController.swift; sourceTree = "<group>"; };
  161. 277EAE892045B39C00547CD3 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  162. 277EAE8B2045B39C00547CD3 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Interface.storyboard; sourceTree = "<group>"; };
  163. 277EAE8C2045B39C00547CD3 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  164. 277EAE962045B4D500547CD3 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  165. 277EAE9E2045B52800547CD3 /* InterfaceController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = InterfaceController.swift; sourceTree = "<group>"; };
  166. 277EAE9F2045B52800547CD3 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  167. 277EAEA02045B52800547CD3 /* ExtensionDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ExtensionDelegate.swift; sourceTree = "<group>"; };
  168. 3887E15F2B4AD7200062C53C /* GIFHeavyViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GIFHeavyViewController.swift; sourceTree = "<group>"; };
  169. 3887E17A2B4BC04B0062C53C /* SwiftUIViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwiftUIViewController.swift; sourceTree = "<group>"; };
  170. 4B120CA626B91BB70060B092 /* TransitionViewDemo.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TransitionViewDemo.swift; sourceTree = "<group>"; };
  171. 4B1C7A3C21A256E300CE9D31 /* InfinityCollectionViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InfinityCollectionViewController.swift; sourceTree = "<group>"; };
  172. 4B2944551C3D03880088C3E7 /* Kingfisher-macOS-Demo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Kingfisher-macOS-Demo.app"; sourceTree = BUILT_PRODUCTS_DIR; };
  173. 4B6E1B6C28DB4E8C0023B54B /* Issue1998View.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Issue1998View.swift; sourceTree = "<group>"; };
  174. 4B7742461D87E42E0077024E /* loader.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = loader.gif; sourceTree = "<group>"; };
  175. 4B779C8426743C2800FF9C1E /* GeometryReaderDemo.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GeometryReaderDemo.swift; sourceTree = "<group>"; };
  176. 4B92FE5525FF906B00473088 /* AutoSizingTableViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AutoSizingTableViewController.swift; sourceTree = "<group>"; };
  177. 4BC0ED4929A6EE78003E9CD1 /* Issue2035View.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Issue2035View.swift; sourceTree = "<group>"; };
  178. 4BCC51AA26480CD5007004E8 /* OrientationImagesViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OrientationImagesViewController.swift; sourceTree = "<group>"; };
  179. 4BCCF3361D5B02F8003387C2 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  180. 4BCCF3371D5B02F8003387C2 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  181. 4BCCF3391D5B02F8003387C2 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  182. 4BCCF33A1D5B02F8003387C2 /* Cell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = Cell.xib; sourceTree = "<group>"; };
  183. 4BCCF33B1D5B02F8003387C2 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  184. 4BCCF33C1D5B02F8003387C2 /* ViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
  185. 4BE855512320F9C800FE4205 /* Kingfisher.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = Kingfisher.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  186. 4BE855542320F9CF00FE4205 /* Kingfisher.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = Kingfisher.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  187. 4BE855572320F9D300FE4205 /* Kingfisher.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = Kingfisher.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  188. 4BE8555A2320F9D800FE4205 /* Kingfisher.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = Kingfisher.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  189. 4BE8555B2320F9D800FE4205 /* KingfisherSwiftUI.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = KingfisherSwiftUI.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  190. 4BE855602320F9DE00FE4205 /* Kingfisher.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = Kingfisher.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  191. 769F07F026298E2E00610767 /* GIFHeavyViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GIFHeavyViewController.swift; sourceTree = "<group>"; };
  192. C959EEE522874DC600467A10 /* ProgressiveJPEGViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProgressiveJPEGViewController.swift; sourceTree = "<group>"; };
  193. D10AC99721A300C9005F057C /* ProcessorCollectionViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProcessorCollectionViewController.swift; sourceTree = "<group>"; };
  194. D12E0C8C1C47F91800AC98AD /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  195. D12E0C901C47F91800AC98AD /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  196. D12E0C911C47F91800AC98AD /* ImageCollectionViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ImageCollectionViewCell.swift; sourceTree = "<group>"; };
  197. D12E0C921C47F91800AC98AD /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
  198. D12E0C931C47F91800AC98AD /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  199. D12E0C941C47F91800AC98AD /* NormalLoadingViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NormalLoadingViewController.swift; sourceTree = "<group>"; };
  200. D12E0C9D1C47F92200AC98AD /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  201. D12E0C9E1C47F92200AC98AD /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  202. D12E0CA01C47F92200AC98AD /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  203. D12E0CA11C47F92200AC98AD /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  204. D12EB83D24DD902300329EE1 /* TextAttachmentViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TextAttachmentViewController.swift; sourceTree = "<group>"; };
  205. D12EB83F24DDB9E000329EE1 /* LaunchScreen.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = LaunchScreen.storyboard; sourceTree = "<group>"; };
  206. D12F67672CB10AD900AB63AB /* LivePhotoViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LivePhotoViewController.swift; sourceTree = "<group>"; };
  207. D13F49C21BEDA53F00CE335D /* Kingfisher-tvOS-Demo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Kingfisher-tvOS-Demo.app"; sourceTree = BUILT_PRODUCTS_DIR; };
  208. D16218A4238EAA67004A1C6C /* Kingfisher-Demo.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "Kingfisher-Demo.entitlements"; sourceTree = "<group>"; };
  209. D1679A391C4E78B20020FD12 /* Kingfisher-watchOS-Demo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Kingfisher-watchOS-Demo.app"; sourceTree = BUILT_PRODUCTS_DIR; };
  210. D1679A451C4E78B20020FD12 /* Kingfisher-watchOS-Demo Extension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = "Kingfisher-watchOS-Demo Extension.appex"; sourceTree = BUILT_PRODUCTS_DIR; };
  211. D16AAF272D5247CA00E7F764 /* Issue2352View.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Issue2352View.swift; sourceTree = "<group>"; };
  212. D16CC3D724E03FEA00F1A515 /* AVAssetImageGeneratorViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AVAssetImageGeneratorViewController.swift; sourceTree = "<group>"; };
  213. D198F41D25EDC11500C53E0D /* LazyVStackDemo.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LazyVStackDemo.swift; sourceTree = "<group>"; };
  214. D198F41F25EDC34000C53E0D /* SizingAnimationDemo.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SizingAnimationDemo.swift; sourceTree = "<group>"; };
  215. D198F42125EDC4B900C53E0D /* GridDemo.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GridDemo.swift; sourceTree = "<group>"; };
  216. D1A1CCA221A1879600263AD8 /* MainViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MainViewController.swift; sourceTree = "<group>"; };
  217. D1A1CCA621A18A3200263AD8 /* UIViewController+KingfisherOperation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIViewController+KingfisherOperation.swift"; sourceTree = "<group>"; };
  218. D1CE1BCF21A1AFA300419000 /* TransitionViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TransitionViewController.swift; sourceTree = "<group>"; };
  219. D1CE1BD221A1B45A00419000 /* ImageLoader.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ImageLoader.swift; sourceTree = "<group>"; };
  220. D1E4CF5321BACBA6004D029D /* ImageDataProviderCollectionViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ImageDataProviderCollectionViewController.swift; sourceTree = "<group>"; };
  221. D1E612E12D75F99C00DACD51 /* ProgressiveJPEGDemo.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProgressiveJPEGDemo.swift; sourceTree = "<group>"; };
  222. D1ED2D0B1AD2CFA600CFC3EB /* Kingfisher-Demo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Kingfisher-Demo.app"; sourceTree = BUILT_PRODUCTS_DIR; };
  223. D1EDF7412C9F01200017FFA5 /* Issue2295View.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Issue2295View.swift; sourceTree = "<group>"; };
  224. D1F06F3221AA4292000B1C38 /* DetailImageViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DetailImageViewController.swift; sourceTree = "<group>"; };
  225. D1F06F3621AAEACF000B1C38 /* GIFViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GIFViewController.swift; sourceTree = "<group>"; };
  226. D1F06F3821AAF1EE000B1C38 /* IndicatorCollectionViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IndicatorCollectionViewController.swift; sourceTree = "<group>"; };
  227. D1F78A5E2589F0AA00930759 /* SwiftUIViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwiftUIViewController.swift; sourceTree = "<group>"; };
  228. D1F78A612589F17200930759 /* ListDemo.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ListDemo.swift; sourceTree = "<group>"; };
  229. D1F78A622589F17200930759 /* MainView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MainView.swift; sourceTree = "<group>"; };
  230. D1F78A632589F17200930759 /* SingleViewDemo.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SingleViewDemo.swift; sourceTree = "<group>"; };
  231. D1FAB06E21A853E600908910 /* HighResolutionCollectionViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HighResolutionCollectionViewController.swift; sourceTree = "<group>"; };
  232. /* End PBXFileReference section */
  233. /* Begin PBXFrameworksBuildPhase section */
  234. 4B2944521C3D03880088C3E7 /* Frameworks */ = {
  235. isa = PBXFrameworksBuildPhase;
  236. buildActionMask = 2147483647;
  237. files = (
  238. 4BE855582320F9D300FE4205 /* Kingfisher.framework in Frameworks */,
  239. );
  240. runOnlyForDeploymentPostprocessing = 0;
  241. };
  242. 60796AE9A717329E55ACCCC7 /* Frameworks */ = {
  243. isa = PBXFrameworksBuildPhase;
  244. buildActionMask = 2147483647;
  245. files = (
  246. );
  247. runOnlyForDeploymentPostprocessing = 0;
  248. };
  249. D13F49BF1BEDA53F00CE335D /* Frameworks */ = {
  250. isa = PBXFrameworksBuildPhase;
  251. buildActionMask = 2147483647;
  252. files = (
  253. 4BE855552320F9CF00FE4205 /* Kingfisher.framework in Frameworks */,
  254. );
  255. runOnlyForDeploymentPostprocessing = 0;
  256. };
  257. D1679A421C4E78B20020FD12 /* Frameworks */ = {
  258. isa = PBXFrameworksBuildPhase;
  259. buildActionMask = 2147483647;
  260. files = (
  261. 4BE855612320F9DE00FE4205 /* Kingfisher.framework in Frameworks */,
  262. );
  263. runOnlyForDeploymentPostprocessing = 0;
  264. };
  265. D1ED2D081AD2CFA600CFC3EB /* Frameworks */ = {
  266. isa = PBXFrameworksBuildPhase;
  267. buildActionMask = 2147483647;
  268. files = (
  269. 4BE855522320F9C800FE4205 /* Kingfisher.framework in Frameworks */,
  270. );
  271. runOnlyForDeploymentPostprocessing = 0;
  272. };
  273. /* End PBXFrameworksBuildPhase section */
  274. /* Begin PBXGroup section */
  275. 277EAE762045ADE700547CD3 /* Frameworks */ = {
  276. isa = PBXGroup;
  277. children = (
  278. 4BE855602320F9DE00FE4205 /* Kingfisher.framework */,
  279. 4BE8555A2320F9D800FE4205 /* Kingfisher.framework */,
  280. 4BE8555B2320F9D800FE4205 /* KingfisherSwiftUI.framework */,
  281. 4BE855572320F9D300FE4205 /* Kingfisher.framework */,
  282. 4BE855542320F9CF00FE4205 /* Kingfisher.framework */,
  283. 4BE855512320F9C800FE4205 /* Kingfisher.framework */,
  284. );
  285. name = Frameworks;
  286. sourceTree = "<group>";
  287. };
  288. 277EAE882045B39C00547CD3 /* Kingfisher-watchOS-Demo */ = {
  289. isa = PBXGroup;
  290. children = (
  291. 277EAE892045B39C00547CD3 /* Assets.xcassets */,
  292. 277EAE8A2045B39C00547CD3 /* Interface.storyboard */,
  293. 277EAE8C2045B39C00547CD3 /* Info.plist */,
  294. );
  295. name = "Kingfisher-watchOS-Demo";
  296. path = "Demo/Kingfisher-watchOS-Demo";
  297. sourceTree = "<group>";
  298. };
  299. 277EAE952045B4D500547CD3 /* Kingfisher-watchOS-Demo Extension */ = {
  300. isa = PBXGroup;
  301. children = (
  302. 277EAE962045B4D500547CD3 /* Assets.xcassets */,
  303. 277EAEA02045B52800547CD3 /* ExtensionDelegate.swift */,
  304. 277EAE9F2045B52800547CD3 /* Info.plist */,
  305. 277EAE9E2045B52800547CD3 /* InterfaceController.swift */,
  306. );
  307. name = "Kingfisher-watchOS-Demo Extension";
  308. path = "Demo/Kingfisher-watchOS-Demo Extension";
  309. sourceTree = "<group>";
  310. };
  311. 4BC0ED4829A6EE4F003E9CD1 /* Regression */ = {
  312. isa = PBXGroup;
  313. children = (
  314. D1EDF7412C9F01200017FFA5 /* Issue2295View.swift */,
  315. 4B6E1B6C28DB4E8C0023B54B /* Issue1998View.swift */,
  316. 4BC0ED4929A6EE78003E9CD1 /* Issue2035View.swift */,
  317. D16AAF272D5247CA00E7F764 /* Issue2352View.swift */,
  318. );
  319. path = Regression;
  320. sourceTree = "<group>";
  321. };
  322. 4BCCF3351D5B02F8003387C2 /* Kingfisher-macOS-Demo */ = {
  323. isa = PBXGroup;
  324. children = (
  325. 4BCCF3361D5B02F8003387C2 /* AppDelegate.swift */,
  326. 4BCCF3371D5B02F8003387C2 /* Assets.xcassets */,
  327. 4BCCF3381D5B02F8003387C2 /* Main.storyboard */,
  328. 4BCCF33A1D5B02F8003387C2 /* Cell.xib */,
  329. 4BCCF33B1D5B02F8003387C2 /* Info.plist */,
  330. 4BCCF33C1D5B02F8003387C2 /* ViewController.swift */,
  331. 3887E15F2B4AD7200062C53C /* GIFHeavyViewController.swift */,
  332. 3887E17A2B4BC04B0062C53C /* SwiftUIViewController.swift */,
  333. );
  334. name = "Kingfisher-macOS-Demo";
  335. path = "Demo/Kingfisher-macOS-Demo";
  336. sourceTree = "<group>";
  337. };
  338. D10EC22B1C3D62DE00A4211C /* Demo */ = {
  339. isa = PBXGroup;
  340. children = (
  341. D12E0C8B1C47F91800AC98AD /* Kingfisher-Demo */,
  342. 4BCCF3351D5B02F8003387C2 /* Kingfisher-macOS-Demo */,
  343. D12E0C9C1C47F92200AC98AD /* Kingfisher-tvOS-Demo */,
  344. 277EAE952045B4D500547CD3 /* Kingfisher-watchOS-Demo Extension */,
  345. 277EAE882045B39C00547CD3 /* Kingfisher-watchOS-Demo */,
  346. );
  347. name = Demo;
  348. sourceTree = "<group>";
  349. };
  350. D12E0C8B1C47F91800AC98AD /* Kingfisher-Demo */ = {
  351. isa = PBXGroup;
  352. children = (
  353. D12E0C931C47F91800AC98AD /* Info.plist */,
  354. D12E0C8C1C47F91800AC98AD /* AppDelegate.swift */,
  355. D12EB83F24DDB9E000329EE1 /* LaunchScreen.storyboard */,
  356. D12E0C8F1C47F91800AC98AD /* Main.storyboard */,
  357. D1A1CCA921A1936300263AD8 /* ViewControllers */,
  358. D1F78A602589F14C00930759 /* SwiftUIViews */,
  359. D1A1CCA521A1895000263AD8 /* Extensions */,
  360. D1A1CCAB21A1939100263AD8 /* Resources */,
  361. D12E0C921C47F91800AC98AD /* Images.xcassets */,
  362. );
  363. name = "Kingfisher-Demo";
  364. path = "Demo/Kingfisher-Demo";
  365. sourceTree = "<group>";
  366. };
  367. D12E0C9C1C47F92200AC98AD /* Kingfisher-tvOS-Demo */ = {
  368. isa = PBXGroup;
  369. children = (
  370. D12E0C9D1C47F92200AC98AD /* AppDelegate.swift */,
  371. D12E0C9E1C47F92200AC98AD /* Assets.xcassets */,
  372. D12E0C9F1C47F92200AC98AD /* Main.storyboard */,
  373. D12E0CA11C47F92200AC98AD /* Info.plist */,
  374. );
  375. name = "Kingfisher-tvOS-Demo";
  376. path = "Demo/Kingfisher-tvOS-Demo";
  377. sourceTree = "<group>";
  378. };
  379. D1A1CCA521A1895000263AD8 /* Extensions */ = {
  380. isa = PBXGroup;
  381. children = (
  382. D1A1CCA621A18A3200263AD8 /* UIViewController+KingfisherOperation.swift */,
  383. );
  384. path = Extensions;
  385. sourceTree = "<group>";
  386. };
  387. D1A1CCA921A1936300263AD8 /* ViewControllers */ = {
  388. isa = PBXGroup;
  389. children = (
  390. D12F67672CB10AD900AB63AB /* LivePhotoViewController.swift */,
  391. D10AC99721A300C9005F057C /* ProcessorCollectionViewController.swift */,
  392. 4B1C7A3C21A256E300CE9D31 /* InfinityCollectionViewController.swift */,
  393. D1CE1BCF21A1AFA300419000 /* TransitionViewController.swift */,
  394. D12E0C941C47F91800AC98AD /* NormalLoadingViewController.swift */,
  395. 4BCC51AA26480CD5007004E8 /* OrientationImagesViewController.swift */,
  396. 4B92FE5525FF906B00473088 /* AutoSizingTableViewController.swift */,
  397. D12E0C911C47F91800AC98AD /* ImageCollectionViewCell.swift */,
  398. D1A1CCA221A1879600263AD8 /* MainViewController.swift */,
  399. D1FAB06E21A853E600908910 /* HighResolutionCollectionViewController.swift */,
  400. D1F06F3221AA4292000B1C38 /* DetailImageViewController.swift */,
  401. D1F06F3621AAEACF000B1C38 /* GIFViewController.swift */,
  402. 769F07F026298E2E00610767 /* GIFHeavyViewController.swift */,
  403. D1F06F3821AAF1EE000B1C38 /* IndicatorCollectionViewController.swift */,
  404. D1E4CF5321BACBA6004D029D /* ImageDataProviderCollectionViewController.swift */,
  405. C959EEE522874DC600467A10 /* ProgressiveJPEGViewController.swift */,
  406. D12EB83D24DD902300329EE1 /* TextAttachmentViewController.swift */,
  407. D16CC3D724E03FEA00F1A515 /* AVAssetImageGeneratorViewController.swift */,
  408. 078DCB502BCFEFB40008114E /* PHPickerResultViewController.swift */,
  409. D1F78A5E2589F0AA00930759 /* SwiftUIViewController.swift */,
  410. );
  411. path = ViewControllers;
  412. sourceTree = "<group>";
  413. };
  414. D1A1CCAB21A1939100263AD8 /* Resources */ = {
  415. isa = PBXGroup;
  416. children = (
  417. 4B7742461D87E42E0077024E /* loader.gif */,
  418. D1CE1BD221A1B45A00419000 /* ImageLoader.swift */,
  419. );
  420. path = Resources;
  421. sourceTree = "<group>";
  422. };
  423. D1ED2D021AD2CFA600CFC3EB = {
  424. isa = PBXGroup;
  425. children = (
  426. D16218A4238EAA67004A1C6C /* Kingfisher-Demo.entitlements */,
  427. D10EC22B1C3D62DE00A4211C /* Demo */,
  428. D1ED2D0C1AD2CFA600CFC3EB /* Products */,
  429. 277EAE762045ADE700547CD3 /* Frameworks */,
  430. );
  431. sourceTree = "<group>";
  432. };
  433. D1ED2D0C1AD2CFA600CFC3EB /* Products */ = {
  434. isa = PBXGroup;
  435. children = (
  436. D1ED2D0B1AD2CFA600CFC3EB /* Kingfisher-Demo.app */,
  437. D13F49C21BEDA53F00CE335D /* Kingfisher-tvOS-Demo.app */,
  438. 4B2944551C3D03880088C3E7 /* Kingfisher-macOS-Demo.app */,
  439. D1679A391C4E78B20020FD12 /* Kingfisher-watchOS-Demo.app */,
  440. D1679A451C4E78B20020FD12 /* Kingfisher-watchOS-Demo Extension.appex */,
  441. );
  442. name = Products;
  443. sourceTree = "<group>";
  444. };
  445. D1F78A602589F14C00930759 /* SwiftUIViews */ = {
  446. isa = PBXGroup;
  447. children = (
  448. 4BC0ED4829A6EE4F003E9CD1 /* Regression */,
  449. D1F78A622589F17200930759 /* MainView.swift */,
  450. D1F78A612589F17200930759 /* ListDemo.swift */,
  451. D198F42125EDC4B900C53E0D /* GridDemo.swift */,
  452. 4B779C8426743C2800FF9C1E /* GeometryReaderDemo.swift */,
  453. D1F78A632589F17200930759 /* SingleViewDemo.swift */,
  454. D1E612E12D75F99C00DACD51 /* ProgressiveJPEGDemo.swift */,
  455. 4B120CA626B91BB70060B092 /* TransitionViewDemo.swift */,
  456. D198F41D25EDC11500C53E0D /* LazyVStackDemo.swift */,
  457. D198F41F25EDC34000C53E0D /* SizingAnimationDemo.swift */,
  458. 072922422638639D0089E810 /* AnimatedImageDemo.swift */,
  459. );
  460. path = SwiftUIViews;
  461. sourceTree = "<group>";
  462. };
  463. /* End PBXGroup section */
  464. /* Begin PBXNativeTarget section */
  465. 4B2944541C3D03880088C3E7 /* Kingfisher-macOS-Demo */ = {
  466. isa = PBXNativeTarget;
  467. buildConfigurationList = 4B2944611C3D03880088C3E7 /* Build configuration list for PBXNativeTarget "Kingfisher-macOS-Demo" */;
  468. buildPhases = (
  469. 4B2944511C3D03880088C3E7 /* Sources */,
  470. 4B2944521C3D03880088C3E7 /* Frameworks */,
  471. 4B2944531C3D03880088C3E7 /* Resources */,
  472. D19ADCFC23099ADE00D20B28 /* Embed Frameworks */,
  473. );
  474. buildRules = (
  475. );
  476. dependencies = (
  477. );
  478. name = "Kingfisher-macOS-Demo";
  479. productName = "Kingfisher-OSX-Demo";
  480. productReference = 4B2944551C3D03880088C3E7 /* Kingfisher-macOS-Demo.app */;
  481. productType = "com.apple.product-type.application";
  482. };
  483. D13F49C11BEDA53F00CE335D /* Kingfisher-tvOS-Demo */ = {
  484. isa = PBXNativeTarget;
  485. buildConfigurationList = D13F49D01BEDA53F00CE335D /* Build configuration list for PBXNativeTarget "Kingfisher-tvOS-Demo" */;
  486. buildPhases = (
  487. D13F49BE1BEDA53F00CE335D /* Sources */,
  488. D13F49BF1BEDA53F00CE335D /* Frameworks */,
  489. D13F49C01BEDA53F00CE335D /* Resources */,
  490. D13F49ED1BEDA82000CE335D /* Embed Frameworks */,
  491. );
  492. buildRules = (
  493. );
  494. dependencies = (
  495. );
  496. name = "Kingfisher-tvOS-Demo";
  497. productName = "Kingfisher-tvOS-Demo";
  498. productReference = D13F49C21BEDA53F00CE335D /* Kingfisher-tvOS-Demo.app */;
  499. productType = "com.apple.product-type.application";
  500. };
  501. D1679A381C4E78B20020FD12 /* Kingfisher-watchOS-Demo */ = {
  502. isa = PBXNativeTarget;
  503. buildConfigurationList = D1679A581C4E78B20020FD12 /* Build configuration list for PBXNativeTarget "Kingfisher-watchOS-Demo" */;
  504. buildPhases = (
  505. D1679A371C4E78B20020FD12 /* Resources */,
  506. D1679A571C4E78B20020FD12 /* Embed Foundation Extensions */,
  507. 60796AE9A717329E55ACCCC7 /* Frameworks */,
  508. D19ADCFF23099B4300D20B28 /* Embed Frameworks */,
  509. );
  510. buildRules = (
  511. );
  512. dependencies = (
  513. D1679A481C4E78B20020FD12 /* PBXTargetDependency */,
  514. );
  515. name = "Kingfisher-watchOS-Demo";
  516. productName = "Kingfisher-watchOS-Demo";
  517. productReference = D1679A391C4E78B20020FD12 /* Kingfisher-watchOS-Demo.app */;
  518. productType = "com.apple.product-type.application.watchapp2";
  519. };
  520. D1679A441C4E78B20020FD12 /* Kingfisher-watchOS-Demo Extension */ = {
  521. isa = PBXNativeTarget;
  522. buildConfigurationList = D1679A541C4E78B20020FD12 /* Build configuration list for PBXNativeTarget "Kingfisher-watchOS-Demo Extension" */;
  523. buildPhases = (
  524. D1679A411C4E78B20020FD12 /* Sources */,
  525. D1679A421C4E78B20020FD12 /* Frameworks */,
  526. D1679A431C4E78B20020FD12 /* Resources */,
  527. D12F2EEC1C4E7CF500B8054D /* Embed Frameworks */,
  528. );
  529. buildRules = (
  530. );
  531. dependencies = (
  532. );
  533. name = "Kingfisher-watchOS-Demo Extension";
  534. productName = "Kingfisher-watchOS-Demo Extension";
  535. productReference = D1679A451C4E78B20020FD12 /* Kingfisher-watchOS-Demo Extension.appex */;
  536. productType = "com.apple.product-type.watchkit2-extension";
  537. };
  538. D1ED2D0A1AD2CFA600CFC3EB /* Kingfisher-Demo */ = {
  539. isa = PBXNativeTarget;
  540. buildConfigurationList = D1ED2D2A1AD2CFA600CFC3EB /* Build configuration list for PBXNativeTarget "Kingfisher-Demo" */;
  541. buildPhases = (
  542. D1ED2D071AD2CFA600CFC3EB /* Sources */,
  543. D1ED2D081AD2CFA600CFC3EB /* Frameworks */,
  544. D1ED2D091AD2CFA600CFC3EB /* Resources */,
  545. D1ED2D511AD2D09F00CFC3EB /* Embed Frameworks */,
  546. );
  547. buildRules = (
  548. );
  549. dependencies = (
  550. );
  551. name = "Kingfisher-Demo";
  552. productName = "Kingfisher-Demo";
  553. productReference = D1ED2D0B1AD2CFA600CFC3EB /* Kingfisher-Demo.app */;
  554. productType = "com.apple.product-type.application";
  555. };
  556. /* End PBXNativeTarget section */
  557. /* Begin PBXProject section */
  558. D1ED2D031AD2CFA600CFC3EB /* Project object */ = {
  559. isa = PBXProject;
  560. attributes = {
  561. BuildIndependentTargetsInParallel = YES;
  562. LastSwiftUpdateCheck = 1100;
  563. LastUpgradeCheck = 1500;
  564. ORGANIZATIONNAME = "Wei Wang";
  565. TargetAttributes = {
  566. 4B2944541C3D03880088C3E7 = {
  567. CreatedOnToolsVersion = 7.2;
  568. DevelopmentTeam = A4YJ9MRZ66;
  569. LastSwiftMigration = 0900;
  570. ProvisioningStyle = Automatic;
  571. };
  572. D13F49C11BEDA53F00CE335D = {
  573. CreatedOnToolsVersion = 7.1;
  574. LastSwiftMigration = 0900;
  575. ProvisioningStyle = Automatic;
  576. };
  577. D1679A381C4E78B20020FD12 = {
  578. CreatedOnToolsVersion = 7.2;
  579. LastSwiftMigration = 0900;
  580. ProvisioningStyle = Automatic;
  581. };
  582. D1679A441C4E78B20020FD12 = {
  583. CreatedOnToolsVersion = 7.2;
  584. LastSwiftMigration = 0920;
  585. };
  586. D1ED2D0A1AD2CFA600CFC3EB = {
  587. CreatedOnToolsVersion = 6.2;
  588. DevelopmentTeam = A4YJ9MRZ66;
  589. LastSwiftMigration = 1200;
  590. };
  591. };
  592. };
  593. buildConfigurationList = D1ED2D061AD2CFA600CFC3EB /* Build configuration list for PBXProject "Kingfisher-Demo" */;
  594. compatibilityVersion = "Xcode 3.2";
  595. developmentRegion = en;
  596. hasScannedForEncodings = 0;
  597. knownRegions = (
  598. en,
  599. Base,
  600. );
  601. mainGroup = D1ED2D021AD2CFA600CFC3EB;
  602. productRefGroup = D1ED2D0C1AD2CFA600CFC3EB /* Products */;
  603. projectDirPath = "";
  604. projectRoot = "";
  605. targets = (
  606. D1ED2D0A1AD2CFA600CFC3EB /* Kingfisher-Demo */,
  607. D13F49C11BEDA53F00CE335D /* Kingfisher-tvOS-Demo */,
  608. 4B2944541C3D03880088C3E7 /* Kingfisher-macOS-Demo */,
  609. D1679A381C4E78B20020FD12 /* Kingfisher-watchOS-Demo */,
  610. D1679A441C4E78B20020FD12 /* Kingfisher-watchOS-Demo Extension */,
  611. );
  612. };
  613. /* End PBXProject section */
  614. /* Begin PBXResourcesBuildPhase section */
  615. 4B2944531C3D03880088C3E7 /* Resources */ = {
  616. isa = PBXResourcesBuildPhase;
  617. buildActionMask = 2147483647;
  618. files = (
  619. 4BCCF33E1D5B02F8003387C2 /* Assets.xcassets in Resources */,
  620. 4BCCF3401D5B02F8003387C2 /* Cell.xib in Resources */,
  621. 4B4307A51D87E6A700ED2DA9 /* loader.gif in Resources */,
  622. 4BCCF33F1D5B02F8003387C2 /* Main.storyboard in Resources */,
  623. );
  624. runOnlyForDeploymentPostprocessing = 0;
  625. };
  626. D13F49C01BEDA53F00CE335D /* Resources */ = {
  627. isa = PBXResourcesBuildPhase;
  628. buildActionMask = 2147483647;
  629. files = (
  630. 4B7742481D87E42E0077024E /* loader.gif in Resources */,
  631. D12E0CA31C47F92200AC98AD /* Assets.xcassets in Resources */,
  632. D12E0CA41C47F92200AC98AD /* Main.storyboard in Resources */,
  633. );
  634. runOnlyForDeploymentPostprocessing = 0;
  635. };
  636. D1679A371C4E78B20020FD12 /* Resources */ = {
  637. isa = PBXResourcesBuildPhase;
  638. buildActionMask = 2147483647;
  639. files = (
  640. 277EAE8E2045B39C00547CD3 /* Interface.storyboard in Resources */,
  641. 277EAE8D2045B39C00547CD3 /* Assets.xcassets in Resources */,
  642. );
  643. runOnlyForDeploymentPostprocessing = 0;
  644. };
  645. D1679A431C4E78B20020FD12 /* Resources */ = {
  646. isa = PBXResourcesBuildPhase;
  647. buildActionMask = 2147483647;
  648. files = (
  649. 277EAE9D2045B4D500547CD3 /* Assets.xcassets in Resources */,
  650. );
  651. runOnlyForDeploymentPostprocessing = 0;
  652. };
  653. D1ED2D091AD2CFA600CFC3EB /* Resources */ = {
  654. isa = PBXResourcesBuildPhase;
  655. buildActionMask = 2147483647;
  656. files = (
  657. D12E0C991C47F91800AC98AD /* Images.xcassets in Resources */,
  658. 4B7742471D87E42E0077024E /* loader.gif in Resources */,
  659. D12EB84024DDB9E100329EE1 /* LaunchScreen.storyboard in Resources */,
  660. D12E0C971C47F91800AC98AD /* Main.storyboard in Resources */,
  661. );
  662. runOnlyForDeploymentPostprocessing = 0;
  663. };
  664. /* End PBXResourcesBuildPhase section */
  665. /* Begin PBXSourcesBuildPhase section */
  666. 4B2944511C3D03880088C3E7 /* Sources */ = {
  667. isa = PBXSourcesBuildPhase;
  668. buildActionMask = 2147483647;
  669. files = (
  670. 3887E17B2B4BC04B0062C53C /* SwiftUIViewController.swift in Sources */,
  671. 4BCCF3421D5B02F8003387C2 /* ViewController.swift in Sources */,
  672. 3887E1602B4AD7200062C53C /* GIFHeavyViewController.swift in Sources */,
  673. 4BCCF33D1D5B02F8003387C2 /* AppDelegate.swift in Sources */,
  674. );
  675. runOnlyForDeploymentPostprocessing = 0;
  676. };
  677. D13F49BE1BEDA53F00CE335D /* Sources */ = {
  678. isa = PBXSourcesBuildPhase;
  679. buildActionMask = 2147483647;
  680. files = (
  681. D1CE1BD421A1B45A00419000 /* ImageLoader.swift in Sources */,
  682. D12E0CB61C47F9C100AC98AD /* NormalLoadingViewController.swift in Sources */,
  683. D1F06F3521AA5938000B1C38 /* ImageCollectionViewCell.swift in Sources */,
  684. 4B9AD89026480D3C0086A261 /* OrientationImagesViewController.swift in Sources */,
  685. D1A1CCA821A18A3200263AD8 /* UIViewController+KingfisherOperation.swift in Sources */,
  686. D12E0CA21C47F92200AC98AD /* AppDelegate.swift in Sources */,
  687. );
  688. runOnlyForDeploymentPostprocessing = 0;
  689. };
  690. D1679A411C4E78B20020FD12 /* Sources */ = {
  691. isa = PBXSourcesBuildPhase;
  692. buildActionMask = 2147483647;
  693. files = (
  694. 277EAEA32045B52800547CD3 /* ExtensionDelegate.swift in Sources */,
  695. 277EAEA12045B52800547CD3 /* InterfaceController.swift in Sources */,
  696. );
  697. runOnlyForDeploymentPostprocessing = 0;
  698. };
  699. D1ED2D071AD2CFA600CFC3EB /* Sources */ = {
  700. isa = PBXSourcesBuildPhase;
  701. buildActionMask = 2147483647;
  702. files = (
  703. D16CC3D824E03FEA00F1A515 /* AVAssetImageGeneratorViewController.swift in Sources */,
  704. C959EEE622874DC600467A10 /* ProgressiveJPEGViewController.swift in Sources */,
  705. D1CE1BD321A1B45A00419000 /* ImageLoader.swift in Sources */,
  706. D12EB83E24DD902300329EE1 /* TextAttachmentViewController.swift in Sources */,
  707. D12E0C9B1C47F91800AC98AD /* NormalLoadingViewController.swift in Sources */,
  708. D1CE1BD021A1AFA300419000 /* TransitionViewController.swift in Sources */,
  709. D10AC99821A300C9005F057C /* ProcessorCollectionViewController.swift in Sources */,
  710. D1F06F3921AAF1EE000B1C38 /* IndicatorCollectionViewController.swift in Sources */,
  711. D1F78A662589F17200930759 /* SingleViewDemo.swift in Sources */,
  712. D12E0C981C47F91800AC98AD /* ImageCollectionViewCell.swift in Sources */,
  713. D198F42025EDC34000C53E0D /* SizingAnimationDemo.swift in Sources */,
  714. 072922432638639D0089E810 /* AnimatedImageDemo.swift in Sources */,
  715. 4B6E1B6D28DB4E8C0023B54B /* Issue1998View.swift in Sources */,
  716. D1A1CCA721A18A3200263AD8 /* UIViewController+KingfisherOperation.swift in Sources */,
  717. D1E612E22D75F9AC00DACD51 /* ProgressiveJPEGDemo.swift in Sources */,
  718. 4B92FE5625FF906B00473088 /* AutoSizingTableViewController.swift in Sources */,
  719. D1F78A642589F17200930759 /* ListDemo.swift in Sources */,
  720. D198F41E25EDC11500C53E0D /* LazyVStackDemo.swift in Sources */,
  721. D1E4CF5421BACBA6004D029D /* ImageDataProviderCollectionViewController.swift in Sources */,
  722. 4B9AD88F26480D3B0086A261 /* OrientationImagesViewController.swift in Sources */,
  723. D1FAB06F21A853E600908910 /* HighResolutionCollectionViewController.swift in Sources */,
  724. D1F78A652589F17200930759 /* MainView.swift in Sources */,
  725. 4B779C8526743C2800FF9C1E /* GeometryReaderDemo.swift in Sources */,
  726. D1F78A5F2589F0AA00930759 /* SwiftUIViewController.swift in Sources */,
  727. D12E0C951C47F91800AC98AD /* AppDelegate.swift in Sources */,
  728. D1F06F3321AA4292000B1C38 /* DetailImageViewController.swift in Sources */,
  729. D198F42225EDC4B900C53E0D /* GridDemo.swift in Sources */,
  730. 4B1C7A3D21A256E300CE9D31 /* InfinityCollectionViewController.swift in Sources */,
  731. 078DCB512BCFEFB40008114E /* PHPickerResultViewController.swift in Sources */,
  732. D1EDF7422C9F01270017FFA5 /* Issue2295View.swift in Sources */,
  733. D1A1CCA321A1879600263AD8 /* MainViewController.swift in Sources */,
  734. D16AAF282D5247CF00E7F764 /* Issue2352View.swift in Sources */,
  735. D12F67682CB10AE000AB63AB /* LivePhotoViewController.swift in Sources */,
  736. 4BC0ED4A29A6EE78003E9CD1 /* Issue2035View.swift in Sources */,
  737. D1F06F3721AAEACF000B1C38 /* GIFViewController.swift in Sources */,
  738. 4B120CA726B91BB70060B092 /* TransitionViewDemo.swift in Sources */,
  739. 769F07F126298E2E00610767 /* GIFHeavyViewController.swift in Sources */,
  740. );
  741. runOnlyForDeploymentPostprocessing = 0;
  742. };
  743. /* End PBXSourcesBuildPhase section */
  744. /* Begin PBXTargetDependency section */
  745. D1679A481C4E78B20020FD12 /* PBXTargetDependency */ = {
  746. isa = PBXTargetDependency;
  747. target = D1679A441C4E78B20020FD12 /* Kingfisher-watchOS-Demo Extension */;
  748. targetProxy = D1679A471C4E78B20020FD12 /* PBXContainerItemProxy */;
  749. };
  750. /* End PBXTargetDependency section */
  751. /* Begin PBXVariantGroup section */
  752. 277EAE8A2045B39C00547CD3 /* Interface.storyboard */ = {
  753. isa = PBXVariantGroup;
  754. children = (
  755. 277EAE8B2045B39C00547CD3 /* Base */,
  756. );
  757. name = Interface.storyboard;
  758. sourceTree = "<group>";
  759. };
  760. 4BCCF3381D5B02F8003387C2 /* Main.storyboard */ = {
  761. isa = PBXVariantGroup;
  762. children = (
  763. 4BCCF3391D5B02F8003387C2 /* Base */,
  764. );
  765. name = Main.storyboard;
  766. sourceTree = "<group>";
  767. };
  768. D12E0C8F1C47F91800AC98AD /* Main.storyboard */ = {
  769. isa = PBXVariantGroup;
  770. children = (
  771. D12E0C901C47F91800AC98AD /* Base */,
  772. );
  773. name = Main.storyboard;
  774. sourceTree = "<group>";
  775. };
  776. D12E0C9F1C47F92200AC98AD /* Main.storyboard */ = {
  777. isa = PBXVariantGroup;
  778. children = (
  779. D12E0CA01C47F92200AC98AD /* Base */,
  780. );
  781. name = Main.storyboard;
  782. sourceTree = "<group>";
  783. };
  784. /* End PBXVariantGroup section */
  785. /* Begin XCBuildConfiguration section */
  786. 4B2944621C3D03880088C3E7 /* Debug */ = {
  787. isa = XCBuildConfiguration;
  788. buildSettings = {
  789. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  790. CODE_SIGN_IDENTITY = "Mac Developer";
  791. CODE_SIGN_STYLE = Automatic;
  792. COMBINE_HIDPI_IMAGES = YES;
  793. DEAD_CODE_STRIPPING = YES;
  794. DEBUG_INFORMATION_FORMAT = dwarf;
  795. DEVELOPMENT_TEAM = A4YJ9MRZ66;
  796. ENABLE_HARDENED_RUNTIME = YES;
  797. GCC_NO_COMMON_BLOCKS = YES;
  798. INFOPLIST_FILE = "Demo/Kingfisher-macOS-Demo/Info.plist";
  799. LD_RUNPATH_SEARCH_PATHS = (
  800. "$(inherited)",
  801. "@executable_path/../Frameworks",
  802. );
  803. PRODUCT_BUNDLE_IDENTIFIER = "com.onevcat.Kingfisher-OSX-Demo";
  804. PRODUCT_NAME = "$(TARGET_NAME)";
  805. PROVISIONING_PROFILE_SPECIFIER = "";
  806. SDKROOT = macosx;
  807. };
  808. name = Debug;
  809. };
  810. 4B2944631C3D03880088C3E7 /* Release */ = {
  811. isa = XCBuildConfiguration;
  812. buildSettings = {
  813. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  814. CODE_SIGN_IDENTITY = "Mac Developer";
  815. CODE_SIGN_STYLE = Automatic;
  816. COMBINE_HIDPI_IMAGES = YES;
  817. DEAD_CODE_STRIPPING = YES;
  818. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  819. DEVELOPMENT_TEAM = A4YJ9MRZ66;
  820. ENABLE_HARDENED_RUNTIME = YES;
  821. GCC_NO_COMMON_BLOCKS = YES;
  822. INFOPLIST_FILE = "Demo/Kingfisher-macOS-Demo/Info.plist";
  823. LD_RUNPATH_SEARCH_PATHS = (
  824. "$(inherited)",
  825. "@executable_path/../Frameworks",
  826. );
  827. PRODUCT_BUNDLE_IDENTIFIER = "com.onevcat.Kingfisher-OSX-Demo";
  828. PRODUCT_NAME = "$(TARGET_NAME)";
  829. PROVISIONING_PROFILE_SPECIFIER = "";
  830. SDKROOT = macosx;
  831. SWIFT_COMPILATION_MODE = wholemodule;
  832. SWIFT_OPTIMIZATION_LEVEL = "-O";
  833. };
  834. name = Release;
  835. };
  836. D13F49CE1BEDA53F00CE335D /* Debug */ = {
  837. isa = XCBuildConfiguration;
  838. buildSettings = {
  839. ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
  840. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  841. "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "iPhone Developer";
  842. CODE_SIGN_STYLE = Automatic;
  843. DEBUG_INFORMATION_FORMAT = dwarf;
  844. DEVELOPMENT_TEAM = "";
  845. GCC_NO_COMMON_BLOCKS = YES;
  846. INFOPLIST_FILE = "Demo/Kingfisher-tvOS-Demo/Info.plist";
  847. LD_RUNPATH_SEARCH_PATHS = (
  848. "$(inherited)",
  849. "@executable_path/Frameworks",
  850. );
  851. PRODUCT_BUNDLE_IDENTIFIER = "com.onevcat.Kingfisher-tvOS-Demo";
  852. PRODUCT_NAME = "$(TARGET_NAME)";
  853. PROVISIONING_PROFILE_SPECIFIER = "";
  854. SDKROOT = appletvos;
  855. TARGETED_DEVICE_FAMILY = 3;
  856. };
  857. name = Debug;
  858. };
  859. D13F49CF1BEDA53F00CE335D /* Release */ = {
  860. isa = XCBuildConfiguration;
  861. buildSettings = {
  862. ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
  863. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  864. "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "iPhone Developer";
  865. CODE_SIGN_STYLE = Automatic;
  866. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  867. DEVELOPMENT_TEAM = "";
  868. GCC_NO_COMMON_BLOCKS = YES;
  869. INFOPLIST_FILE = "Demo/Kingfisher-tvOS-Demo/Info.plist";
  870. LD_RUNPATH_SEARCH_PATHS = (
  871. "$(inherited)",
  872. "@executable_path/Frameworks",
  873. );
  874. PRODUCT_BUNDLE_IDENTIFIER = "com.onevcat.Kingfisher-tvOS-Demo";
  875. PRODUCT_NAME = "$(TARGET_NAME)";
  876. PROVISIONING_PROFILE_SPECIFIER = "";
  877. SDKROOT = appletvos;
  878. SWIFT_COMPILATION_MODE = wholemodule;
  879. SWIFT_OPTIMIZATION_LEVEL = "-O";
  880. TARGETED_DEVICE_FAMILY = 3;
  881. };
  882. name = Release;
  883. };
  884. D1679A551C4E78B20020FD12 /* Debug */ = {
  885. isa = XCBuildConfiguration;
  886. buildSettings = {
  887. CLANG_ENABLE_MODULES = YES;
  888. DEBUG_INFORMATION_FORMAT = dwarf;
  889. DEVELOPMENT_TEAM = "";
  890. GCC_NO_COMMON_BLOCKS = YES;
  891. INFOPLIST_FILE = "Demo/Kingfisher-watchOS-Demo Extension/Info.plist";
  892. LD_RUNPATH_SEARCH_PATHS = (
  893. "$(inherited)",
  894. "@executable_path/Frameworks",
  895. "@executable_path/../../Frameworks",
  896. );
  897. PRODUCT_BUNDLE_IDENTIFIER = "com.onevcat.Kingfisher-Demo.watchkitapp.watchkitextension";
  898. PRODUCT_NAME = "${TARGET_NAME}";
  899. SDKROOT = watchos;
  900. SKIP_INSTALL = YES;
  901. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  902. TARGETED_DEVICE_FAMILY = 4;
  903. };
  904. name = Debug;
  905. };
  906. D1679A561C4E78B20020FD12 /* Release */ = {
  907. isa = XCBuildConfiguration;
  908. buildSettings = {
  909. CLANG_ENABLE_MODULES = YES;
  910. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  911. DEVELOPMENT_TEAM = "";
  912. GCC_NO_COMMON_BLOCKS = YES;
  913. INFOPLIST_FILE = "Demo/Kingfisher-watchOS-Demo Extension/Info.plist";
  914. LD_RUNPATH_SEARCH_PATHS = (
  915. "$(inherited)",
  916. "@executable_path/Frameworks",
  917. "@executable_path/../../Frameworks",
  918. );
  919. PRODUCT_BUNDLE_IDENTIFIER = "com.onevcat.Kingfisher-Demo.watchkitapp.watchkitextension";
  920. PRODUCT_NAME = "${TARGET_NAME}";
  921. SDKROOT = watchos;
  922. SKIP_INSTALL = YES;
  923. SWIFT_COMPILATION_MODE = wholemodule;
  924. SWIFT_OPTIMIZATION_LEVEL = "-O";
  925. TARGETED_DEVICE_FAMILY = 4;
  926. };
  927. name = Release;
  928. };
  929. D1679A591C4E78B20020FD12 /* Debug */ = {
  930. isa = XCBuildConfiguration;
  931. buildSettings = {
  932. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  933. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  934. CODE_SIGN_IDENTITY = "iPhone Developer";
  935. "CODE_SIGN_IDENTITY[sdk=watchos*]" = "iPhone Developer";
  936. CODE_SIGN_STYLE = Automatic;
  937. DEBUG_INFORMATION_FORMAT = dwarf;
  938. DEVELOPMENT_TEAM = "";
  939. GCC_NO_COMMON_BLOCKS = YES;
  940. IBSC_MODULE = Kingfisher_watchOS_Demo_Extension;
  941. INFOPLIST_FILE = "Demo/Kingfisher-watchOS-Demo/Info.plist";
  942. LD_RUNPATH_SEARCH_PATHS = (
  943. "$(inherited)",
  944. "@executable_path/Frameworks",
  945. );
  946. PRODUCT_BUNDLE_IDENTIFIER = "com.onevcat.Kingfisher-Demo.watchkitapp";
  947. PRODUCT_NAME = "$(TARGET_NAME)";
  948. PROVISIONING_PROFILE_SPECIFIER = "";
  949. SDKROOT = watchos;
  950. SKIP_INSTALL = YES;
  951. TARGETED_DEVICE_FAMILY = 4;
  952. };
  953. name = Debug;
  954. };
  955. D1679A5A1C4E78B20020FD12 /* Release */ = {
  956. isa = XCBuildConfiguration;
  957. buildSettings = {
  958. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  959. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  960. CODE_SIGN_IDENTITY = "iPhone Developer";
  961. "CODE_SIGN_IDENTITY[sdk=watchos*]" = "iPhone Developer";
  962. CODE_SIGN_STYLE = Automatic;
  963. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  964. DEVELOPMENT_TEAM = "";
  965. GCC_NO_COMMON_BLOCKS = YES;
  966. IBSC_MODULE = Kingfisher_watchOS_Demo_Extension;
  967. INFOPLIST_FILE = "Demo/Kingfisher-watchOS-Demo/Info.plist";
  968. LD_RUNPATH_SEARCH_PATHS = (
  969. "$(inherited)",
  970. "@executable_path/Frameworks",
  971. );
  972. PRODUCT_BUNDLE_IDENTIFIER = "com.onevcat.Kingfisher-Demo.watchkitapp";
  973. PRODUCT_NAME = "$(TARGET_NAME)";
  974. PROVISIONING_PROFILE_SPECIFIER = "";
  975. SDKROOT = watchos;
  976. SKIP_INSTALL = YES;
  977. TARGETED_DEVICE_FAMILY = 4;
  978. };
  979. name = Release;
  980. };
  981. D1ED2D281AD2CFA600CFC3EB /* Debug */ = {
  982. isa = XCBuildConfiguration;
  983. buildSettings = {
  984. ALWAYS_SEARCH_USER_PATHS = NO;
  985. ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
  986. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  987. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  988. CLANG_CXX_LIBRARY = "libc++";
  989. CLANG_ENABLE_MODULES = YES;
  990. CLANG_ENABLE_OBJC_ARC = YES;
  991. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  992. CLANG_WARN_BOOL_CONVERSION = YES;
  993. CLANG_WARN_COMMA = YES;
  994. CLANG_WARN_CONSTANT_CONVERSION = YES;
  995. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  996. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  997. CLANG_WARN_EMPTY_BODY = YES;
  998. CLANG_WARN_ENUM_CONVERSION = YES;
  999. CLANG_WARN_INFINITE_RECURSION = YES;
  1000. CLANG_WARN_INT_CONVERSION = YES;
  1001. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  1002. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  1003. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  1004. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  1005. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  1006. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  1007. CLANG_WARN_STRICT_PROTOTYPES = YES;
  1008. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  1009. CLANG_WARN_UNREACHABLE_CODE = YES;
  1010. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  1011. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  1012. COPY_PHASE_STRIP = NO;
  1013. ENABLE_STRICT_OBJC_MSGSEND = YES;
  1014. ENABLE_TESTABILITY = YES;
  1015. ENABLE_USER_SCRIPT_SANDBOXING = YES;
  1016. GCC_C_LANGUAGE_STANDARD = gnu99;
  1017. GCC_DYNAMIC_NO_PIC = NO;
  1018. GCC_NO_COMMON_BLOCKS = YES;
  1019. GCC_OPTIMIZATION_LEVEL = 0;
  1020. GCC_PREPROCESSOR_DEFINITIONS = (
  1021. "DEBUG=1",
  1022. "$(inherited)",
  1023. );
  1024. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  1025. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  1026. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  1027. GCC_WARN_UNDECLARED_SELECTOR = YES;
  1028. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  1029. GCC_WARN_UNUSED_FUNCTION = YES;
  1030. GCC_WARN_UNUSED_VARIABLE = YES;
  1031. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  1032. MACOSX_DEPLOYMENT_TARGET = 10.15;
  1033. MTL_ENABLE_DEBUG_INFO = YES;
  1034. ONLY_ACTIVE_ARCH = YES;
  1035. SDKROOT = iphoneos;
  1036. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  1037. SWIFT_STRICT_CONCURRENCY = complete;
  1038. SWIFT_VERSION = 5.0;
  1039. TARGETED_DEVICE_FAMILY = "1,2";
  1040. TVOS_DEPLOYMENT_TARGET = 13.0;
  1041. WATCHOS_DEPLOYMENT_TARGET = 6.0;
  1042. XROS_DEPLOYMENT_TARGET = 1.0;
  1043. };
  1044. name = Debug;
  1045. };
  1046. D1ED2D291AD2CFA600CFC3EB /* Release */ = {
  1047. isa = XCBuildConfiguration;
  1048. buildSettings = {
  1049. ALWAYS_SEARCH_USER_PATHS = NO;
  1050. ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
  1051. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  1052. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  1053. CLANG_CXX_LIBRARY = "libc++";
  1054. CLANG_ENABLE_MODULES = YES;
  1055. CLANG_ENABLE_OBJC_ARC = YES;
  1056. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  1057. CLANG_WARN_BOOL_CONVERSION = YES;
  1058. CLANG_WARN_COMMA = YES;
  1059. CLANG_WARN_CONSTANT_CONVERSION = YES;
  1060. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  1061. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  1062. CLANG_WARN_EMPTY_BODY = YES;
  1063. CLANG_WARN_ENUM_CONVERSION = YES;
  1064. CLANG_WARN_INFINITE_RECURSION = YES;
  1065. CLANG_WARN_INT_CONVERSION = YES;
  1066. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  1067. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  1068. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  1069. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  1070. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  1071. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  1072. CLANG_WARN_STRICT_PROTOTYPES = YES;
  1073. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  1074. CLANG_WARN_UNREACHABLE_CODE = YES;
  1075. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  1076. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  1077. COPY_PHASE_STRIP = NO;
  1078. ENABLE_NS_ASSERTIONS = NO;
  1079. ENABLE_STRICT_OBJC_MSGSEND = YES;
  1080. ENABLE_USER_SCRIPT_SANDBOXING = YES;
  1081. GCC_C_LANGUAGE_STANDARD = gnu99;
  1082. GCC_NO_COMMON_BLOCKS = YES;
  1083. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  1084. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  1085. GCC_WARN_UNDECLARED_SELECTOR = YES;
  1086. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  1087. GCC_WARN_UNUSED_FUNCTION = YES;
  1088. GCC_WARN_UNUSED_VARIABLE = YES;
  1089. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  1090. MACOSX_DEPLOYMENT_TARGET = 10.15;
  1091. MTL_ENABLE_DEBUG_INFO = NO;
  1092. SDKROOT = iphoneos;
  1093. SWIFT_COMPILATION_MODE = wholemodule;
  1094. SWIFT_OPTIMIZATION_LEVEL = "-O";
  1095. SWIFT_STRICT_CONCURRENCY = complete;
  1096. SWIFT_VERSION = 5.0;
  1097. TARGETED_DEVICE_FAMILY = "1,2";
  1098. TVOS_DEPLOYMENT_TARGET = 13.0;
  1099. VALIDATE_PRODUCT = YES;
  1100. WATCHOS_DEPLOYMENT_TARGET = 6.0;
  1101. XROS_DEPLOYMENT_TARGET = 1.0;
  1102. };
  1103. name = Release;
  1104. };
  1105. D1ED2D2B1AD2CFA600CFC3EB /* Debug */ = {
  1106. isa = XCBuildConfiguration;
  1107. buildSettings = {
  1108. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  1109. CODE_SIGN_ENTITLEMENTS = "Kingfisher-Demo.entitlements";
  1110. CODE_SIGN_IDENTITY = "iPhone Developer";
  1111. DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER = YES;
  1112. DEVELOPMENT_TEAM = A4YJ9MRZ66;
  1113. INFOPLIST_FILE = "Demo/Kingfisher-Demo/Info.plist";
  1114. LD_RUNPATH_SEARCH_PATHS = (
  1115. "$(inherited)",
  1116. "@executable_path/Frameworks",
  1117. );
  1118. PRODUCT_BUNDLE_IDENTIFIER = "com.onevcat.$(PRODUCT_NAME:rfc1034identifier)";
  1119. PRODUCT_NAME = "$(TARGET_NAME)";
  1120. SUPPORTED_PLATFORMS = "iphoneos iphonesimulator xros xrsimulator";
  1121. SUPPORTS_MACCATALYST = YES;
  1122. SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
  1123. SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
  1124. TARGETED_DEVICE_FAMILY = "1,2,7";
  1125. };
  1126. name = Debug;
  1127. };
  1128. D1ED2D2C1AD2CFA600CFC3EB /* Release */ = {
  1129. isa = XCBuildConfiguration;
  1130. buildSettings = {
  1131. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  1132. CODE_SIGN_ENTITLEMENTS = "Kingfisher-Demo.entitlements";
  1133. CODE_SIGN_IDENTITY = "iPhone Developer";
  1134. DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER = YES;
  1135. DEVELOPMENT_TEAM = A4YJ9MRZ66;
  1136. INFOPLIST_FILE = "Demo/Kingfisher-Demo/Info.plist";
  1137. LD_RUNPATH_SEARCH_PATHS = (
  1138. "$(inherited)",
  1139. "@executable_path/Frameworks",
  1140. );
  1141. PRODUCT_BUNDLE_IDENTIFIER = "com.onevcat.$(PRODUCT_NAME:rfc1034identifier)";
  1142. PRODUCT_NAME = "$(TARGET_NAME)";
  1143. SUPPORTED_PLATFORMS = "iphoneos iphonesimulator xros xrsimulator";
  1144. SUPPORTS_MACCATALYST = YES;
  1145. SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
  1146. SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
  1147. SWIFT_COMPILATION_MODE = wholemodule;
  1148. SWIFT_OPTIMIZATION_LEVEL = "-O";
  1149. TARGETED_DEVICE_FAMILY = "1,2,7";
  1150. };
  1151. name = Release;
  1152. };
  1153. /* End XCBuildConfiguration section */
  1154. /* Begin XCConfigurationList section */
  1155. 4B2944611C3D03880088C3E7 /* Build configuration list for PBXNativeTarget "Kingfisher-macOS-Demo" */ = {
  1156. isa = XCConfigurationList;
  1157. buildConfigurations = (
  1158. 4B2944621C3D03880088C3E7 /* Debug */,
  1159. 4B2944631C3D03880088C3E7 /* Release */,
  1160. );
  1161. defaultConfigurationIsVisible = 0;
  1162. defaultConfigurationName = Release;
  1163. };
  1164. D13F49D01BEDA53F00CE335D /* Build configuration list for PBXNativeTarget "Kingfisher-tvOS-Demo" */ = {
  1165. isa = XCConfigurationList;
  1166. buildConfigurations = (
  1167. D13F49CE1BEDA53F00CE335D /* Debug */,
  1168. D13F49CF1BEDA53F00CE335D /* Release */,
  1169. );
  1170. defaultConfigurationIsVisible = 0;
  1171. defaultConfigurationName = Release;
  1172. };
  1173. D1679A541C4E78B20020FD12 /* Build configuration list for PBXNativeTarget "Kingfisher-watchOS-Demo Extension" */ = {
  1174. isa = XCConfigurationList;
  1175. buildConfigurations = (
  1176. D1679A551C4E78B20020FD12 /* Debug */,
  1177. D1679A561C4E78B20020FD12 /* Release */,
  1178. );
  1179. defaultConfigurationIsVisible = 0;
  1180. defaultConfigurationName = Release;
  1181. };
  1182. D1679A581C4E78B20020FD12 /* Build configuration list for PBXNativeTarget "Kingfisher-watchOS-Demo" */ = {
  1183. isa = XCConfigurationList;
  1184. buildConfigurations = (
  1185. D1679A591C4E78B20020FD12 /* Debug */,
  1186. D1679A5A1C4E78B20020FD12 /* Release */,
  1187. );
  1188. defaultConfigurationIsVisible = 0;
  1189. defaultConfigurationName = Release;
  1190. };
  1191. D1ED2D061AD2CFA600CFC3EB /* Build configuration list for PBXProject "Kingfisher-Demo" */ = {
  1192. isa = XCConfigurationList;
  1193. buildConfigurations = (
  1194. D1ED2D281AD2CFA600CFC3EB /* Debug */,
  1195. D1ED2D291AD2CFA600CFC3EB /* Release */,
  1196. );
  1197. defaultConfigurationIsVisible = 0;
  1198. defaultConfigurationName = Release;
  1199. };
  1200. D1ED2D2A1AD2CFA600CFC3EB /* Build configuration list for PBXNativeTarget "Kingfisher-Demo" */ = {
  1201. isa = XCConfigurationList;
  1202. buildConfigurations = (
  1203. D1ED2D2B1AD2CFA600CFC3EB /* Debug */,
  1204. D1ED2D2C1AD2CFA600CFC3EB /* Release */,
  1205. );
  1206. defaultConfigurationIsVisible = 0;
  1207. defaultConfigurationName = Release;
  1208. };
  1209. /* End XCConfigurationList section */
  1210. };
  1211. rootObject = D1ED2D031AD2CFA600CFC3EB /* Project object */;
  1212. }