No Description

project.pbxproj 30KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 50;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 350E75AA25756829006B17CC /* Search.swift in Sources */ = {isa = PBXBuildFile; fileRef = 350E75A925756829006B17CC /* Search.swift */; };
  10. 350E75AF2575687C006B17CC /* FoodItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 350E75AE2575687C006B17CC /* FoodItem.swift */; };
  11. 350E75B425757572006B17CC /* FoodCardView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 350E75B325757572006B17CC /* FoodCardView.swift */; };
  12. 350E75BC257576BD006B17CC /* CustomNavigationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 350E75BB257576BD006B17CC /* CustomNavigationView.swift */; };
  13. 350E75C125757B24006B17CC /* SearchContainer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 350E75C025757B24006B17CC /* SearchContainer.swift */; };
  14. 350E75CD25758D92006B17CC /* UserSettings.swift in Sources */ = {isa = PBXBuildFile; fileRef = 350E75CC25758D92006B17CC /* UserSettings.swift */; };
  15. 3565338325449C3600F2F0DE /* Comedores_SocialesApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3565338225449C3600F2F0DE /* Comedores_SocialesApp.swift */; };
  16. 3565338525449C3600F2F0DE /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3565338425449C3600F2F0DE /* ContentView.swift */; };
  17. 3565338725449C3800F2F0DE /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 3565338625449C3800F2F0DE /* Assets.xcassets */; };
  18. 3565338A25449C3800F2F0DE /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 3565338925449C3800F2F0DE /* Preview Assets.xcassets */; };
  19. 3565338C25449C3800F2F0DE /* Persistence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3565338B25449C3800F2F0DE /* Persistence.swift */; };
  20. 3565338F25449C3800F2F0DE /* Comedores_Sociales.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 3565338D25449C3800F2F0DE /* Comedores_Sociales.xcdatamodeld */; };
  21. 3565339A25449C3800F2F0DE /* Comedores_SocialesTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3565339925449C3800F2F0DE /* Comedores_SocialesTests.swift */; };
  22. 356533A525449C3900F2F0DE /* Comedores_SocialesUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 356533A425449C3900F2F0DE /* Comedores_SocialesUITests.swift */; };
  23. 356533B92544A1AF00F2F0DE /* LoginView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 356533B82544A1AF00F2F0DE /* LoginView.swift */; };
  24. 356533C42544B1FF00F2F0DE /* RegisterView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 356533C32544B1FF00F2F0DE /* RegisterView.swift */; };
  25. 3580269E258A5A2E00CDE7AE /* ProfileSummary.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3580269D258A5A2E00CDE7AE /* ProfileSummary.swift */; };
  26. 358026A6258A5BB700CDE7AE /* ProfileModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 358026A5258A5BB700CDE7AE /* ProfileModel.swift */; };
  27. 358026AB258A5DA600CDE7AE /* ProfileView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 358026AA258A5DA600CDE7AE /* ProfileView.swift */; };
  28. 358E94702558AC130074E928 /* NetworkingModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 358E946F2558AC130074E928 /* NetworkingModel.swift */; };
  29. 35CAE51C258B9B7800FC27A6 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 35CAE51E258B9B7800FC27A6 /* Localizable.strings */; };
  30. /* End PBXBuildFile section */
  31. /* Begin PBXContainerItemProxy section */
  32. 3565339625449C3800F2F0DE /* PBXContainerItemProxy */ = {
  33. isa = PBXContainerItemProxy;
  34. containerPortal = 3565337725449C3600F2F0DE /* Project object */;
  35. proxyType = 1;
  36. remoteGlobalIDString = 3565337E25449C3600F2F0DE;
  37. remoteInfo = "Comedores Sociales";
  38. };
  39. 356533A125449C3900F2F0DE /* PBXContainerItemProxy */ = {
  40. isa = PBXContainerItemProxy;
  41. containerPortal = 3565337725449C3600F2F0DE /* Project object */;
  42. proxyType = 1;
  43. remoteGlobalIDString = 3565337E25449C3600F2F0DE;
  44. remoteInfo = "Comedores Sociales";
  45. };
  46. /* End PBXContainerItemProxy section */
  47. /* Begin PBXFileReference section */
  48. 350E75A925756829006B17CC /* Search.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Search.swift; sourceTree = "<group>"; };
  49. 350E75AE2575687C006B17CC /* FoodItem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FoodItem.swift; sourceTree = "<group>"; };
  50. 350E75B325757572006B17CC /* FoodCardView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FoodCardView.swift; sourceTree = "<group>"; };
  51. 350E75BB257576BD006B17CC /* CustomNavigationView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CustomNavigationView.swift; sourceTree = "<group>"; };
  52. 350E75C025757B24006B17CC /* SearchContainer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SearchContainer.swift; sourceTree = "<group>"; };
  53. 350E75CC25758D92006B17CC /* UserSettings.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserSettings.swift; sourceTree = "<group>"; };
  54. 3565337F25449C3600F2F0DE /* Comedores Sociales.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Comedores Sociales.app"; sourceTree = BUILT_PRODUCTS_DIR; };
  55. 3565338225449C3600F2F0DE /* Comedores_SocialesApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Comedores_SocialesApp.swift; sourceTree = "<group>"; };
  56. 3565338425449C3600F2F0DE /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
  57. 3565338625449C3800F2F0DE /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  58. 3565338925449C3800F2F0DE /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
  59. 3565338B25449C3800F2F0DE /* Persistence.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Persistence.swift; sourceTree = "<group>"; };
  60. 3565338E25449C3800F2F0DE /* Comedores_Sociales.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = Comedores_Sociales.xcdatamodel; sourceTree = "<group>"; };
  61. 3565339025449C3800F2F0DE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  62. 3565339525449C3800F2F0DE /* Comedores SocialesTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Comedores SocialesTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
  63. 3565339925449C3800F2F0DE /* Comedores_SocialesTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Comedores_SocialesTests.swift; sourceTree = "<group>"; };
  64. 3565339B25449C3900F2F0DE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  65. 356533A025449C3900F2F0DE /* Comedores SocialesUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Comedores SocialesUITests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
  66. 356533A425449C3900F2F0DE /* Comedores_SocialesUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Comedores_SocialesUITests.swift; sourceTree = "<group>"; };
  67. 356533A625449C3900F2F0DE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  68. 356533B82544A1AF00F2F0DE /* LoginView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoginView.swift; sourceTree = "<group>"; };
  69. 356533C32544B1FF00F2F0DE /* RegisterView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RegisterView.swift; sourceTree = "<group>"; };
  70. 3580269D258A5A2E00CDE7AE /* ProfileSummary.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProfileSummary.swift; sourceTree = "<group>"; };
  71. 358026A5258A5BB700CDE7AE /* ProfileModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProfileModel.swift; sourceTree = "<group>"; };
  72. 358026AA258A5DA600CDE7AE /* ProfileView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProfileView.swift; sourceTree = "<group>"; };
  73. 358E946F2558AC130074E928 /* NetworkingModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NetworkingModel.swift; sourceTree = "<group>"; };
  74. 35CAE51D258B9B7800FC27A6 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = "<group>"; };
  75. 35CAE51F258B9BC600FC27A6 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/Localizable.strings; sourceTree = "<group>"; };
  76. 35CAE520258B9C2A00FC27A6 /* es-419 */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "es-419"; path = "es-419.lproj/Localizable.strings"; sourceTree = "<group>"; };
  77. /* End PBXFileReference section */
  78. /* Begin PBXFrameworksBuildPhase section */
  79. 3565337C25449C3600F2F0DE /* Frameworks */ = {
  80. isa = PBXFrameworksBuildPhase;
  81. buildActionMask = 2147483647;
  82. files = (
  83. );
  84. runOnlyForDeploymentPostprocessing = 0;
  85. };
  86. 3565339225449C3800F2F0DE /* Frameworks */ = {
  87. isa = PBXFrameworksBuildPhase;
  88. buildActionMask = 2147483647;
  89. files = (
  90. );
  91. runOnlyForDeploymentPostprocessing = 0;
  92. };
  93. 3565339D25449C3900F2F0DE /* Frameworks */ = {
  94. isa = PBXFrameworksBuildPhase;
  95. buildActionMask = 2147483647;
  96. files = (
  97. );
  98. runOnlyForDeploymentPostprocessing = 0;
  99. };
  100. /* End PBXFrameworksBuildPhase section */
  101. /* Begin PBXGroup section */
  102. 350E75972575672F006B17CC /* View */ = {
  103. isa = PBXGroup;
  104. children = (
  105. 350E75BB257576BD006B17CC /* CustomNavigationView.swift */,
  106. 350E75B325757572006B17CC /* FoodCardView.swift */,
  107. 3580269D258A5A2E00CDE7AE /* ProfileSummary.swift */,
  108. 358026AA258A5DA600CDE7AE /* ProfileView.swift */,
  109. 350E759D257567F2006B17CC /* Search */,
  110. 350E759C257567E4006B17CC /* Auth */,
  111. );
  112. path = View;
  113. sourceTree = "<group>";
  114. };
  115. 350E759825756737006B17CC /* Model */ = {
  116. isa = PBXGroup;
  117. children = (
  118. 358E946F2558AC130074E928 /* NetworkingModel.swift */,
  119. 3565338B25449C3800F2F0DE /* Persistence.swift */,
  120. 350E75AE2575687C006B17CC /* FoodItem.swift */,
  121. 350E75CC25758D92006B17CC /* UserSettings.swift */,
  122. 358026A5258A5BB700CDE7AE /* ProfileModel.swift */,
  123. );
  124. path = Model;
  125. sourceTree = "<group>";
  126. };
  127. 350E759C257567E4006B17CC /* Auth */ = {
  128. isa = PBXGroup;
  129. children = (
  130. 356533B82544A1AF00F2F0DE /* LoginView.swift */,
  131. 356533C32544B1FF00F2F0DE /* RegisterView.swift */,
  132. );
  133. path = Auth;
  134. sourceTree = "<group>";
  135. };
  136. 350E759D257567F2006B17CC /* Search */ = {
  137. isa = PBXGroup;
  138. children = (
  139. 350E75A925756829006B17CC /* Search.swift */,
  140. 350E75C025757B24006B17CC /* SearchContainer.swift */,
  141. );
  142. path = Search;
  143. sourceTree = "<group>";
  144. };
  145. 3565337625449C3600F2F0DE = {
  146. isa = PBXGroup;
  147. children = (
  148. 35CAE51E258B9B7800FC27A6 /* Localizable.strings */,
  149. 3565338125449C3600F2F0DE /* Comedores Sociales */,
  150. 3565339825449C3800F2F0DE /* Comedores SocialesTests */,
  151. 356533A325449C3900F2F0DE /* Comedores SocialesUITests */,
  152. 3565338025449C3600F2F0DE /* Products */,
  153. );
  154. sourceTree = "<group>";
  155. };
  156. 3565338025449C3600F2F0DE /* Products */ = {
  157. isa = PBXGroup;
  158. children = (
  159. 3565337F25449C3600F2F0DE /* Comedores Sociales.app */,
  160. 3565339525449C3800F2F0DE /* Comedores SocialesTests.xctest */,
  161. 356533A025449C3900F2F0DE /* Comedores SocialesUITests.xctest */,
  162. );
  163. name = Products;
  164. sourceTree = "<group>";
  165. };
  166. 3565338125449C3600F2F0DE /* Comedores Sociales */ = {
  167. isa = PBXGroup;
  168. children = (
  169. 3565338225449C3600F2F0DE /* Comedores_SocialesApp.swift */,
  170. 3565338425449C3600F2F0DE /* ContentView.swift */,
  171. 350E759825756737006B17CC /* Model */,
  172. 350E75972575672F006B17CC /* View */,
  173. 3565338625449C3800F2F0DE /* Assets.xcassets */,
  174. 3565339025449C3800F2F0DE /* Info.plist */,
  175. 3565338D25449C3800F2F0DE /* Comedores_Sociales.xcdatamodeld */,
  176. 3565338825449C3800F2F0DE /* Preview Content */,
  177. );
  178. path = "Comedores Sociales";
  179. sourceTree = "<group>";
  180. };
  181. 3565338825449C3800F2F0DE /* Preview Content */ = {
  182. isa = PBXGroup;
  183. children = (
  184. 3565338925449C3800F2F0DE /* Preview Assets.xcassets */,
  185. );
  186. path = "Preview Content";
  187. sourceTree = "<group>";
  188. };
  189. 3565339825449C3800F2F0DE /* Comedores SocialesTests */ = {
  190. isa = PBXGroup;
  191. children = (
  192. 3565339925449C3800F2F0DE /* Comedores_SocialesTests.swift */,
  193. 3565339B25449C3900F2F0DE /* Info.plist */,
  194. );
  195. path = "Comedores SocialesTests";
  196. sourceTree = "<group>";
  197. };
  198. 356533A325449C3900F2F0DE /* Comedores SocialesUITests */ = {
  199. isa = PBXGroup;
  200. children = (
  201. 356533A425449C3900F2F0DE /* Comedores_SocialesUITests.swift */,
  202. 356533A625449C3900F2F0DE /* Info.plist */,
  203. );
  204. path = "Comedores SocialesUITests";
  205. sourceTree = "<group>";
  206. };
  207. /* End PBXGroup section */
  208. /* Begin PBXNativeTarget section */
  209. 3565337E25449C3600F2F0DE /* Comedores Sociales */ = {
  210. isa = PBXNativeTarget;
  211. buildConfigurationList = 356533A925449C3900F2F0DE /* Build configuration list for PBXNativeTarget "Comedores Sociales" */;
  212. buildPhases = (
  213. 3565337B25449C3600F2F0DE /* Sources */,
  214. 3565337C25449C3600F2F0DE /* Frameworks */,
  215. 3565337D25449C3600F2F0DE /* Resources */,
  216. );
  217. buildRules = (
  218. );
  219. dependencies = (
  220. );
  221. name = "Comedores Sociales";
  222. productName = "Comedores Sociales";
  223. productReference = 3565337F25449C3600F2F0DE /* Comedores Sociales.app */;
  224. productType = "com.apple.product-type.application";
  225. };
  226. 3565339425449C3800F2F0DE /* Comedores SocialesTests */ = {
  227. isa = PBXNativeTarget;
  228. buildConfigurationList = 356533AC25449C3900F2F0DE /* Build configuration list for PBXNativeTarget "Comedores SocialesTests" */;
  229. buildPhases = (
  230. 3565339125449C3800F2F0DE /* Sources */,
  231. 3565339225449C3800F2F0DE /* Frameworks */,
  232. 3565339325449C3800F2F0DE /* Resources */,
  233. );
  234. buildRules = (
  235. );
  236. dependencies = (
  237. 3565339725449C3800F2F0DE /* PBXTargetDependency */,
  238. );
  239. name = "Comedores SocialesTests";
  240. productName = "Comedores SocialesTests";
  241. productReference = 3565339525449C3800F2F0DE /* Comedores SocialesTests.xctest */;
  242. productType = "com.apple.product-type.bundle.unit-test";
  243. };
  244. 3565339F25449C3900F2F0DE /* Comedores SocialesUITests */ = {
  245. isa = PBXNativeTarget;
  246. buildConfigurationList = 356533AF25449C3900F2F0DE /* Build configuration list for PBXNativeTarget "Comedores SocialesUITests" */;
  247. buildPhases = (
  248. 3565339C25449C3900F2F0DE /* Sources */,
  249. 3565339D25449C3900F2F0DE /* Frameworks */,
  250. 3565339E25449C3900F2F0DE /* Resources */,
  251. );
  252. buildRules = (
  253. );
  254. dependencies = (
  255. 356533A225449C3900F2F0DE /* PBXTargetDependency */,
  256. );
  257. name = "Comedores SocialesUITests";
  258. productName = "Comedores SocialesUITests";
  259. productReference = 356533A025449C3900F2F0DE /* Comedores SocialesUITests.xctest */;
  260. productType = "com.apple.product-type.bundle.ui-testing";
  261. };
  262. /* End PBXNativeTarget section */
  263. /* Begin PBXProject section */
  264. 3565337725449C3600F2F0DE /* Project object */ = {
  265. isa = PBXProject;
  266. attributes = {
  267. LastSwiftUpdateCheck = 1210;
  268. LastUpgradeCheck = 1210;
  269. TargetAttributes = {
  270. 3565337E25449C3600F2F0DE = {
  271. CreatedOnToolsVersion = 12.1;
  272. };
  273. 3565339425449C3800F2F0DE = {
  274. CreatedOnToolsVersion = 12.1;
  275. TestTargetID = 3565337E25449C3600F2F0DE;
  276. };
  277. 3565339F25449C3900F2F0DE = {
  278. CreatedOnToolsVersion = 12.1;
  279. TestTargetID = 3565337E25449C3600F2F0DE;
  280. };
  281. };
  282. };
  283. buildConfigurationList = 3565337A25449C3600F2F0DE /* Build configuration list for PBXProject "Comedores Sociales" */;
  284. compatibilityVersion = "Xcode 9.3";
  285. developmentRegion = en;
  286. hasScannedForEncodings = 0;
  287. knownRegions = (
  288. en,
  289. Base,
  290. es,
  291. "es-419",
  292. );
  293. mainGroup = 3565337625449C3600F2F0DE;
  294. productRefGroup = 3565338025449C3600F2F0DE /* Products */;
  295. projectDirPath = "";
  296. projectRoot = "";
  297. targets = (
  298. 3565337E25449C3600F2F0DE /* Comedores Sociales */,
  299. 3565339425449C3800F2F0DE /* Comedores SocialesTests */,
  300. 3565339F25449C3900F2F0DE /* Comedores SocialesUITests */,
  301. );
  302. };
  303. /* End PBXProject section */
  304. /* Begin PBXResourcesBuildPhase section */
  305. 3565337D25449C3600F2F0DE /* Resources */ = {
  306. isa = PBXResourcesBuildPhase;
  307. buildActionMask = 2147483647;
  308. files = (
  309. 3565338A25449C3800F2F0DE /* Preview Assets.xcassets in Resources */,
  310. 35CAE51C258B9B7800FC27A6 /* Localizable.strings in Resources */,
  311. 3565338725449C3800F2F0DE /* Assets.xcassets in Resources */,
  312. );
  313. runOnlyForDeploymentPostprocessing = 0;
  314. };
  315. 3565339325449C3800F2F0DE /* Resources */ = {
  316. isa = PBXResourcesBuildPhase;
  317. buildActionMask = 2147483647;
  318. files = (
  319. );
  320. runOnlyForDeploymentPostprocessing = 0;
  321. };
  322. 3565339E25449C3900F2F0DE /* Resources */ = {
  323. isa = PBXResourcesBuildPhase;
  324. buildActionMask = 2147483647;
  325. files = (
  326. );
  327. runOnlyForDeploymentPostprocessing = 0;
  328. };
  329. /* End PBXResourcesBuildPhase section */
  330. /* Begin PBXSourcesBuildPhase section */
  331. 3565337B25449C3600F2F0DE /* Sources */ = {
  332. isa = PBXSourcesBuildPhase;
  333. buildActionMask = 2147483647;
  334. files = (
  335. 358026A6258A5BB700CDE7AE /* ProfileModel.swift in Sources */,
  336. 358E94702558AC130074E928 /* NetworkingModel.swift in Sources */,
  337. 356533B92544A1AF00F2F0DE /* LoginView.swift in Sources */,
  338. 3565338C25449C3800F2F0DE /* Persistence.swift in Sources */,
  339. 3565338525449C3600F2F0DE /* ContentView.swift in Sources */,
  340. 350E75CD25758D92006B17CC /* UserSettings.swift in Sources */,
  341. 350E75AF2575687C006B17CC /* FoodItem.swift in Sources */,
  342. 350E75C125757B24006B17CC /* SearchContainer.swift in Sources */,
  343. 358026AB258A5DA600CDE7AE /* ProfileView.swift in Sources */,
  344. 356533C42544B1FF00F2F0DE /* RegisterView.swift in Sources */,
  345. 350E75AA25756829006B17CC /* Search.swift in Sources */,
  346. 3565338F25449C3800F2F0DE /* Comedores_Sociales.xcdatamodeld in Sources */,
  347. 350E75BC257576BD006B17CC /* CustomNavigationView.swift in Sources */,
  348. 350E75B425757572006B17CC /* FoodCardView.swift in Sources */,
  349. 3580269E258A5A2E00CDE7AE /* ProfileSummary.swift in Sources */,
  350. 3565338325449C3600F2F0DE /* Comedores_SocialesApp.swift in Sources */,
  351. );
  352. runOnlyForDeploymentPostprocessing = 0;
  353. };
  354. 3565339125449C3800F2F0DE /* Sources */ = {
  355. isa = PBXSourcesBuildPhase;
  356. buildActionMask = 2147483647;
  357. files = (
  358. 3565339A25449C3800F2F0DE /* Comedores_SocialesTests.swift in Sources */,
  359. );
  360. runOnlyForDeploymentPostprocessing = 0;
  361. };
  362. 3565339C25449C3900F2F0DE /* Sources */ = {
  363. isa = PBXSourcesBuildPhase;
  364. buildActionMask = 2147483647;
  365. files = (
  366. 356533A525449C3900F2F0DE /* Comedores_SocialesUITests.swift in Sources */,
  367. );
  368. runOnlyForDeploymentPostprocessing = 0;
  369. };
  370. /* End PBXSourcesBuildPhase section */
  371. /* Begin PBXTargetDependency section */
  372. 3565339725449C3800F2F0DE /* PBXTargetDependency */ = {
  373. isa = PBXTargetDependency;
  374. target = 3565337E25449C3600F2F0DE /* Comedores Sociales */;
  375. targetProxy = 3565339625449C3800F2F0DE /* PBXContainerItemProxy */;
  376. };
  377. 356533A225449C3900F2F0DE /* PBXTargetDependency */ = {
  378. isa = PBXTargetDependency;
  379. target = 3565337E25449C3600F2F0DE /* Comedores Sociales */;
  380. targetProxy = 356533A125449C3900F2F0DE /* PBXContainerItemProxy */;
  381. };
  382. /* End PBXTargetDependency section */
  383. /* Begin PBXVariantGroup section */
  384. 35CAE51E258B9B7800FC27A6 /* Localizable.strings */ = {
  385. isa = PBXVariantGroup;
  386. children = (
  387. 35CAE51D258B9B7800FC27A6 /* en */,
  388. 35CAE51F258B9BC600FC27A6 /* es */,
  389. 35CAE520258B9C2A00FC27A6 /* es-419 */,
  390. );
  391. name = Localizable.strings;
  392. sourceTree = "<group>";
  393. };
  394. /* End PBXVariantGroup section */
  395. /* Begin XCBuildConfiguration section */
  396. 356533A725449C3900F2F0DE /* Debug */ = {
  397. isa = XCBuildConfiguration;
  398. buildSettings = {
  399. ALWAYS_SEARCH_USER_PATHS = NO;
  400. CLANG_ANALYZER_NONNULL = YES;
  401. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  402. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  403. CLANG_CXX_LIBRARY = "libc++";
  404. CLANG_ENABLE_MODULES = YES;
  405. CLANG_ENABLE_OBJC_ARC = YES;
  406. CLANG_ENABLE_OBJC_WEAK = YES;
  407. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  408. CLANG_WARN_BOOL_CONVERSION = YES;
  409. CLANG_WARN_COMMA = YES;
  410. CLANG_WARN_CONSTANT_CONVERSION = YES;
  411. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  412. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  413. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  414. CLANG_WARN_EMPTY_BODY = YES;
  415. CLANG_WARN_ENUM_CONVERSION = YES;
  416. CLANG_WARN_INFINITE_RECURSION = YES;
  417. CLANG_WARN_INT_CONVERSION = YES;
  418. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  419. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  420. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  421. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  422. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  423. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  424. CLANG_WARN_STRICT_PROTOTYPES = YES;
  425. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  426. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  427. CLANG_WARN_UNREACHABLE_CODE = YES;
  428. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  429. COPY_PHASE_STRIP = NO;
  430. DEBUG_INFORMATION_FORMAT = dwarf;
  431. ENABLE_STRICT_OBJC_MSGSEND = YES;
  432. ENABLE_TESTABILITY = YES;
  433. GCC_C_LANGUAGE_STANDARD = gnu11;
  434. GCC_DYNAMIC_NO_PIC = NO;
  435. GCC_NO_COMMON_BLOCKS = YES;
  436. GCC_OPTIMIZATION_LEVEL = 0;
  437. GCC_PREPROCESSOR_DEFINITIONS = (
  438. "DEBUG=1",
  439. "$(inherited)",
  440. );
  441. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  442. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  443. GCC_WARN_UNDECLARED_SELECTOR = YES;
  444. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  445. GCC_WARN_UNUSED_FUNCTION = YES;
  446. GCC_WARN_UNUSED_VARIABLE = YES;
  447. IPHONEOS_DEPLOYMENT_TARGET = 14.1;
  448. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  449. MTL_FAST_MATH = YES;
  450. ONLY_ACTIVE_ARCH = YES;
  451. SDKROOT = iphoneos;
  452. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  453. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  454. };
  455. name = Debug;
  456. };
  457. 356533A825449C3900F2F0DE /* Release */ = {
  458. isa = XCBuildConfiguration;
  459. buildSettings = {
  460. ALWAYS_SEARCH_USER_PATHS = NO;
  461. CLANG_ANALYZER_NONNULL = YES;
  462. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  463. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  464. CLANG_CXX_LIBRARY = "libc++";
  465. CLANG_ENABLE_MODULES = YES;
  466. CLANG_ENABLE_OBJC_ARC = YES;
  467. CLANG_ENABLE_OBJC_WEAK = YES;
  468. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  469. CLANG_WARN_BOOL_CONVERSION = YES;
  470. CLANG_WARN_COMMA = YES;
  471. CLANG_WARN_CONSTANT_CONVERSION = YES;
  472. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  473. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  474. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  475. CLANG_WARN_EMPTY_BODY = YES;
  476. CLANG_WARN_ENUM_CONVERSION = YES;
  477. CLANG_WARN_INFINITE_RECURSION = YES;
  478. CLANG_WARN_INT_CONVERSION = YES;
  479. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  480. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  481. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  482. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  483. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  484. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  485. CLANG_WARN_STRICT_PROTOTYPES = YES;
  486. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  487. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  488. CLANG_WARN_UNREACHABLE_CODE = YES;
  489. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  490. COPY_PHASE_STRIP = NO;
  491. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  492. ENABLE_NS_ASSERTIONS = NO;
  493. ENABLE_STRICT_OBJC_MSGSEND = YES;
  494. GCC_C_LANGUAGE_STANDARD = gnu11;
  495. GCC_NO_COMMON_BLOCKS = YES;
  496. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  497. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  498. GCC_WARN_UNDECLARED_SELECTOR = YES;
  499. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  500. GCC_WARN_UNUSED_FUNCTION = YES;
  501. GCC_WARN_UNUSED_VARIABLE = YES;
  502. IPHONEOS_DEPLOYMENT_TARGET = 14.1;
  503. MTL_ENABLE_DEBUG_INFO = NO;
  504. MTL_FAST_MATH = YES;
  505. SDKROOT = iphoneos;
  506. SWIFT_COMPILATION_MODE = wholemodule;
  507. SWIFT_OPTIMIZATION_LEVEL = "-O";
  508. VALIDATE_PRODUCT = YES;
  509. };
  510. name = Release;
  511. };
  512. 356533AA25449C3900F2F0DE /* Debug */ = {
  513. isa = XCBuildConfiguration;
  514. buildSettings = {
  515. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  516. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  517. CODE_SIGN_STYLE = Automatic;
  518. DEVELOPMENT_ASSET_PATHS = "\"Comedores Sociales/Preview Content\"";
  519. DEVELOPMENT_TEAM = 4P4738NUTG;
  520. ENABLE_PREVIEWS = YES;
  521. INFOPLIST_FILE = "Comedores Sociales/Info.plist";
  522. IPHONEOS_DEPLOYMENT_TARGET = 14.0;
  523. LD_RUNPATH_SEARCH_PATHS = (
  524. "$(inherited)",
  525. "@executable_path/Frameworks",
  526. );
  527. PRODUCT_BUNDLE_IDENTIFIER = "com.hectorcarrion.Comedores-Sociales";
  528. PRODUCT_NAME = "$(TARGET_NAME)";
  529. SWIFT_VERSION = 5.0;
  530. TARGETED_DEVICE_FAMILY = "1,2";
  531. };
  532. name = Debug;
  533. };
  534. 356533AB25449C3900F2F0DE /* Release */ = {
  535. isa = XCBuildConfiguration;
  536. buildSettings = {
  537. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  538. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  539. CODE_SIGN_STYLE = Automatic;
  540. DEVELOPMENT_ASSET_PATHS = "\"Comedores Sociales/Preview Content\"";
  541. DEVELOPMENT_TEAM = 4P4738NUTG;
  542. ENABLE_PREVIEWS = YES;
  543. INFOPLIST_FILE = "Comedores Sociales/Info.plist";
  544. IPHONEOS_DEPLOYMENT_TARGET = 14.0;
  545. LD_RUNPATH_SEARCH_PATHS = (
  546. "$(inherited)",
  547. "@executable_path/Frameworks",
  548. );
  549. PRODUCT_BUNDLE_IDENTIFIER = "com.hectorcarrion.Comedores-Sociales";
  550. PRODUCT_NAME = "$(TARGET_NAME)";
  551. SWIFT_VERSION = 5.0;
  552. TARGETED_DEVICE_FAMILY = "1,2";
  553. };
  554. name = Release;
  555. };
  556. 356533AD25449C3900F2F0DE /* Debug */ = {
  557. isa = XCBuildConfiguration;
  558. buildSettings = {
  559. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  560. BUNDLE_LOADER = "$(TEST_HOST)";
  561. CODE_SIGN_STYLE = Automatic;
  562. DEVELOPMENT_TEAM = 4P4738NUTG;
  563. INFOPLIST_FILE = "Comedores SocialesTests/Info.plist";
  564. IPHONEOS_DEPLOYMENT_TARGET = 14.0;
  565. LD_RUNPATH_SEARCH_PATHS = (
  566. "$(inherited)",
  567. "@executable_path/Frameworks",
  568. "@loader_path/Frameworks",
  569. );
  570. PRODUCT_BUNDLE_IDENTIFIER = "com.hectorcarrion.Comedores-SocialesTests";
  571. PRODUCT_NAME = "$(TARGET_NAME)";
  572. SWIFT_VERSION = 5.0;
  573. TARGETED_DEVICE_FAMILY = "1,2";
  574. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Comedores Sociales.app/Comedores Sociales";
  575. };
  576. name = Debug;
  577. };
  578. 356533AE25449C3900F2F0DE /* Release */ = {
  579. isa = XCBuildConfiguration;
  580. buildSettings = {
  581. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  582. BUNDLE_LOADER = "$(TEST_HOST)";
  583. CODE_SIGN_STYLE = Automatic;
  584. DEVELOPMENT_TEAM = 4P4738NUTG;
  585. INFOPLIST_FILE = "Comedores SocialesTests/Info.plist";
  586. IPHONEOS_DEPLOYMENT_TARGET = 14.0;
  587. LD_RUNPATH_SEARCH_PATHS = (
  588. "$(inherited)",
  589. "@executable_path/Frameworks",
  590. "@loader_path/Frameworks",
  591. );
  592. PRODUCT_BUNDLE_IDENTIFIER = "com.hectorcarrion.Comedores-SocialesTests";
  593. PRODUCT_NAME = "$(TARGET_NAME)";
  594. SWIFT_VERSION = 5.0;
  595. TARGETED_DEVICE_FAMILY = "1,2";
  596. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Comedores Sociales.app/Comedores Sociales";
  597. };
  598. name = Release;
  599. };
  600. 356533B025449C3900F2F0DE /* Debug */ = {
  601. isa = XCBuildConfiguration;
  602. buildSettings = {
  603. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  604. CODE_SIGN_STYLE = Automatic;
  605. DEVELOPMENT_TEAM = 4P4738NUTG;
  606. INFOPLIST_FILE = "Comedores SocialesUITests/Info.plist";
  607. LD_RUNPATH_SEARCH_PATHS = (
  608. "$(inherited)",
  609. "@executable_path/Frameworks",
  610. "@loader_path/Frameworks",
  611. );
  612. PRODUCT_BUNDLE_IDENTIFIER = "com.hectorcarrion.Comedores-SocialesUITests";
  613. PRODUCT_NAME = "$(TARGET_NAME)";
  614. SWIFT_VERSION = 5.0;
  615. TARGETED_DEVICE_FAMILY = "1,2";
  616. TEST_TARGET_NAME = "Comedores Sociales";
  617. };
  618. name = Debug;
  619. };
  620. 356533B125449C3900F2F0DE /* Release */ = {
  621. isa = XCBuildConfiguration;
  622. buildSettings = {
  623. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  624. CODE_SIGN_STYLE = Automatic;
  625. DEVELOPMENT_TEAM = 4P4738NUTG;
  626. INFOPLIST_FILE = "Comedores SocialesUITests/Info.plist";
  627. LD_RUNPATH_SEARCH_PATHS = (
  628. "$(inherited)",
  629. "@executable_path/Frameworks",
  630. "@loader_path/Frameworks",
  631. );
  632. PRODUCT_BUNDLE_IDENTIFIER = "com.hectorcarrion.Comedores-SocialesUITests";
  633. PRODUCT_NAME = "$(TARGET_NAME)";
  634. SWIFT_VERSION = 5.0;
  635. TARGETED_DEVICE_FAMILY = "1,2";
  636. TEST_TARGET_NAME = "Comedores Sociales";
  637. };
  638. name = Release;
  639. };
  640. /* End XCBuildConfiguration section */
  641. /* Begin XCConfigurationList section */
  642. 3565337A25449C3600F2F0DE /* Build configuration list for PBXProject "Comedores Sociales" */ = {
  643. isa = XCConfigurationList;
  644. buildConfigurations = (
  645. 356533A725449C3900F2F0DE /* Debug */,
  646. 356533A825449C3900F2F0DE /* Release */,
  647. );
  648. defaultConfigurationIsVisible = 0;
  649. defaultConfigurationName = Release;
  650. };
  651. 356533A925449C3900F2F0DE /* Build configuration list for PBXNativeTarget "Comedores Sociales" */ = {
  652. isa = XCConfigurationList;
  653. buildConfigurations = (
  654. 356533AA25449C3900F2F0DE /* Debug */,
  655. 356533AB25449C3900F2F0DE /* Release */,
  656. );
  657. defaultConfigurationIsVisible = 0;
  658. defaultConfigurationName = Release;
  659. };
  660. 356533AC25449C3900F2F0DE /* Build configuration list for PBXNativeTarget "Comedores SocialesTests" */ = {
  661. isa = XCConfigurationList;
  662. buildConfigurations = (
  663. 356533AD25449C3900F2F0DE /* Debug */,
  664. 356533AE25449C3900F2F0DE /* Release */,
  665. );
  666. defaultConfigurationIsVisible = 0;
  667. defaultConfigurationName = Release;
  668. };
  669. 356533AF25449C3900F2F0DE /* Build configuration list for PBXNativeTarget "Comedores SocialesUITests" */ = {
  670. isa = XCConfigurationList;
  671. buildConfigurations = (
  672. 356533B025449C3900F2F0DE /* Debug */,
  673. 356533B125449C3900F2F0DE /* Release */,
  674. );
  675. defaultConfigurationIsVisible = 0;
  676. defaultConfigurationName = Release;
  677. };
  678. /* End XCConfigurationList section */
  679. /* Begin XCVersionGroup section */
  680. 3565338D25449C3800F2F0DE /* Comedores_Sociales.xcdatamodeld */ = {
  681. isa = XCVersionGroup;
  682. children = (
  683. 3565338E25449C3800F2F0DE /* Comedores_Sociales.xcdatamodel */,
  684. );
  685. currentVersion = 3565338E25449C3800F2F0DE /* Comedores_Sociales.xcdatamodel */;
  686. path = Comedores_Sociales.xcdatamodeld;
  687. sourceTree = "<group>";
  688. versionGroupType = wrapper.xcdatamodel;
  689. };
  690. /* End XCVersionGroup section */
  691. };
  692. rootObject = 3565337725449C3600F2F0DE /* Project object */;
  693. }