Aucune description

project.pbxproj 25KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 50;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. A50EEFCD255D175400545CFE /* ContentDataSource.swift in Sources */ = {isa = PBXBuildFile; fileRef = A50EEFCC255D175400545CFE /* ContentDataSource.swift */; };
  10. A51B4F772546674C002AFF05 /* FlowersResponseModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A51B4F762546674C002AFF05 /* FlowersResponseModel.swift */; };
  11. A51B4F7B25466A75002AFF05 /* flowers.json in Resources */ = {isa = PBXBuildFile; fileRef = A51B4F7A25466A75002AFF05 /* flowers.json */; };
  12. A52FB5C42546C2EA000AD235 /* rawResponse.json in Resources */ = {isa = PBXBuildFile; fileRef = A52FB5C32546C2EA000AD235 /* rawResponse.json */; };
  13. A5711B8B255CE03000E727BB /* Flower.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5711B8A255CE03000E727BB /* Flower.swift */; };
  14. A5711B8E255CE53900E727BB /* DummyData.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5711B8D255CE53900E727BB /* DummyData.swift */; };
  15. A5799DB02591390D003E975D /* HistoryService.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5799DAF2591390D003E975D /* HistoryService.swift */; };
  16. A5799DB4259157AC003E975D /* FlowerVerbose.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5799DB3259157AC003E975D /* FlowerVerbose.swift */; };
  17. A5799DB72591594D003E975D /* HistoryResponseModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5799DB62591594D003E975D /* HistoryResponseModel.swift */; };
  18. A5799DBB25915C2B003E975D /* FlowerVerboseDetailView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5799DBA25915C2B003E975D /* FlowerVerboseDetailView.swift */; };
  19. A58640BA258F30AD00F626AB /* LoginView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A58640B9258F30AD00F626AB /* LoginView.swift */; };
  20. A58640BE258F30F200F626AB /* RegisterView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A58640BD258F30F200F626AB /* RegisterView.swift */; };
  21. A59A2741254556880052319F /* FlowerdexApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = A59A2740254556880052319F /* FlowerdexApp.swift */; };
  22. A59A2743254556880052319F /* DiscoverView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A59A2742254556880052319F /* DiscoverView.swift */; };
  23. A59A27452545568A0052319F /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A59A27442545568A0052319F /* Assets.xcassets */; };
  24. A59A27482545568A0052319F /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A59A27472545568A0052319F /* Preview Assets.xcassets */; };
  25. A5AF3F5C2545FDEB0035AC9A /* FlowerCard.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5AF3F5B2545FDEB0035AC9A /* FlowerCard.swift */; };
  26. A5EA2F24258FEC2300699182 /* AuthenticationService.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5EA2F23258FEC2300699182 /* AuthenticationService.swift */; };
  27. A5EA2F28258FEC3D00699182 /* FlowerService.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5EA2F27258FEC3D00699182 /* FlowerService.swift */; };
  28. A5EA2F2C258FF0BD00699182 /* Constants.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5EA2F2B258FF0BD00699182 /* Constants.swift */; };
  29. A5EA2F32258FF58200699182 /* Responses.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5EA2F31258FF58200699182 /* Responses.swift */; };
  30. A5EA2F3A2590A62D00699182 /* HistoryView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5EA2F392590A62D00699182 /* HistoryView.swift */; };
  31. A5EA2F3F2590A65A00699182 /* MainView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5EA2F3E2590A65A00699182 /* MainView.swift */; };
  32. A5EE388D2576362B0014D0BE /* FilterFields.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5EE388C2576362B0014D0BE /* FilterFields.swift */; };
  33. A5EE389125763D3A0014D0BE /* AuthenticationModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5EE389025763D3A0014D0BE /* AuthenticationModel.swift */; };
  34. A5EE3897257658400014D0BE /* Filters.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5EE3896257658400014D0BE /* Filters.swift */; };
  35. A5EE38A4257700230014D0BE /* ImageManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5EE38A3257700230014D0BE /* ImageManager.swift */; };
  36. A5EE38AC257772200014D0BE /* FiltersSheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5EE38AB257772200014D0BE /* FiltersSheet.swift */; };
  37. A5EE38B0257818520014D0BE /* FlowersList.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5EE38AF257818520014D0BE /* FlowersList.swift */; };
  38. A5EE38B3257818BE0014D0BE /* StatusIcons.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5EE38B2257818BE0014D0BE /* StatusIcons.swift */; };
  39. A5F0D2FC258F3D2200AF735C /* User.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5F0D2FB258F3D2200AF735C /* User.swift */; };
  40. A5F3271A25460C0B003BCE0F /* FlowerDetailView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5F3271925460C0B003BCE0F /* FlowerDetailView.swift */; };
  41. /* End PBXBuildFile section */
  42. /* Begin PBXFileReference section */
  43. A50EEFCC255D175400545CFE /* ContentDataSource.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentDataSource.swift; sourceTree = "<group>"; };
  44. A51B4F762546674C002AFF05 /* FlowersResponseModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FlowersResponseModel.swift; sourceTree = "<group>"; };
  45. A51B4F7A25466A75002AFF05 /* flowers.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = flowers.json; sourceTree = "<group>"; };
  46. A52FB5C32546C2EA000AD235 /* rawResponse.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = rawResponse.json; sourceTree = "<group>"; };
  47. A5711B8A255CE03000E727BB /* Flower.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Flower.swift; sourceTree = "<group>"; };
  48. A5711B8D255CE53900E727BB /* DummyData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DummyData.swift; sourceTree = "<group>"; };
  49. A5799DAF2591390D003E975D /* HistoryService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HistoryService.swift; sourceTree = "<group>"; };
  50. A5799DB3259157AC003E975D /* FlowerVerbose.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FlowerVerbose.swift; sourceTree = "<group>"; };
  51. A5799DB62591594D003E975D /* HistoryResponseModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HistoryResponseModel.swift; sourceTree = "<group>"; };
  52. A5799DBA25915C2B003E975D /* FlowerVerboseDetailView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FlowerVerboseDetailView.swift; sourceTree = "<group>"; };
  53. A58640B9258F30AD00F626AB /* LoginView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoginView.swift; sourceTree = "<group>"; };
  54. A58640BD258F30F200F626AB /* RegisterView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RegisterView.swift; sourceTree = "<group>"; };
  55. A59A273D254556880052319F /* Flowerdex.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Flowerdex.app; sourceTree = BUILT_PRODUCTS_DIR; };
  56. A59A2740254556880052319F /* FlowerdexApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FlowerdexApp.swift; sourceTree = "<group>"; };
  57. A59A2742254556880052319F /* DiscoverView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DiscoverView.swift; sourceTree = "<group>"; };
  58. A59A27442545568A0052319F /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  59. A59A27472545568A0052319F /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
  60. A59A27492545568A0052319F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  61. A5AF3F5B2545FDEB0035AC9A /* FlowerCard.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FlowerCard.swift; sourceTree = "<group>"; };
  62. A5EA2F23258FEC2300699182 /* AuthenticationService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AuthenticationService.swift; sourceTree = "<group>"; };
  63. A5EA2F27258FEC3D00699182 /* FlowerService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FlowerService.swift; sourceTree = "<group>"; };
  64. A5EA2F2B258FF0BD00699182 /* Constants.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Constants.swift; sourceTree = "<group>"; };
  65. A5EA2F31258FF58200699182 /* Responses.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Responses.swift; sourceTree = "<group>"; };
  66. A5EA2F392590A62D00699182 /* HistoryView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HistoryView.swift; sourceTree = "<group>"; };
  67. A5EA2F3E2590A65A00699182 /* MainView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MainView.swift; sourceTree = "<group>"; };
  68. A5EE388C2576362B0014D0BE /* FilterFields.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FilterFields.swift; sourceTree = "<group>"; };
  69. A5EE389025763D3A0014D0BE /* AuthenticationModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AuthenticationModel.swift; sourceTree = "<group>"; };
  70. A5EE3896257658400014D0BE /* Filters.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Filters.swift; sourceTree = "<group>"; };
  71. A5EE38A3257700230014D0BE /* ImageManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ImageManager.swift; sourceTree = "<group>"; };
  72. A5EE38AB257772200014D0BE /* FiltersSheet.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FiltersSheet.swift; sourceTree = "<group>"; };
  73. A5EE38AF257818520014D0BE /* FlowersList.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FlowersList.swift; sourceTree = "<group>"; };
  74. A5EE38B2257818BE0014D0BE /* StatusIcons.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StatusIcons.swift; sourceTree = "<group>"; };
  75. A5F0D2FB258F3D2200AF735C /* User.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = User.swift; sourceTree = "<group>"; };
  76. A5F3271925460C0B003BCE0F /* FlowerDetailView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FlowerDetailView.swift; sourceTree = "<group>"; };
  77. /* End PBXFileReference section */
  78. /* Begin PBXFrameworksBuildPhase section */
  79. A59A273A254556880052319F /* Frameworks */ = {
  80. isa = PBXFrameworksBuildPhase;
  81. buildActionMask = 2147483647;
  82. files = (
  83. );
  84. runOnlyForDeploymentPostprocessing = 0;
  85. };
  86. /* End PBXFrameworksBuildPhase section */
  87. /* Begin PBXGroup section */
  88. A51B4F7125466562002AFF05 /* Model */ = {
  89. isa = PBXGroup;
  90. children = (
  91. A51B4F762546674C002AFF05 /* FlowersResponseModel.swift */,
  92. A5799DB62591594D003E975D /* HistoryResponseModel.swift */,
  93. A5EE389025763D3A0014D0BE /* AuthenticationModel.swift */,
  94. A5799DB3259157AC003E975D /* FlowerVerbose.swift */,
  95. A5711B8A255CE03000E727BB /* Flower.swift */,
  96. A5EE3896257658400014D0BE /* Filters.swift */,
  97. A5F0D2FB258F3D2200AF735C /* User.swift */,
  98. );
  99. path = Model;
  100. sourceTree = "<group>";
  101. };
  102. A51B4F79254668C2002AFF05 /* Resources */ = {
  103. isa = PBXGroup;
  104. children = (
  105. A5711B8D255CE53900E727BB /* DummyData.swift */,
  106. A51B4F7A25466A75002AFF05 /* flowers.json */,
  107. A52FB5C32546C2EA000AD235 /* rawResponse.json */,
  108. );
  109. path = Resources;
  110. sourceTree = "<group>";
  111. };
  112. A5711B85255CCC1700E727BB /* View */ = {
  113. isa = PBXGroup;
  114. children = (
  115. A58640AE258F213600F626AB /* Authentication Page */,
  116. A5EE38B6257819AA0014D0BE /* Discover Page */,
  117. A5EA2F382590A61000699182 /* History Page */,
  118. A5EA2F3E2590A65A00699182 /* MainView.swift */,
  119. A5EE38B2257818BE0014D0BE /* StatusIcons.swift */,
  120. );
  121. path = View;
  122. sourceTree = "<group>";
  123. };
  124. A58640AE258F213600F626AB /* Authentication Page */ = {
  125. isa = PBXGroup;
  126. children = (
  127. A58640B9258F30AD00F626AB /* LoginView.swift */,
  128. A58640BD258F30F200F626AB /* RegisterView.swift */,
  129. );
  130. path = "Authentication Page";
  131. sourceTree = "<group>";
  132. };
  133. A59A2734254556870052319F = {
  134. isa = PBXGroup;
  135. children = (
  136. A59A273F254556880052319F /* Flowerdex */,
  137. A59A273E254556880052319F /* Products */,
  138. );
  139. sourceTree = "<group>";
  140. };
  141. A59A273E254556880052319F /* Products */ = {
  142. isa = PBXGroup;
  143. children = (
  144. A59A273D254556880052319F /* Flowerdex.app */,
  145. );
  146. name = Products;
  147. sourceTree = "<group>";
  148. };
  149. A59A273F254556880052319F /* Flowerdex */ = {
  150. isa = PBXGroup;
  151. children = (
  152. A59A2740254556880052319F /* FlowerdexApp.swift */,
  153. A5EA2F22258FEBE700699182 /* Services */,
  154. A51B4F7125466562002AFF05 /* Model */,
  155. A5711B85255CCC1700E727BB /* View */,
  156. A5EA2F2A258FF07800699182 /* Supporting */,
  157. A51B4F79254668C2002AFF05 /* Resources */,
  158. A59A27442545568A0052319F /* Assets.xcassets */,
  159. A59A27492545568A0052319F /* Info.plist */,
  160. A59A27462545568A0052319F /* Preview Content */,
  161. );
  162. path = Flowerdex;
  163. sourceTree = "<group>";
  164. };
  165. A59A27462545568A0052319F /* Preview Content */ = {
  166. isa = PBXGroup;
  167. children = (
  168. A59A27472545568A0052319F /* Preview Assets.xcassets */,
  169. );
  170. path = "Preview Content";
  171. sourceTree = "<group>";
  172. };
  173. A5EA2F22258FEBE700699182 /* Services */ = {
  174. isa = PBXGroup;
  175. children = (
  176. A50EEFCC255D175400545CFE /* ContentDataSource.swift */,
  177. A5EE38A3257700230014D0BE /* ImageManager.swift */,
  178. A5EA2F23258FEC2300699182 /* AuthenticationService.swift */,
  179. A5EA2F27258FEC3D00699182 /* FlowerService.swift */,
  180. A5799DAF2591390D003E975D /* HistoryService.swift */,
  181. );
  182. path = Services;
  183. sourceTree = "<group>";
  184. };
  185. A5EA2F2A258FF07800699182 /* Supporting */ = {
  186. isa = PBXGroup;
  187. children = (
  188. A5EA2F2B258FF0BD00699182 /* Constants.swift */,
  189. A5EA2F31258FF58200699182 /* Responses.swift */,
  190. );
  191. path = Supporting;
  192. sourceTree = "<group>";
  193. };
  194. A5EA2F382590A61000699182 /* History Page */ = {
  195. isa = PBXGroup;
  196. children = (
  197. A5EA2F392590A62D00699182 /* HistoryView.swift */,
  198. A5799DBA25915C2B003E975D /* FlowerVerboseDetailView.swift */,
  199. );
  200. path = "History Page";
  201. sourceTree = "<group>";
  202. };
  203. A5EE38B6257819AA0014D0BE /* Discover Page */ = {
  204. isa = PBXGroup;
  205. children = (
  206. A59A2742254556880052319F /* DiscoverView.swift */,
  207. A5EE38AF257818520014D0BE /* FlowersList.swift */,
  208. A5F3271925460C0B003BCE0F /* FlowerDetailView.swift */,
  209. A5AF3F5B2545FDEB0035AC9A /* FlowerCard.swift */,
  210. A5EE38AB257772200014D0BE /* FiltersSheet.swift */,
  211. A5EE388C2576362B0014D0BE /* FilterFields.swift */,
  212. );
  213. path = "Discover Page";
  214. sourceTree = "<group>";
  215. };
  216. /* End PBXGroup section */
  217. /* Begin PBXNativeTarget section */
  218. A59A273C254556880052319F /* Flowerdex */ = {
  219. isa = PBXNativeTarget;
  220. buildConfigurationList = A59A274C2545568A0052319F /* Build configuration list for PBXNativeTarget "Flowerdex" */;
  221. buildPhases = (
  222. A59A2739254556880052319F /* Sources */,
  223. A59A273A254556880052319F /* Frameworks */,
  224. A59A273B254556880052319F /* Resources */,
  225. );
  226. buildRules = (
  227. );
  228. dependencies = (
  229. );
  230. name = Flowerdex;
  231. productName = Flowerdex;
  232. productReference = A59A273D254556880052319F /* Flowerdex.app */;
  233. productType = "com.apple.product-type.application";
  234. };
  235. /* End PBXNativeTarget section */
  236. /* Begin PBXProject section */
  237. A59A2735254556870052319F /* Project object */ = {
  238. isa = PBXProject;
  239. attributes = {
  240. LastSwiftUpdateCheck = 1210;
  241. LastUpgradeCheck = 1210;
  242. TargetAttributes = {
  243. A59A273C254556880052319F = {
  244. CreatedOnToolsVersion = 12.1;
  245. };
  246. };
  247. };
  248. buildConfigurationList = A59A2738254556870052319F /* Build configuration list for PBXProject "Flowerdex" */;
  249. compatibilityVersion = "Xcode 9.3";
  250. developmentRegion = en;
  251. hasScannedForEncodings = 0;
  252. knownRegions = (
  253. en,
  254. Base,
  255. );
  256. mainGroup = A59A2734254556870052319F;
  257. productRefGroup = A59A273E254556880052319F /* Products */;
  258. projectDirPath = "";
  259. projectRoot = "";
  260. targets = (
  261. A59A273C254556880052319F /* Flowerdex */,
  262. );
  263. };
  264. /* End PBXProject section */
  265. /* Begin PBXResourcesBuildPhase section */
  266. A59A273B254556880052319F /* Resources */ = {
  267. isa = PBXResourcesBuildPhase;
  268. buildActionMask = 2147483647;
  269. files = (
  270. A59A27482545568A0052319F /* Preview Assets.xcassets in Resources */,
  271. A52FB5C42546C2EA000AD235 /* rawResponse.json in Resources */,
  272. A51B4F7B25466A75002AFF05 /* flowers.json in Resources */,
  273. A59A27452545568A0052319F /* Assets.xcassets in Resources */,
  274. );
  275. runOnlyForDeploymentPostprocessing = 0;
  276. };
  277. /* End PBXResourcesBuildPhase section */
  278. /* Begin PBXSourcesBuildPhase section */
  279. A59A2739254556880052319F /* Sources */ = {
  280. isa = PBXSourcesBuildPhase;
  281. buildActionMask = 2147483647;
  282. files = (
  283. A50EEFCD255D175400545CFE /* ContentDataSource.swift in Sources */,
  284. A5EA2F3F2590A65A00699182 /* MainView.swift in Sources */,
  285. A5EA2F2C258FF0BD00699182 /* Constants.swift in Sources */,
  286. A59A2743254556880052319F /* DiscoverView.swift in Sources */,
  287. A5EE389125763D3A0014D0BE /* AuthenticationModel.swift in Sources */,
  288. A5EE38A4257700230014D0BE /* ImageManager.swift in Sources */,
  289. A5EE38B0257818520014D0BE /* FlowersList.swift in Sources */,
  290. A5799DB02591390D003E975D /* HistoryService.swift in Sources */,
  291. A5EA2F3A2590A62D00699182 /* HistoryView.swift in Sources */,
  292. A51B4F772546674C002AFF05 /* FlowersResponseModel.swift in Sources */,
  293. A5EE3897257658400014D0BE /* Filters.swift in Sources */,
  294. A5711B8B255CE03000E727BB /* Flower.swift in Sources */,
  295. A59A2741254556880052319F /* FlowerdexApp.swift in Sources */,
  296. A5799DB72591594D003E975D /* HistoryResponseModel.swift in Sources */,
  297. A5EA2F32258FF58200699182 /* Responses.swift in Sources */,
  298. A5799DBB25915C2B003E975D /* FlowerVerboseDetailView.swift in Sources */,
  299. A58640BE258F30F200F626AB /* RegisterView.swift in Sources */,
  300. A5EE388D2576362B0014D0BE /* FilterFields.swift in Sources */,
  301. A5F3271A25460C0B003BCE0F /* FlowerDetailView.swift in Sources */,
  302. A58640BA258F30AD00F626AB /* LoginView.swift in Sources */,
  303. A5AF3F5C2545FDEB0035AC9A /* FlowerCard.swift in Sources */,
  304. A5EE38B3257818BE0014D0BE /* StatusIcons.swift in Sources */,
  305. A5EA2F24258FEC2300699182 /* AuthenticationService.swift in Sources */,
  306. A5711B8E255CE53900E727BB /* DummyData.swift in Sources */,
  307. A5F0D2FC258F3D2200AF735C /* User.swift in Sources */,
  308. A5EE38AC257772200014D0BE /* FiltersSheet.swift in Sources */,
  309. A5EA2F28258FEC3D00699182 /* FlowerService.swift in Sources */,
  310. A5799DB4259157AC003E975D /* FlowerVerbose.swift in Sources */,
  311. );
  312. runOnlyForDeploymentPostprocessing = 0;
  313. };
  314. /* End PBXSourcesBuildPhase section */
  315. /* Begin XCBuildConfiguration section */
  316. A59A274A2545568A0052319F /* Debug */ = {
  317. isa = XCBuildConfiguration;
  318. buildSettings = {
  319. ALWAYS_SEARCH_USER_PATHS = NO;
  320. CLANG_ANALYZER_NONNULL = YES;
  321. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  322. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  323. CLANG_CXX_LIBRARY = "libc++";
  324. CLANG_ENABLE_MODULES = YES;
  325. CLANG_ENABLE_OBJC_ARC = YES;
  326. CLANG_ENABLE_OBJC_WEAK = YES;
  327. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  328. CLANG_WARN_BOOL_CONVERSION = YES;
  329. CLANG_WARN_COMMA = YES;
  330. CLANG_WARN_CONSTANT_CONVERSION = YES;
  331. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  332. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  333. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  334. CLANG_WARN_EMPTY_BODY = YES;
  335. CLANG_WARN_ENUM_CONVERSION = YES;
  336. CLANG_WARN_INFINITE_RECURSION = YES;
  337. CLANG_WARN_INT_CONVERSION = YES;
  338. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  339. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  340. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  341. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  342. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  343. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  344. CLANG_WARN_STRICT_PROTOTYPES = YES;
  345. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  346. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  347. CLANG_WARN_UNREACHABLE_CODE = YES;
  348. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  349. COPY_PHASE_STRIP = NO;
  350. DEBUG_INFORMATION_FORMAT = dwarf;
  351. ENABLE_STRICT_OBJC_MSGSEND = YES;
  352. ENABLE_TESTABILITY = YES;
  353. GCC_C_LANGUAGE_STANDARD = gnu11;
  354. GCC_DYNAMIC_NO_PIC = NO;
  355. GCC_NO_COMMON_BLOCKS = YES;
  356. GCC_OPTIMIZATION_LEVEL = 0;
  357. GCC_PREPROCESSOR_DEFINITIONS = (
  358. "DEBUG=1",
  359. "$(inherited)",
  360. );
  361. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  362. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  363. GCC_WARN_UNDECLARED_SELECTOR = YES;
  364. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  365. GCC_WARN_UNUSED_FUNCTION = YES;
  366. GCC_WARN_UNUSED_VARIABLE = YES;
  367. IPHONEOS_DEPLOYMENT_TARGET = 14.1;
  368. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  369. MTL_FAST_MATH = YES;
  370. ONLY_ACTIVE_ARCH = YES;
  371. SDKROOT = iphoneos;
  372. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  373. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  374. };
  375. name = Debug;
  376. };
  377. A59A274B2545568A0052319F /* Release */ = {
  378. isa = XCBuildConfiguration;
  379. buildSettings = {
  380. ALWAYS_SEARCH_USER_PATHS = NO;
  381. CLANG_ANALYZER_NONNULL = YES;
  382. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  383. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  384. CLANG_CXX_LIBRARY = "libc++";
  385. CLANG_ENABLE_MODULES = YES;
  386. CLANG_ENABLE_OBJC_ARC = YES;
  387. CLANG_ENABLE_OBJC_WEAK = YES;
  388. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  389. CLANG_WARN_BOOL_CONVERSION = YES;
  390. CLANG_WARN_COMMA = YES;
  391. CLANG_WARN_CONSTANT_CONVERSION = YES;
  392. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  393. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  394. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  395. CLANG_WARN_EMPTY_BODY = YES;
  396. CLANG_WARN_ENUM_CONVERSION = YES;
  397. CLANG_WARN_INFINITE_RECURSION = YES;
  398. CLANG_WARN_INT_CONVERSION = YES;
  399. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  400. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  401. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  402. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  403. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  404. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  405. CLANG_WARN_STRICT_PROTOTYPES = YES;
  406. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  407. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  408. CLANG_WARN_UNREACHABLE_CODE = YES;
  409. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  410. COPY_PHASE_STRIP = NO;
  411. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  412. ENABLE_NS_ASSERTIONS = NO;
  413. ENABLE_STRICT_OBJC_MSGSEND = YES;
  414. GCC_C_LANGUAGE_STANDARD = gnu11;
  415. GCC_NO_COMMON_BLOCKS = YES;
  416. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  417. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  418. GCC_WARN_UNDECLARED_SELECTOR = YES;
  419. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  420. GCC_WARN_UNUSED_FUNCTION = YES;
  421. GCC_WARN_UNUSED_VARIABLE = YES;
  422. IPHONEOS_DEPLOYMENT_TARGET = 14.1;
  423. MTL_ENABLE_DEBUG_INFO = NO;
  424. MTL_FAST_MATH = YES;
  425. SDKROOT = iphoneos;
  426. SWIFT_COMPILATION_MODE = wholemodule;
  427. SWIFT_OPTIMIZATION_LEVEL = "-O";
  428. VALIDATE_PRODUCT = YES;
  429. };
  430. name = Release;
  431. };
  432. A59A274D2545568A0052319F /* Debug */ = {
  433. isa = XCBuildConfiguration;
  434. buildSettings = {
  435. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  436. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  437. CODE_SIGN_STYLE = Automatic;
  438. DEVELOPMENT_ASSET_PATHS = "\"Flowerdex/Preview Content\"";
  439. DEVELOPMENT_TEAM = 64DLWCZQCP;
  440. ENABLE_PREVIEWS = YES;
  441. INFOPLIST_FILE = Flowerdex/Info.plist;
  442. IPHONEOS_DEPLOYMENT_TARGET = 14.0;
  443. LD_RUNPATH_SEARCH_PATHS = (
  444. "$(inherited)",
  445. "@executable_path/Frameworks",
  446. );
  447. PRODUCT_BUNDLE_IDENTIFIER = com.LosIndecisos.Flowerdex;
  448. PRODUCT_NAME = "$(TARGET_NAME)";
  449. SWIFT_VERSION = 5.0;
  450. TARGETED_DEVICE_FAMILY = "1,2";
  451. };
  452. name = Debug;
  453. };
  454. A59A274E2545568A0052319F /* Release */ = {
  455. isa = XCBuildConfiguration;
  456. buildSettings = {
  457. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  458. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  459. CODE_SIGN_STYLE = Automatic;
  460. DEVELOPMENT_ASSET_PATHS = "\"Flowerdex/Preview Content\"";
  461. DEVELOPMENT_TEAM = 64DLWCZQCP;
  462. ENABLE_PREVIEWS = YES;
  463. INFOPLIST_FILE = Flowerdex/Info.plist;
  464. IPHONEOS_DEPLOYMENT_TARGET = 14.0;
  465. LD_RUNPATH_SEARCH_PATHS = (
  466. "$(inherited)",
  467. "@executable_path/Frameworks",
  468. );
  469. PRODUCT_BUNDLE_IDENTIFIER = com.LosIndecisos.Flowerdex;
  470. PRODUCT_NAME = "$(TARGET_NAME)";
  471. SWIFT_VERSION = 5.0;
  472. TARGETED_DEVICE_FAMILY = "1,2";
  473. };
  474. name = Release;
  475. };
  476. /* End XCBuildConfiguration section */
  477. /* Begin XCConfigurationList section */
  478. A59A2738254556870052319F /* Build configuration list for PBXProject "Flowerdex" */ = {
  479. isa = XCConfigurationList;
  480. buildConfigurations = (
  481. A59A274A2545568A0052319F /* Debug */,
  482. A59A274B2545568A0052319F /* Release */,
  483. );
  484. defaultConfigurationIsVisible = 0;
  485. defaultConfigurationName = Release;
  486. };
  487. A59A274C2545568A0052319F /* Build configuration list for PBXNativeTarget "Flowerdex" */ = {
  488. isa = XCConfigurationList;
  489. buildConfigurations = (
  490. A59A274D2545568A0052319F /* Debug */,
  491. A59A274E2545568A0052319F /* Release */,
  492. );
  493. defaultConfigurationIsVisible = 0;
  494. defaultConfigurationName = Release;
  495. };
  496. /* End XCConfigurationList section */
  497. };
  498. rootObject = A59A2735254556870052319F /* Project object */;
  499. }