No Description

project.pbxproj 26KB

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