Nenhuma descrição

project.pbxproj 28KB

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