project.pbxproj 43 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 277EAE8D2045B39C00547CD3 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 277EAE892045B39C00547CD3 /* Assets.xcassets */; };
  10. 277EAE8E2045B39C00547CD3 /* Interface.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 277EAE8A2045B39C00547CD3 /* Interface.storyboard */; };
  11. 277EAE9D2045B4D500547CD3 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 277EAE962045B4D500547CD3 /* Assets.xcassets */; };
  12. 277EAEA12045B52800547CD3 /* InterfaceController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 277EAE9E2045B52800547CD3 /* InterfaceController.swift */; };
  13. 277EAEA32045B52800547CD3 /* ExtensionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 277EAEA02045B52800547CD3 /* ExtensionDelegate.swift */; };
  14. 4B4307A51D87E6A700ED2DA9 /* loader.gif in Resources */ = {isa = PBXBuildFile; fileRef = 4B7742461D87E42E0077024E /* loader.gif */; };
  15. 4B7742471D87E42E0077024E /* loader.gif in Resources */ = {isa = PBXBuildFile; fileRef = 4B7742461D87E42E0077024E /* loader.gif */; };
  16. 4B7742481D87E42E0077024E /* loader.gif in Resources */ = {isa = PBXBuildFile; fileRef = 4B7742461D87E42E0077024E /* loader.gif */; };
  17. 4BCCF33D1D5B02F8003387C2 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BCCF3361D5B02F8003387C2 /* AppDelegate.swift */; };
  18. 4BCCF33E1D5B02F8003387C2 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 4BCCF3371D5B02F8003387C2 /* Assets.xcassets */; };
  19. 4BCCF33F1D5B02F8003387C2 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 4BCCF3381D5B02F8003387C2 /* Main.storyboard */; };
  20. 4BCCF3401D5B02F8003387C2 /* Cell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 4BCCF33A1D5B02F8003387C2 /* Cell.xib */; };
  21. 4BCCF3421D5B02F8003387C2 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BCCF33C1D5B02F8003387C2 /* ViewController.swift */; };
  22. D12E0C951C47F91800AC98AD /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = D12E0C8C1C47F91800AC98AD /* AppDelegate.swift */; };
  23. D12E0C961C47F91800AC98AD /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = D12E0C8D1C47F91800AC98AD /* LaunchScreen.xib */; };
  24. D12E0C971C47F91800AC98AD /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D12E0C8F1C47F91800AC98AD /* Main.storyboard */; };
  25. D12E0C981C47F91800AC98AD /* CollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = D12E0C911C47F91800AC98AD /* CollectionViewCell.swift */; };
  26. D12E0C991C47F91800AC98AD /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D12E0C921C47F91800AC98AD /* Images.xcassets */; };
  27. D12E0C9B1C47F91800AC98AD /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D12E0C941C47F91800AC98AD /* ViewController.swift */; };
  28. D12E0CA21C47F92200AC98AD /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = D12E0C9D1C47F92200AC98AD /* AppDelegate.swift */; };
  29. D12E0CA31C47F92200AC98AD /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D12E0C9E1C47F92200AC98AD /* Assets.xcassets */; };
  30. D12E0CA41C47F92200AC98AD /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D12E0C9F1C47F92200AC98AD /* Main.storyboard */; };
  31. D12E0CB51C47F9C100AC98AD /* CollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = D12E0C911C47F91800AC98AD /* CollectionViewCell.swift */; };
  32. D12E0CB61C47F9C100AC98AD /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D12E0C941C47F91800AC98AD /* ViewController.swift */; };
  33. D1679A461C4E78B20020FD12 /* Kingfisher-watchOS-Demo Extension.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = D1679A451C4E78B20020FD12 /* Kingfisher-watchOS-Demo Extension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
  34. D1679A531C4E78B20020FD12 /* Kingfisher-watchOS-Demo.app in Embed Watch Content */ = {isa = PBXBuildFile; fileRef = D1679A391C4E78B20020FD12 /* Kingfisher-watchOS-Demo.app */; };
  35. D17176322047826A00EFC8C5 /* Kingfisher.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D17176332047826A00EFC8C5 /* Kingfisher.framework */; };
  36. D17176342047827300EFC8C5 /* Kingfisher.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = D17176332047826A00EFC8C5 /* Kingfisher.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
  37. D1717635204782AE00EFC8C5 /* Kingfisher.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D1717636204782AE00EFC8C5 /* Kingfisher.framework */; };
  38. D1717637204782B800EFC8C5 /* Kingfisher.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = D1717636204782AE00EFC8C5 /* Kingfisher.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
  39. D1717638204782D500EFC8C5 /* Kingfisher.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D1717639204782D500EFC8C5 /* Kingfisher.framework */; };
  40. D171763E204782F300EFC8C5 /* Kingfisher.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = D1717639204782D500EFC8C5 /* Kingfisher.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
  41. D171763F2047837900EFC8C5 /* Kingfisher.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D17176402047837900EFC8C5 /* Kingfisher.framework */; };
  42. /* End PBXBuildFile section */
  43. /* Begin PBXContainerItemProxy section */
  44. D1679A471C4E78B20020FD12 /* PBXContainerItemProxy */ = {
  45. isa = PBXContainerItemProxy;
  46. containerPortal = D1ED2D031AD2CFA600CFC3EB /* Project object */;
  47. proxyType = 1;
  48. remoteGlobalIDString = D1679A441C4E78B20020FD12;
  49. remoteInfo = "Kingfisher-watchOS-Demo Extension";
  50. };
  51. D1679A511C4E78B20020FD12 /* PBXContainerItemProxy */ = {
  52. isa = PBXContainerItemProxy;
  53. containerPortal = D1ED2D031AD2CFA600CFC3EB /* Project object */;
  54. proxyType = 1;
  55. remoteGlobalIDString = D1679A381C4E78B20020FD12;
  56. remoteInfo = "Kingfisher-watchOS-Demo";
  57. };
  58. /* End PBXContainerItemProxy section */
  59. /* Begin PBXCopyFilesBuildPhase section */
  60. 4BE2C9E61B381D42005313E5 /* Embed Watch Content */ = {
  61. isa = PBXCopyFilesBuildPhase;
  62. buildActionMask = 2147483647;
  63. dstPath = "$(CONTENTS_FOLDER_PATH)/Watch";
  64. dstSubfolderSpec = 16;
  65. files = (
  66. D1679A531C4E78B20020FD12 /* Kingfisher-watchOS-Demo.app in Embed Watch Content */,
  67. );
  68. name = "Embed Watch Content";
  69. runOnlyForDeploymentPostprocessing = 0;
  70. };
  71. D12F2EEC1C4E7CF500B8054D /* Embed Frameworks */ = {
  72. isa = PBXCopyFilesBuildPhase;
  73. buildActionMask = 2147483647;
  74. dstPath = "";
  75. dstSubfolderSpec = 10;
  76. files = (
  77. D1717637204782B800EFC8C5 /* Kingfisher.framework in Embed Frameworks */,
  78. );
  79. name = "Embed Frameworks";
  80. runOnlyForDeploymentPostprocessing = 0;
  81. };
  82. D13F49ED1BEDA82000CE335D /* Embed Frameworks */ = {
  83. isa = PBXCopyFilesBuildPhase;
  84. buildActionMask = 2147483647;
  85. dstPath = "";
  86. dstSubfolderSpec = 10;
  87. files = (
  88. D171763E204782F300EFC8C5 /* Kingfisher.framework in Embed Frameworks */,
  89. );
  90. name = "Embed Frameworks";
  91. runOnlyForDeploymentPostprocessing = 0;
  92. };
  93. D1679A571C4E78B20020FD12 /* Embed App Extensions */ = {
  94. isa = PBXCopyFilesBuildPhase;
  95. buildActionMask = 2147483647;
  96. dstPath = "";
  97. dstSubfolderSpec = 13;
  98. files = (
  99. D1679A461C4E78B20020FD12 /* Kingfisher-watchOS-Demo Extension.appex in Embed App Extensions */,
  100. );
  101. name = "Embed App Extensions";
  102. runOnlyForDeploymentPostprocessing = 0;
  103. };
  104. D1ED2D511AD2D09F00CFC3EB /* Embed Frameworks */ = {
  105. isa = PBXCopyFilesBuildPhase;
  106. buildActionMask = 2147483647;
  107. dstPath = "";
  108. dstSubfolderSpec = 10;
  109. files = (
  110. D17176342047827300EFC8C5 /* Kingfisher.framework in Embed Frameworks */,
  111. );
  112. name = "Embed Frameworks";
  113. runOnlyForDeploymentPostprocessing = 0;
  114. };
  115. /* End PBXCopyFilesBuildPhase section */
  116. /* Begin PBXFileReference section */
  117. 277EAE892045B39C00547CD3 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  118. 277EAE8B2045B39C00547CD3 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Interface.storyboard; sourceTree = "<group>"; };
  119. 277EAE8C2045B39C00547CD3 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  120. 277EAE962045B4D500547CD3 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  121. 277EAE9E2045B52800547CD3 /* InterfaceController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = InterfaceController.swift; sourceTree = "<group>"; };
  122. 277EAE9F2045B52800547CD3 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  123. 277EAEA02045B52800547CD3 /* ExtensionDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ExtensionDelegate.swift; sourceTree = "<group>"; };
  124. 4B2944551C3D03880088C3E7 /* Kingfisher-macOS-Demo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Kingfisher-macOS-Demo.app"; sourceTree = BUILT_PRODUCTS_DIR; };
  125. 4B7742461D87E42E0077024E /* loader.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = loader.gif; sourceTree = "<group>"; };
  126. 4BCCF3361D5B02F8003387C2 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  127. 4BCCF3371D5B02F8003387C2 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  128. 4BCCF3391D5B02F8003387C2 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  129. 4BCCF33A1D5B02F8003387C2 /* Cell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = Cell.xib; sourceTree = "<group>"; };
  130. 4BCCF33B1D5B02F8003387C2 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  131. 4BCCF33C1D5B02F8003387C2 /* ViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
  132. D12E0C8C1C47F91800AC98AD /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  133. D12E0C8E1C47F91800AC98AD /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
  134. D12E0C901C47F91800AC98AD /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  135. D12E0C911C47F91800AC98AD /* CollectionViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CollectionViewCell.swift; sourceTree = "<group>"; };
  136. D12E0C921C47F91800AC98AD /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
  137. D12E0C931C47F91800AC98AD /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  138. D12E0C941C47F91800AC98AD /* ViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
  139. D12E0C9D1C47F92200AC98AD /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  140. D12E0C9E1C47F92200AC98AD /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  141. D12E0CA01C47F92200AC98AD /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  142. D12E0CA11C47F92200AC98AD /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  143. D13F49C21BEDA53F00CE335D /* Kingfisher-tvOS-Demo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Kingfisher-tvOS-Demo.app"; sourceTree = BUILT_PRODUCTS_DIR; };
  144. D1679A391C4E78B20020FD12 /* Kingfisher-watchOS-Demo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Kingfisher-watchOS-Demo.app"; sourceTree = BUILT_PRODUCTS_DIR; };
  145. D1679A451C4E78B20020FD12 /* Kingfisher-watchOS-Demo Extension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = "Kingfisher-watchOS-Demo Extension.appex"; sourceTree = BUILT_PRODUCTS_DIR; };
  146. D17176332047826A00EFC8C5 /* Kingfisher.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = Kingfisher.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  147. D1717636204782AE00EFC8C5 /* Kingfisher.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = Kingfisher.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  148. D1717639204782D500EFC8C5 /* Kingfisher.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = Kingfisher.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  149. D17176402047837900EFC8C5 /* Kingfisher.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = Kingfisher.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  150. D1ED2D0B1AD2CFA600CFC3EB /* Kingfisher-Demo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Kingfisher-Demo.app"; sourceTree = BUILT_PRODUCTS_DIR; };
  151. /* End PBXFileReference section */
  152. /* Begin PBXFrameworksBuildPhase section */
  153. 4B2944521C3D03880088C3E7 /* Frameworks */ = {
  154. isa = PBXFrameworksBuildPhase;
  155. buildActionMask = 2147483647;
  156. files = (
  157. D171763F2047837900EFC8C5 /* Kingfisher.framework in Frameworks */,
  158. );
  159. runOnlyForDeploymentPostprocessing = 0;
  160. };
  161. 60796AE9A717329E55ACCCC7 /* Frameworks */ = {
  162. isa = PBXFrameworksBuildPhase;
  163. buildActionMask = 2147483647;
  164. files = (
  165. D1717635204782AE00EFC8C5 /* Kingfisher.framework in Frameworks */,
  166. );
  167. runOnlyForDeploymentPostprocessing = 0;
  168. };
  169. D13F49BF1BEDA53F00CE335D /* Frameworks */ = {
  170. isa = PBXFrameworksBuildPhase;
  171. buildActionMask = 2147483647;
  172. files = (
  173. D1717638204782D500EFC8C5 /* Kingfisher.framework in Frameworks */,
  174. );
  175. runOnlyForDeploymentPostprocessing = 0;
  176. };
  177. D1679A421C4E78B20020FD12 /* Frameworks */ = {
  178. isa = PBXFrameworksBuildPhase;
  179. buildActionMask = 2147483647;
  180. files = (
  181. );
  182. runOnlyForDeploymentPostprocessing = 0;
  183. };
  184. D1ED2D081AD2CFA600CFC3EB /* Frameworks */ = {
  185. isa = PBXFrameworksBuildPhase;
  186. buildActionMask = 2147483647;
  187. files = (
  188. D17176322047826A00EFC8C5 /* Kingfisher.framework in Frameworks */,
  189. );
  190. runOnlyForDeploymentPostprocessing = 0;
  191. };
  192. /* End PBXFrameworksBuildPhase section */
  193. /* Begin PBXGroup section */
  194. 277EAE762045ADE700547CD3 /* Frameworks */ = {
  195. isa = PBXGroup;
  196. children = (
  197. D17176402047837900EFC8C5 /* Kingfisher.framework */,
  198. D1717639204782D500EFC8C5 /* Kingfisher.framework */,
  199. D1717636204782AE00EFC8C5 /* Kingfisher.framework */,
  200. D17176332047826A00EFC8C5 /* Kingfisher.framework */,
  201. );
  202. name = Frameworks;
  203. sourceTree = "<group>";
  204. };
  205. 277EAE882045B39C00547CD3 /* Kingfisher-watchOS-Demo */ = {
  206. isa = PBXGroup;
  207. children = (
  208. 277EAE892045B39C00547CD3 /* Assets.xcassets */,
  209. 277EAE8A2045B39C00547CD3 /* Interface.storyboard */,
  210. 277EAE8C2045B39C00547CD3 /* Info.plist */,
  211. );
  212. name = "Kingfisher-watchOS-Demo";
  213. path = "Demo/Kingfisher-watchOS-Demo";
  214. sourceTree = "<group>";
  215. };
  216. 277EAE952045B4D500547CD3 /* Kingfisher-watchOS-Demo Extension */ = {
  217. isa = PBXGroup;
  218. children = (
  219. 277EAE962045B4D500547CD3 /* Assets.xcassets */,
  220. 277EAEA02045B52800547CD3 /* ExtensionDelegate.swift */,
  221. 277EAE9F2045B52800547CD3 /* Info.plist */,
  222. 277EAE9E2045B52800547CD3 /* InterfaceController.swift */,
  223. );
  224. name = "Kingfisher-watchOS-Demo Extension";
  225. path = "Demo/Kingfisher-watchOS-Demo Extension";
  226. sourceTree = "<group>";
  227. };
  228. 4BCCF3351D5B02F8003387C2 /* Kingfisher-macOS-Demo */ = {
  229. isa = PBXGroup;
  230. children = (
  231. 4BCCF3361D5B02F8003387C2 /* AppDelegate.swift */,
  232. 4BCCF3371D5B02F8003387C2 /* Assets.xcassets */,
  233. 4BCCF3381D5B02F8003387C2 /* Main.storyboard */,
  234. 4BCCF33A1D5B02F8003387C2 /* Cell.xib */,
  235. 4BCCF33B1D5B02F8003387C2 /* Info.plist */,
  236. 4BCCF33C1D5B02F8003387C2 /* ViewController.swift */,
  237. );
  238. name = "Kingfisher-macOS-Demo";
  239. path = "Demo/Kingfisher-macOS-Demo";
  240. sourceTree = "<group>";
  241. };
  242. D10EC22B1C3D62DE00A4211C /* Demo */ = {
  243. isa = PBXGroup;
  244. children = (
  245. D12E0C8B1C47F91800AC98AD /* Kingfisher-Demo */,
  246. 4BCCF3351D5B02F8003387C2 /* Kingfisher-macOS-Demo */,
  247. D12E0C9C1C47F92200AC98AD /* Kingfisher-tvOS-Demo */,
  248. 277EAE952045B4D500547CD3 /* Kingfisher-watchOS-Demo Extension */,
  249. 277EAE882045B39C00547CD3 /* Kingfisher-watchOS-Demo */,
  250. );
  251. name = Demo;
  252. sourceTree = "<group>";
  253. };
  254. D12E0C8B1C47F91800AC98AD /* Kingfisher-Demo */ = {
  255. isa = PBXGroup;
  256. children = (
  257. 4B7742461D87E42E0077024E /* loader.gif */,
  258. D12E0C8C1C47F91800AC98AD /* AppDelegate.swift */,
  259. D12E0C8D1C47F91800AC98AD /* LaunchScreen.xib */,
  260. D12E0C8F1C47F91800AC98AD /* Main.storyboard */,
  261. D12E0C911C47F91800AC98AD /* CollectionViewCell.swift */,
  262. D12E0C921C47F91800AC98AD /* Images.xcassets */,
  263. D12E0C931C47F91800AC98AD /* Info.plist */,
  264. D12E0C941C47F91800AC98AD /* ViewController.swift */,
  265. );
  266. name = "Kingfisher-Demo";
  267. path = "Demo/Kingfisher-Demo";
  268. sourceTree = "<group>";
  269. };
  270. D12E0C9C1C47F92200AC98AD /* Kingfisher-tvOS-Demo */ = {
  271. isa = PBXGroup;
  272. children = (
  273. D12E0C9D1C47F92200AC98AD /* AppDelegate.swift */,
  274. D12E0C9E1C47F92200AC98AD /* Assets.xcassets */,
  275. D12E0C9F1C47F92200AC98AD /* Main.storyboard */,
  276. D12E0CA11C47F92200AC98AD /* Info.plist */,
  277. );
  278. name = "Kingfisher-tvOS-Demo";
  279. path = "Demo/Kingfisher-tvOS-Demo";
  280. sourceTree = "<group>";
  281. };
  282. D1ED2D021AD2CFA600CFC3EB = {
  283. isa = PBXGroup;
  284. children = (
  285. D10EC22B1C3D62DE00A4211C /* Demo */,
  286. D1ED2D0C1AD2CFA600CFC3EB /* Products */,
  287. 277EAE762045ADE700547CD3 /* Frameworks */,
  288. );
  289. sourceTree = "<group>";
  290. };
  291. D1ED2D0C1AD2CFA600CFC3EB /* Products */ = {
  292. isa = PBXGroup;
  293. children = (
  294. D1ED2D0B1AD2CFA600CFC3EB /* Kingfisher-Demo.app */,
  295. D13F49C21BEDA53F00CE335D /* Kingfisher-tvOS-Demo.app */,
  296. 4B2944551C3D03880088C3E7 /* Kingfisher-macOS-Demo.app */,
  297. D1679A391C4E78B20020FD12 /* Kingfisher-watchOS-Demo.app */,
  298. D1679A451C4E78B20020FD12 /* Kingfisher-watchOS-Demo Extension.appex */,
  299. );
  300. name = Products;
  301. sourceTree = "<group>";
  302. };
  303. /* End PBXGroup section */
  304. /* Begin PBXNativeTarget section */
  305. 4B2944541C3D03880088C3E7 /* Kingfisher-macOS-Demo */ = {
  306. isa = PBXNativeTarget;
  307. buildConfigurationList = 4B2944611C3D03880088C3E7 /* Build configuration list for PBXNativeTarget "Kingfisher-macOS-Demo" */;
  308. buildPhases = (
  309. 4B2944511C3D03880088C3E7 /* Sources */,
  310. 4B2944521C3D03880088C3E7 /* Frameworks */,
  311. 4B2944531C3D03880088C3E7 /* Resources */,
  312. );
  313. buildRules = (
  314. );
  315. dependencies = (
  316. );
  317. name = "Kingfisher-macOS-Demo";
  318. productName = "Kingfisher-OSX-Demo";
  319. productReference = 4B2944551C3D03880088C3E7 /* Kingfisher-macOS-Demo.app */;
  320. productType = "com.apple.product-type.application";
  321. };
  322. D13F49C11BEDA53F00CE335D /* Kingfisher-tvOS-Demo */ = {
  323. isa = PBXNativeTarget;
  324. buildConfigurationList = D13F49D01BEDA53F00CE335D /* Build configuration list for PBXNativeTarget "Kingfisher-tvOS-Demo" */;
  325. buildPhases = (
  326. D13F49BE1BEDA53F00CE335D /* Sources */,
  327. D13F49BF1BEDA53F00CE335D /* Frameworks */,
  328. D13F49C01BEDA53F00CE335D /* Resources */,
  329. D13F49ED1BEDA82000CE335D /* Embed Frameworks */,
  330. );
  331. buildRules = (
  332. );
  333. dependencies = (
  334. );
  335. name = "Kingfisher-tvOS-Demo";
  336. productName = "Kingfisher-tvOS-Demo";
  337. productReference = D13F49C21BEDA53F00CE335D /* Kingfisher-tvOS-Demo.app */;
  338. productType = "com.apple.product-type.application";
  339. };
  340. D1679A381C4E78B20020FD12 /* Kingfisher-watchOS-Demo */ = {
  341. isa = PBXNativeTarget;
  342. buildConfigurationList = D1679A581C4E78B20020FD12 /* Build configuration list for PBXNativeTarget "Kingfisher-watchOS-Demo" */;
  343. buildPhases = (
  344. D1679A371C4E78B20020FD12 /* Resources */,
  345. D1679A571C4E78B20020FD12 /* Embed App Extensions */,
  346. 60796AE9A717329E55ACCCC7 /* Frameworks */,
  347. );
  348. buildRules = (
  349. );
  350. dependencies = (
  351. D1679A481C4E78B20020FD12 /* PBXTargetDependency */,
  352. );
  353. name = "Kingfisher-watchOS-Demo";
  354. productName = "Kingfisher-watchOS-Demo";
  355. productReference = D1679A391C4E78B20020FD12 /* Kingfisher-watchOS-Demo.app */;
  356. productType = "com.apple.product-type.application.watchapp2";
  357. };
  358. D1679A441C4E78B20020FD12 /* Kingfisher-watchOS-Demo Extension */ = {
  359. isa = PBXNativeTarget;
  360. buildConfigurationList = D1679A541C4E78B20020FD12 /* Build configuration list for PBXNativeTarget "Kingfisher-watchOS-Demo Extension" */;
  361. buildPhases = (
  362. D1679A411C4E78B20020FD12 /* Sources */,
  363. D1679A421C4E78B20020FD12 /* Frameworks */,
  364. D1679A431C4E78B20020FD12 /* Resources */,
  365. D12F2EEC1C4E7CF500B8054D /* Embed Frameworks */,
  366. );
  367. buildRules = (
  368. );
  369. dependencies = (
  370. );
  371. name = "Kingfisher-watchOS-Demo Extension";
  372. productName = "Kingfisher-watchOS-Demo Extension";
  373. productReference = D1679A451C4E78B20020FD12 /* Kingfisher-watchOS-Demo Extension.appex */;
  374. productType = "com.apple.product-type.watchkit2-extension";
  375. };
  376. D1ED2D0A1AD2CFA600CFC3EB /* Kingfisher-Demo */ = {
  377. isa = PBXNativeTarget;
  378. buildConfigurationList = D1ED2D2A1AD2CFA600CFC3EB /* Build configuration list for PBXNativeTarget "Kingfisher-Demo" */;
  379. buildPhases = (
  380. D1ED2D071AD2CFA600CFC3EB /* Sources */,
  381. D1ED2D081AD2CFA600CFC3EB /* Frameworks */,
  382. D1ED2D091AD2CFA600CFC3EB /* Resources */,
  383. D1ED2D511AD2D09F00CFC3EB /* Embed Frameworks */,
  384. 4BE2C9E61B381D42005313E5 /* Embed Watch Content */,
  385. );
  386. buildRules = (
  387. );
  388. dependencies = (
  389. D1679A521C4E78B20020FD12 /* PBXTargetDependency */,
  390. );
  391. name = "Kingfisher-Demo";
  392. productName = "Kingfisher-Demo";
  393. productReference = D1ED2D0B1AD2CFA600CFC3EB /* Kingfisher-Demo.app */;
  394. productType = "com.apple.product-type.application";
  395. };
  396. /* End PBXNativeTarget section */
  397. /* Begin PBXProject section */
  398. D1ED2D031AD2CFA600CFC3EB /* Project object */ = {
  399. isa = PBXProject;
  400. attributes = {
  401. LastSwiftUpdateCheck = 0720;
  402. LastUpgradeCheck = 0930;
  403. ORGANIZATIONNAME = "Wei Wang";
  404. TargetAttributes = {
  405. 4B2944541C3D03880088C3E7 = {
  406. CreatedOnToolsVersion = 7.2;
  407. DevelopmentTeam = T499X543T7;
  408. LastSwiftMigration = 0900;
  409. ProvisioningStyle = Automatic;
  410. };
  411. D13F49C11BEDA53F00CE335D = {
  412. CreatedOnToolsVersion = 7.1;
  413. DevelopmentTeam = T499X543T7;
  414. LastSwiftMigration = 0900;
  415. ProvisioningStyle = Automatic;
  416. };
  417. D1679A381C4E78B20020FD12 = {
  418. CreatedOnToolsVersion = 7.2;
  419. DevelopmentTeam = T499X543T7;
  420. LastSwiftMigration = 0900;
  421. ProvisioningStyle = Automatic;
  422. };
  423. D1679A441C4E78B20020FD12 = {
  424. CreatedOnToolsVersion = 7.2;
  425. DevelopmentTeam = T499X543T7;
  426. LastSwiftMigration = 0920;
  427. };
  428. D1ED2D0A1AD2CFA600CFC3EB = {
  429. CreatedOnToolsVersion = 6.2;
  430. DevelopmentTeam = T499X543T7;
  431. LastSwiftMigration = 0900;
  432. };
  433. };
  434. };
  435. buildConfigurationList = D1ED2D061AD2CFA600CFC3EB /* Build configuration list for PBXProject "Kingfisher-Demo" */;
  436. compatibilityVersion = "Xcode 3.2";
  437. developmentRegion = English;
  438. hasScannedForEncodings = 0;
  439. knownRegions = (
  440. en,
  441. Base,
  442. );
  443. mainGroup = D1ED2D021AD2CFA600CFC3EB;
  444. productRefGroup = D1ED2D0C1AD2CFA600CFC3EB /* Products */;
  445. projectDirPath = "";
  446. projectRoot = "";
  447. targets = (
  448. D1ED2D0A1AD2CFA600CFC3EB /* Kingfisher-Demo */,
  449. D13F49C11BEDA53F00CE335D /* Kingfisher-tvOS-Demo */,
  450. 4B2944541C3D03880088C3E7 /* Kingfisher-macOS-Demo */,
  451. D1679A381C4E78B20020FD12 /* Kingfisher-watchOS-Demo */,
  452. D1679A441C4E78B20020FD12 /* Kingfisher-watchOS-Demo Extension */,
  453. );
  454. };
  455. /* End PBXProject section */
  456. /* Begin PBXResourcesBuildPhase section */
  457. 4B2944531C3D03880088C3E7 /* Resources */ = {
  458. isa = PBXResourcesBuildPhase;
  459. buildActionMask = 2147483647;
  460. files = (
  461. 4BCCF33E1D5B02F8003387C2 /* Assets.xcassets in Resources */,
  462. 4BCCF3401D5B02F8003387C2 /* Cell.xib in Resources */,
  463. 4B4307A51D87E6A700ED2DA9 /* loader.gif in Resources */,
  464. 4BCCF33F1D5B02F8003387C2 /* Main.storyboard in Resources */,
  465. );
  466. runOnlyForDeploymentPostprocessing = 0;
  467. };
  468. D13F49C01BEDA53F00CE335D /* Resources */ = {
  469. isa = PBXResourcesBuildPhase;
  470. buildActionMask = 2147483647;
  471. files = (
  472. 4B7742481D87E42E0077024E /* loader.gif in Resources */,
  473. D12E0CA31C47F92200AC98AD /* Assets.xcassets in Resources */,
  474. D12E0CA41C47F92200AC98AD /* Main.storyboard in Resources */,
  475. );
  476. runOnlyForDeploymentPostprocessing = 0;
  477. };
  478. D1679A371C4E78B20020FD12 /* Resources */ = {
  479. isa = PBXResourcesBuildPhase;
  480. buildActionMask = 2147483647;
  481. files = (
  482. 277EAE8E2045B39C00547CD3 /* Interface.storyboard in Resources */,
  483. 277EAE8D2045B39C00547CD3 /* Assets.xcassets in Resources */,
  484. );
  485. runOnlyForDeploymentPostprocessing = 0;
  486. };
  487. D1679A431C4E78B20020FD12 /* Resources */ = {
  488. isa = PBXResourcesBuildPhase;
  489. buildActionMask = 2147483647;
  490. files = (
  491. 277EAE9D2045B4D500547CD3 /* Assets.xcassets in Resources */,
  492. );
  493. runOnlyForDeploymentPostprocessing = 0;
  494. };
  495. D1ED2D091AD2CFA600CFC3EB /* Resources */ = {
  496. isa = PBXResourcesBuildPhase;
  497. buildActionMask = 2147483647;
  498. files = (
  499. D12E0C991C47F91800AC98AD /* Images.xcassets in Resources */,
  500. 4B7742471D87E42E0077024E /* loader.gif in Resources */,
  501. D12E0C961C47F91800AC98AD /* LaunchScreen.xib in Resources */,
  502. D12E0C971C47F91800AC98AD /* Main.storyboard in Resources */,
  503. );
  504. runOnlyForDeploymentPostprocessing = 0;
  505. };
  506. /* End PBXResourcesBuildPhase section */
  507. /* Begin PBXSourcesBuildPhase section */
  508. 4B2944511C3D03880088C3E7 /* Sources */ = {
  509. isa = PBXSourcesBuildPhase;
  510. buildActionMask = 2147483647;
  511. files = (
  512. 4BCCF3421D5B02F8003387C2 /* ViewController.swift in Sources */,
  513. 4BCCF33D1D5B02F8003387C2 /* AppDelegate.swift in Sources */,
  514. );
  515. runOnlyForDeploymentPostprocessing = 0;
  516. };
  517. D13F49BE1BEDA53F00CE335D /* Sources */ = {
  518. isa = PBXSourcesBuildPhase;
  519. buildActionMask = 2147483647;
  520. files = (
  521. D12E0CB51C47F9C100AC98AD /* CollectionViewCell.swift in Sources */,
  522. D12E0CB61C47F9C100AC98AD /* ViewController.swift in Sources */,
  523. D12E0CA21C47F92200AC98AD /* AppDelegate.swift in Sources */,
  524. );
  525. runOnlyForDeploymentPostprocessing = 0;
  526. };
  527. D1679A411C4E78B20020FD12 /* Sources */ = {
  528. isa = PBXSourcesBuildPhase;
  529. buildActionMask = 2147483647;
  530. files = (
  531. 277EAEA32045B52800547CD3 /* ExtensionDelegate.swift in Sources */,
  532. 277EAEA12045B52800547CD3 /* InterfaceController.swift in Sources */,
  533. );
  534. runOnlyForDeploymentPostprocessing = 0;
  535. };
  536. D1ED2D071AD2CFA600CFC3EB /* Sources */ = {
  537. isa = PBXSourcesBuildPhase;
  538. buildActionMask = 2147483647;
  539. files = (
  540. D12E0C9B1C47F91800AC98AD /* ViewController.swift in Sources */,
  541. D12E0C981C47F91800AC98AD /* CollectionViewCell.swift in Sources */,
  542. D12E0C951C47F91800AC98AD /* AppDelegate.swift in Sources */,
  543. );
  544. runOnlyForDeploymentPostprocessing = 0;
  545. };
  546. /* End PBXSourcesBuildPhase section */
  547. /* Begin PBXTargetDependency section */
  548. D1679A481C4E78B20020FD12 /* PBXTargetDependency */ = {
  549. isa = PBXTargetDependency;
  550. target = D1679A441C4E78B20020FD12 /* Kingfisher-watchOS-Demo Extension */;
  551. targetProxy = D1679A471C4E78B20020FD12 /* PBXContainerItemProxy */;
  552. };
  553. D1679A521C4E78B20020FD12 /* PBXTargetDependency */ = {
  554. isa = PBXTargetDependency;
  555. target = D1679A381C4E78B20020FD12 /* Kingfisher-watchOS-Demo */;
  556. targetProxy = D1679A511C4E78B20020FD12 /* PBXContainerItemProxy */;
  557. };
  558. /* End PBXTargetDependency section */
  559. /* Begin PBXVariantGroup section */
  560. 277EAE8A2045B39C00547CD3 /* Interface.storyboard */ = {
  561. isa = PBXVariantGroup;
  562. children = (
  563. 277EAE8B2045B39C00547CD3 /* Base */,
  564. );
  565. name = Interface.storyboard;
  566. sourceTree = "<group>";
  567. };
  568. 4BCCF3381D5B02F8003387C2 /* Main.storyboard */ = {
  569. isa = PBXVariantGroup;
  570. children = (
  571. 4BCCF3391D5B02F8003387C2 /* Base */,
  572. );
  573. name = Main.storyboard;
  574. sourceTree = "<group>";
  575. };
  576. D12E0C8D1C47F91800AC98AD /* LaunchScreen.xib */ = {
  577. isa = PBXVariantGroup;
  578. children = (
  579. D12E0C8E1C47F91800AC98AD /* Base */,
  580. );
  581. name = LaunchScreen.xib;
  582. sourceTree = "<group>";
  583. };
  584. D12E0C8F1C47F91800AC98AD /* Main.storyboard */ = {
  585. isa = PBXVariantGroup;
  586. children = (
  587. D12E0C901C47F91800AC98AD /* Base */,
  588. );
  589. name = Main.storyboard;
  590. sourceTree = "<group>";
  591. };
  592. D12E0C9F1C47F92200AC98AD /* Main.storyboard */ = {
  593. isa = PBXVariantGroup;
  594. children = (
  595. D12E0CA01C47F92200AC98AD /* Base */,
  596. );
  597. name = Main.storyboard;
  598. sourceTree = "<group>";
  599. };
  600. /* End PBXVariantGroup section */
  601. /* Begin XCBuildConfiguration section */
  602. 4B2944621C3D03880088C3E7 /* Debug */ = {
  603. isa = XCBuildConfiguration;
  604. buildSettings = {
  605. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  606. CODE_SIGN_IDENTITY = "Mac Developer";
  607. CODE_SIGN_STYLE = Automatic;
  608. COMBINE_HIDPI_IMAGES = YES;
  609. DEBUG_INFORMATION_FORMAT = dwarf;
  610. DEVELOPMENT_TEAM = T499X543T7;
  611. GCC_NO_COMMON_BLOCKS = YES;
  612. INFOPLIST_FILE = "Demo/Kingfisher-macOS-Demo/Info.plist";
  613. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
  614. PRODUCT_BUNDLE_IDENTIFIER = "com.onevcat.Kingfisher-OSX-Demo";
  615. PRODUCT_NAME = "$(TARGET_NAME)";
  616. PROVISIONING_PROFILE_SPECIFIER = "";
  617. SDKROOT = macosx;
  618. SWIFT_SWIFT3_OBJC_INFERENCE = Off;
  619. SWIFT_VERSION = 4.2;
  620. };
  621. name = Debug;
  622. };
  623. 4B2944631C3D03880088C3E7 /* Release */ = {
  624. isa = XCBuildConfiguration;
  625. buildSettings = {
  626. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  627. CODE_SIGN_IDENTITY = "Mac Developer";
  628. CODE_SIGN_STYLE = Automatic;
  629. COMBINE_HIDPI_IMAGES = YES;
  630. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  631. DEVELOPMENT_TEAM = T499X543T7;
  632. GCC_NO_COMMON_BLOCKS = YES;
  633. INFOPLIST_FILE = "Demo/Kingfisher-macOS-Demo/Info.plist";
  634. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
  635. PRODUCT_BUNDLE_IDENTIFIER = "com.onevcat.Kingfisher-OSX-Demo";
  636. PRODUCT_NAME = "$(TARGET_NAME)";
  637. PROVISIONING_PROFILE_SPECIFIER = "";
  638. SDKROOT = macosx;
  639. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  640. SWIFT_SWIFT3_OBJC_INFERENCE = Off;
  641. SWIFT_VERSION = 4.2;
  642. };
  643. name = Release;
  644. };
  645. D13F49CE1BEDA53F00CE335D /* Debug */ = {
  646. isa = XCBuildConfiguration;
  647. buildSettings = {
  648. ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
  649. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  650. "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "iPhone Developer";
  651. CODE_SIGN_STYLE = Automatic;
  652. DEBUG_INFORMATION_FORMAT = dwarf;
  653. DEVELOPMENT_TEAM = T499X543T7;
  654. GCC_NO_COMMON_BLOCKS = YES;
  655. INFOPLIST_FILE = "Demo/Kingfisher-tvOS-Demo/Info.plist";
  656. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  657. PRODUCT_BUNDLE_IDENTIFIER = "com.onevcat.Kingfisher-tvOS-Demo";
  658. PRODUCT_NAME = "$(TARGET_NAME)";
  659. PROVISIONING_PROFILE_SPECIFIER = "";
  660. SDKROOT = appletvos;
  661. SWIFT_SWIFT3_OBJC_INFERENCE = Off;
  662. SWIFT_VERSION = 4.2;
  663. TARGETED_DEVICE_FAMILY = 3;
  664. };
  665. name = Debug;
  666. };
  667. D13F49CF1BEDA53F00CE335D /* Release */ = {
  668. isa = XCBuildConfiguration;
  669. buildSettings = {
  670. ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
  671. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  672. "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "iPhone Developer";
  673. CODE_SIGN_STYLE = Automatic;
  674. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  675. DEVELOPMENT_TEAM = T499X543T7;
  676. GCC_NO_COMMON_BLOCKS = YES;
  677. INFOPLIST_FILE = "Demo/Kingfisher-tvOS-Demo/Info.plist";
  678. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  679. PRODUCT_BUNDLE_IDENTIFIER = "com.onevcat.Kingfisher-tvOS-Demo";
  680. PRODUCT_NAME = "$(TARGET_NAME)";
  681. PROVISIONING_PROFILE_SPECIFIER = "";
  682. SDKROOT = appletvos;
  683. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  684. SWIFT_SWIFT3_OBJC_INFERENCE = Off;
  685. SWIFT_VERSION = 4.2;
  686. TARGETED_DEVICE_FAMILY = 3;
  687. };
  688. name = Release;
  689. };
  690. D1679A551C4E78B20020FD12 /* Debug */ = {
  691. isa = XCBuildConfiguration;
  692. buildSettings = {
  693. CLANG_ENABLE_MODULES = YES;
  694. DEBUG_INFORMATION_FORMAT = dwarf;
  695. DEVELOPMENT_TEAM = T499X543T7;
  696. GCC_NO_COMMON_BLOCKS = YES;
  697. INFOPLIST_FILE = "Demo/Kingfisher-watchOS-Demo Extension/Info.plist";
  698. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
  699. PRODUCT_BUNDLE_IDENTIFIER = "com.onevcat.Kingfisher-Demo.watchkitapp.watchkitextension";
  700. PRODUCT_NAME = "${TARGET_NAME}";
  701. SDKROOT = watchos;
  702. SKIP_INSTALL = YES;
  703. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  704. SWIFT_SWIFT3_OBJC_INFERENCE = Off;
  705. SWIFT_VERSION = 4.2;
  706. TARGETED_DEVICE_FAMILY = 4;
  707. };
  708. name = Debug;
  709. };
  710. D1679A561C4E78B20020FD12 /* Release */ = {
  711. isa = XCBuildConfiguration;
  712. buildSettings = {
  713. CLANG_ENABLE_MODULES = YES;
  714. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  715. DEVELOPMENT_TEAM = T499X543T7;
  716. GCC_NO_COMMON_BLOCKS = YES;
  717. INFOPLIST_FILE = "Demo/Kingfisher-watchOS-Demo Extension/Info.plist";
  718. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
  719. PRODUCT_BUNDLE_IDENTIFIER = "com.onevcat.Kingfisher-Demo.watchkitapp.watchkitextension";
  720. PRODUCT_NAME = "${TARGET_NAME}";
  721. SDKROOT = watchos;
  722. SKIP_INSTALL = YES;
  723. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  724. SWIFT_SWIFT3_OBJC_INFERENCE = Off;
  725. SWIFT_VERSION = 4.2;
  726. TARGETED_DEVICE_FAMILY = 4;
  727. };
  728. name = Release;
  729. };
  730. D1679A591C4E78B20020FD12 /* Debug */ = {
  731. isa = XCBuildConfiguration;
  732. buildSettings = {
  733. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  734. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  735. CODE_SIGN_IDENTITY = "iPhone Developer";
  736. "CODE_SIGN_IDENTITY[sdk=watchos*]" = "iPhone Developer";
  737. CODE_SIGN_STYLE = Automatic;
  738. DEBUG_INFORMATION_FORMAT = dwarf;
  739. DEVELOPMENT_TEAM = T499X543T7;
  740. GCC_NO_COMMON_BLOCKS = YES;
  741. IBSC_MODULE = Kingfisher_watchOS_Demo_Extension;
  742. INFOPLIST_FILE = "Demo/Kingfisher-watchOS-Demo/Info.plist";
  743. PRODUCT_BUNDLE_IDENTIFIER = "com.onevcat.Kingfisher-Demo.watchkitapp";
  744. PRODUCT_NAME = "$(TARGET_NAME)";
  745. PROVISIONING_PROFILE_SPECIFIER = "";
  746. SDKROOT = watchos;
  747. SKIP_INSTALL = YES;
  748. SWIFT_SWIFT3_OBJC_INFERENCE = On;
  749. SWIFT_VERSION = 4.2;
  750. TARGETED_DEVICE_FAMILY = 4;
  751. };
  752. name = Debug;
  753. };
  754. D1679A5A1C4E78B20020FD12 /* Release */ = {
  755. isa = XCBuildConfiguration;
  756. buildSettings = {
  757. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  758. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  759. CODE_SIGN_IDENTITY = "iPhone Developer";
  760. "CODE_SIGN_IDENTITY[sdk=watchos*]" = "iPhone Developer";
  761. CODE_SIGN_STYLE = Automatic;
  762. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  763. DEVELOPMENT_TEAM = T499X543T7;
  764. GCC_NO_COMMON_BLOCKS = YES;
  765. IBSC_MODULE = Kingfisher_watchOS_Demo_Extension;
  766. INFOPLIST_FILE = "Demo/Kingfisher-watchOS-Demo/Info.plist";
  767. PRODUCT_BUNDLE_IDENTIFIER = "com.onevcat.Kingfisher-Demo.watchkitapp";
  768. PRODUCT_NAME = "$(TARGET_NAME)";
  769. PROVISIONING_PROFILE_SPECIFIER = "";
  770. SDKROOT = watchos;
  771. SKIP_INSTALL = YES;
  772. SWIFT_SWIFT3_OBJC_INFERENCE = On;
  773. SWIFT_VERSION = 4.2;
  774. TARGETED_DEVICE_FAMILY = 4;
  775. };
  776. name = Release;
  777. };
  778. D1ED2D281AD2CFA600CFC3EB /* Debug */ = {
  779. isa = XCBuildConfiguration;
  780. buildSettings = {
  781. ALWAYS_SEARCH_USER_PATHS = NO;
  782. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  783. CLANG_CXX_LIBRARY = "libc++";
  784. CLANG_ENABLE_MODULES = YES;
  785. CLANG_ENABLE_OBJC_ARC = YES;
  786. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  787. CLANG_WARN_BOOL_CONVERSION = YES;
  788. CLANG_WARN_COMMA = YES;
  789. CLANG_WARN_CONSTANT_CONVERSION = YES;
  790. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  791. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  792. CLANG_WARN_EMPTY_BODY = YES;
  793. CLANG_WARN_ENUM_CONVERSION = YES;
  794. CLANG_WARN_INFINITE_RECURSION = YES;
  795. CLANG_WARN_INT_CONVERSION = YES;
  796. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  797. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  798. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  799. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  800. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  801. CLANG_WARN_STRICT_PROTOTYPES = YES;
  802. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  803. CLANG_WARN_UNREACHABLE_CODE = YES;
  804. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  805. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  806. COPY_PHASE_STRIP = NO;
  807. ENABLE_STRICT_OBJC_MSGSEND = YES;
  808. ENABLE_TESTABILITY = YES;
  809. GCC_C_LANGUAGE_STANDARD = gnu99;
  810. GCC_DYNAMIC_NO_PIC = NO;
  811. GCC_NO_COMMON_BLOCKS = YES;
  812. GCC_OPTIMIZATION_LEVEL = 0;
  813. GCC_PREPROCESSOR_DEFINITIONS = (
  814. "DEBUG=1",
  815. "$(inherited)",
  816. );
  817. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  818. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  819. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  820. GCC_WARN_UNDECLARED_SELECTOR = YES;
  821. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  822. GCC_WARN_UNUSED_FUNCTION = YES;
  823. GCC_WARN_UNUSED_VARIABLE = YES;
  824. IPHONEOS_DEPLOYMENT_TARGET = 10.0;
  825. MACOSX_DEPLOYMENT_TARGET = 10.11;
  826. MTL_ENABLE_DEBUG_INFO = YES;
  827. ONLY_ACTIVE_ARCH = YES;
  828. SDKROOT = iphoneos;
  829. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  830. SWIFT_VERSION = 3.0;
  831. TARGETED_DEVICE_FAMILY = "1,2";
  832. TVOS_DEPLOYMENT_TARGET = 9.0;
  833. WATCHOS_DEPLOYMENT_TARGET = 3.0;
  834. };
  835. name = Debug;
  836. };
  837. D1ED2D291AD2CFA600CFC3EB /* Release */ = {
  838. isa = XCBuildConfiguration;
  839. buildSettings = {
  840. ALWAYS_SEARCH_USER_PATHS = NO;
  841. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  842. CLANG_CXX_LIBRARY = "libc++";
  843. CLANG_ENABLE_MODULES = YES;
  844. CLANG_ENABLE_OBJC_ARC = YES;
  845. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  846. CLANG_WARN_BOOL_CONVERSION = YES;
  847. CLANG_WARN_COMMA = YES;
  848. CLANG_WARN_CONSTANT_CONVERSION = YES;
  849. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  850. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  851. CLANG_WARN_EMPTY_BODY = YES;
  852. CLANG_WARN_ENUM_CONVERSION = YES;
  853. CLANG_WARN_INFINITE_RECURSION = YES;
  854. CLANG_WARN_INT_CONVERSION = YES;
  855. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  856. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  857. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  858. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  859. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  860. CLANG_WARN_STRICT_PROTOTYPES = YES;
  861. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  862. CLANG_WARN_UNREACHABLE_CODE = YES;
  863. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  864. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  865. COPY_PHASE_STRIP = NO;
  866. ENABLE_NS_ASSERTIONS = NO;
  867. ENABLE_STRICT_OBJC_MSGSEND = YES;
  868. GCC_C_LANGUAGE_STANDARD = gnu99;
  869. GCC_NO_COMMON_BLOCKS = YES;
  870. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  871. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  872. GCC_WARN_UNDECLARED_SELECTOR = YES;
  873. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  874. GCC_WARN_UNUSED_FUNCTION = YES;
  875. GCC_WARN_UNUSED_VARIABLE = YES;
  876. IPHONEOS_DEPLOYMENT_TARGET = 10.0;
  877. MACOSX_DEPLOYMENT_TARGET = 10.11;
  878. MTL_ENABLE_DEBUG_INFO = NO;
  879. SDKROOT = iphoneos;
  880. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  881. SWIFT_VERSION = 3.0;
  882. TARGETED_DEVICE_FAMILY = "1,2";
  883. TVOS_DEPLOYMENT_TARGET = 9.0;
  884. VALIDATE_PRODUCT = YES;
  885. WATCHOS_DEPLOYMENT_TARGET = 3.0;
  886. };
  887. name = Release;
  888. };
  889. D1ED2D2B1AD2CFA600CFC3EB /* Debug */ = {
  890. isa = XCBuildConfiguration;
  891. buildSettings = {
  892. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  893. CODE_SIGN_IDENTITY = "iPhone Developer";
  894. DEVELOPMENT_TEAM = T499X543T7;
  895. INFOPLIST_FILE = "Demo/Kingfisher-Demo/Info.plist";
  896. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  897. PRODUCT_BUNDLE_IDENTIFIER = "com.onevcat.$(PRODUCT_NAME:rfc1034identifier)";
  898. PRODUCT_NAME = "$(TARGET_NAME)";
  899. SWIFT_SWIFT3_OBJC_INFERENCE = Off;
  900. SWIFT_VERSION = 4.2;
  901. };
  902. name = Debug;
  903. };
  904. D1ED2D2C1AD2CFA600CFC3EB /* Release */ = {
  905. isa = XCBuildConfiguration;
  906. buildSettings = {
  907. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  908. CODE_SIGN_IDENTITY = "iPhone Developer";
  909. DEVELOPMENT_TEAM = T499X543T7;
  910. INFOPLIST_FILE = "Demo/Kingfisher-Demo/Info.plist";
  911. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  912. PRODUCT_BUNDLE_IDENTIFIER = "com.onevcat.$(PRODUCT_NAME:rfc1034identifier)";
  913. PRODUCT_NAME = "$(TARGET_NAME)";
  914. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  915. SWIFT_SWIFT3_OBJC_INFERENCE = Off;
  916. SWIFT_VERSION = 4.2;
  917. };
  918. name = Release;
  919. };
  920. /* End XCBuildConfiguration section */
  921. /* Begin XCConfigurationList section */
  922. 4B2944611C3D03880088C3E7 /* Build configuration list for PBXNativeTarget "Kingfisher-macOS-Demo" */ = {
  923. isa = XCConfigurationList;
  924. buildConfigurations = (
  925. 4B2944621C3D03880088C3E7 /* Debug */,
  926. 4B2944631C3D03880088C3E7 /* Release */,
  927. );
  928. defaultConfigurationIsVisible = 0;
  929. defaultConfigurationName = Release;
  930. };
  931. D13F49D01BEDA53F00CE335D /* Build configuration list for PBXNativeTarget "Kingfisher-tvOS-Demo" */ = {
  932. isa = XCConfigurationList;
  933. buildConfigurations = (
  934. D13F49CE1BEDA53F00CE335D /* Debug */,
  935. D13F49CF1BEDA53F00CE335D /* Release */,
  936. );
  937. defaultConfigurationIsVisible = 0;
  938. defaultConfigurationName = Release;
  939. };
  940. D1679A541C4E78B20020FD12 /* Build configuration list for PBXNativeTarget "Kingfisher-watchOS-Demo Extension" */ = {
  941. isa = XCConfigurationList;
  942. buildConfigurations = (
  943. D1679A551C4E78B20020FD12 /* Debug */,
  944. D1679A561C4E78B20020FD12 /* Release */,
  945. );
  946. defaultConfigurationIsVisible = 0;
  947. defaultConfigurationName = Release;
  948. };
  949. D1679A581C4E78B20020FD12 /* Build configuration list for PBXNativeTarget "Kingfisher-watchOS-Demo" */ = {
  950. isa = XCConfigurationList;
  951. buildConfigurations = (
  952. D1679A591C4E78B20020FD12 /* Debug */,
  953. D1679A5A1C4E78B20020FD12 /* Release */,
  954. );
  955. defaultConfigurationIsVisible = 0;
  956. defaultConfigurationName = Release;
  957. };
  958. D1ED2D061AD2CFA600CFC3EB /* Build configuration list for PBXProject "Kingfisher-Demo" */ = {
  959. isa = XCConfigurationList;
  960. buildConfigurations = (
  961. D1ED2D281AD2CFA600CFC3EB /* Debug */,
  962. D1ED2D291AD2CFA600CFC3EB /* Release */,
  963. );
  964. defaultConfigurationIsVisible = 0;
  965. defaultConfigurationName = Release;
  966. };
  967. D1ED2D2A1AD2CFA600CFC3EB /* Build configuration list for PBXNativeTarget "Kingfisher-Demo" */ = {
  968. isa = XCConfigurationList;
  969. buildConfigurations = (
  970. D1ED2D2B1AD2CFA600CFC3EB /* Debug */,
  971. D1ED2D2C1AD2CFA600CFC3EB /* Release */,
  972. );
  973. defaultConfigurationIsVisible = 0;
  974. defaultConfigurationName = Release;
  975. };
  976. /* End XCConfigurationList section */
  977. };
  978. rootObject = D1ED2D031AD2CFA600CFC3EB /* Project object */;
  979. }