|
@@ -15,6 +15,8 @@
|
15
|
15
|
3565338F25449C3800F2F0DE /* Comedores_Sociales.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 3565338D25449C3800F2F0DE /* Comedores_Sociales.xcdatamodeld */; };
|
16
|
16
|
3565339A25449C3800F2F0DE /* Comedores_SocialesTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3565339925449C3800F2F0DE /* Comedores_SocialesTests.swift */; };
|
17
|
17
|
356533A525449C3900F2F0DE /* Comedores_SocialesUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 356533A425449C3900F2F0DE /* Comedores_SocialesUITests.swift */; };
|
|
18
|
+ 356533B92544A1AF00F2F0DE /* LoginView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 356533B82544A1AF00F2F0DE /* LoginView.swift */; };
|
|
19
|
+ 356533C42544B1FF00F2F0DE /* RegisterView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 356533C32544B1FF00F2F0DE /* RegisterView.swift */; };
|
18
|
20
|
/* End PBXBuildFile section */
|
19
|
21
|
|
20
|
22
|
/* Begin PBXContainerItemProxy section */
|
|
@@ -49,6 +51,8 @@
|
49
|
51
|
356533A025449C3900F2F0DE /* Comedores SocialesUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Comedores SocialesUITests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
|
50
|
52
|
356533A425449C3900F2F0DE /* Comedores_SocialesUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Comedores_SocialesUITests.swift; sourceTree = "<group>"; };
|
51
|
53
|
356533A625449C3900F2F0DE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
54
|
+ 356533B82544A1AF00F2F0DE /* LoginView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoginView.swift; sourceTree = "<group>"; };
|
|
55
|
+ 356533C32544B1FF00F2F0DE /* RegisterView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RegisterView.swift; sourceTree = "<group>"; };
|
52
|
56
|
/* End PBXFileReference section */
|
53
|
57
|
|
54
|
58
|
/* Begin PBXFrameworksBuildPhase section */
|
|
@@ -101,6 +105,8 @@
|
101
|
105
|
children = (
|
102
|
106
|
3565338225449C3600F2F0DE /* Comedores_SocialesApp.swift */,
|
103
|
107
|
3565338425449C3600F2F0DE /* ContentView.swift */,
|
|
108
|
+ 356533B82544A1AF00F2F0DE /* LoginView.swift */,
|
|
109
|
+ 356533C32544B1FF00F2F0DE /* RegisterView.swift */,
|
104
|
110
|
3565338625449C3800F2F0DE /* Assets.xcassets */,
|
105
|
111
|
3565338B25449C3800F2F0DE /* Persistence.swift */,
|
106
|
112
|
3565339025449C3800F2F0DE /* Info.plist */,
|
|
@@ -265,8 +271,10 @@
|
265
|
271
|
isa = PBXSourcesBuildPhase;
|
266
|
272
|
buildActionMask = 2147483647;
|
267
|
273
|
files = (
|
|
274
|
+ 356533B92544A1AF00F2F0DE /* LoginView.swift in Sources */,
|
268
|
275
|
3565338C25449C3800F2F0DE /* Persistence.swift in Sources */,
|
269
|
276
|
3565338525449C3600F2F0DE /* ContentView.swift in Sources */,
|
|
277
|
+ 356533C42544B1FF00F2F0DE /* RegisterView.swift in Sources */,
|
270
|
278
|
3565338F25449C3800F2F0DE /* Comedores_Sociales.xcdatamodeld in Sources */,
|
271
|
279
|
3565338325449C3600F2F0DE /* Comedores_SocialesApp.swift in Sources */,
|
272
|
280
|
);
|