|
14 | 14 | D71D204A1F74124E00E53E3D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D71D20491F74124E00E53E3D /* Assets.xcassets */; };
|
15 | 15 | D71D204D1F74124E00E53E3D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D71D204B1F74124E00E53E3D /* LaunchScreen.storyboard */; };
|
16 | 16 | D71D20551F74140700E53E3D /* Datastore.swift in Sources */ = {isa = PBXBuildFile; fileRef = D71D20541F74140700E53E3D /* Datastore.swift */; };
|
17 |
| - D71D20571F741A2300E53E3D /* ListMeta.swift in Sources */ = {isa = PBXBuildFile; fileRef = D71D20561F741A2300E53E3D /* ListMeta.swift */; }; |
| 17 | + D71D20571F741A2300E53E3D /* ShoppingListDetails.swift in Sources */ = {isa = PBXBuildFile; fileRef = D71D20561F741A2300E53E3D /* ShoppingListDetails.swift */; }; |
18 | 18 | D71D205A1F741D9800E53E3D /* ShoppingListFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = D71D20591F741D9800E53E3D /* ShoppingListFactory.swift */; };
|
19 | 19 | D71D205C1F741E2500E53E3D /* ShoppingListRepository.swift in Sources */ = {isa = PBXBuildFile; fileRef = D71D205B1F741E2500E53E3D /* ShoppingListRepository.swift */; };
|
20 | 20 | D7A20F801F7435DB001CE337 /* ShoppingListAddViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7A20F7F1F7435DB001CE337 /* ShoppingListAddViewController.swift */; };
|
21 | 21 | D7A20F821F7437A2001CE337 /* StateManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7A20F811F7437A2001CE337 /* StateManager.swift */; };
|
22 | 22 | D7A20F841F7445BE001CE337 /* ShoppingListsTableCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7A20F831F7445BE001CE337 /* ShoppingListsTableCell.swift */; };
|
23 | 23 | D7A20F861F744F7F001CE337 /* ShoppingListManageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7A20F851F744F7F001CE337 /* ShoppingListManageViewController.swift */; };
|
24 |
| - D7A20F881F748AC6001CE337 /* ShoppingListTableCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7A20F871F748AC6001CE337 /* ShoppingListTableCell.swift */; }; |
| 24 | + D7A20F881F748AC6001CE337 /* ShoppingListManageTableCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7A20F871F748AC6001CE337 /* ShoppingListManageTableCell.swift */; }; |
25 | 25 | D7A20F8A1F74AD3F001CE337 /* SyncManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7A20F891F74AD3F001CE337 /* SyncManager.swift */; };
|
26 | 26 | /* End PBXBuildFile section */
|
27 | 27 |
|
|
35 | 35 | D71D204C1F74124E00E53E3D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
36 | 36 | D71D204E1F74124E00E53E3D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
37 | 37 | D71D20541F74140700E53E3D /* Datastore.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Datastore.swift; sourceTree = "<group>"; };
|
38 |
| - D71D20561F741A2300E53E3D /* ListMeta.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ListMeta.swift; sourceTree = "<group>"; }; |
| 38 | + D71D20561F741A2300E53E3D /* ShoppingListDetails.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ShoppingListDetails.swift; sourceTree = "<group>"; }; |
39 | 39 | D71D20591F741D9800E53E3D /* ShoppingListFactory.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ShoppingListFactory.swift; sourceTree = "<group>"; };
|
40 | 40 | D71D205B1F741E2500E53E3D /* ShoppingListRepository.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ShoppingListRepository.swift; sourceTree = "<group>"; };
|
41 | 41 | D7A20F7F1F7435DB001CE337 /* ShoppingListAddViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ShoppingListAddViewController.swift; sourceTree = "<group>"; };
|
42 | 42 | D7A20F811F7437A2001CE337 /* StateManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StateManager.swift; sourceTree = "<group>"; };
|
43 | 43 | D7A20F831F7445BE001CE337 /* ShoppingListsTableCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ShoppingListsTableCell.swift; sourceTree = "<group>"; };
|
44 | 44 | D7A20F851F744F7F001CE337 /* ShoppingListManageViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ShoppingListManageViewController.swift; sourceTree = "<group>"; };
|
45 |
| - D7A20F871F748AC6001CE337 /* ShoppingListTableCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ShoppingListTableCell.swift; sourceTree = "<group>"; }; |
| 45 | + D7A20F871F748AC6001CE337 /* ShoppingListManageTableCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ShoppingListManageTableCell.swift; sourceTree = "<group>"; }; |
46 | 46 | D7A20F891F74AD3F001CE337 /* SyncManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SyncManager.swift; sourceTree = "<group>"; };
|
47 | 47 | D9DB28B1B20A6F4272DAF4D5 /* Pods-ShoppingList.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ShoppingList.release.xcconfig"; path = "Pods/Target Support Files/Pods-ShoppingList/Pods-ShoppingList.release.xcconfig"; sourceTree = "<group>"; };
|
48 | 48 | FCE0928FBEC2083B1D4FCB5B /* Pods-ShoppingList.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ShoppingList.debug.xcconfig"; path = "Pods/Target Support Files/Pods-ShoppingList/Pods-ShoppingList.debug.xcconfig"; sourceTree = "<group>"; };
|
|
99 | 99 | isa = PBXGroup;
|
100 | 100 | children = (
|
101 | 101 | D71D20581F741A6000E53E3D /* Model */,
|
| 102 | + D7A20F8B1F75A61E001CE337 /* View */, |
102 | 103 | D71D20421F74124E00E53E3D /* AppDelegate.swift */,
|
103 | 104 | D71D20541F74140700E53E3D /* Datastore.swift */,
|
104 |
| - D7A20F7F1F7435DB001CE337 /* ShoppingListAddViewController.swift */, |
105 |
| - D7A20F851F744F7F001CE337 /* ShoppingListManageViewController.swift */, |
106 |
| - D71D20441F74124E00E53E3D /* ShoppingListsViewController.swift */, |
107 |
| - D7A20F871F748AC6001CE337 /* ShoppingListTableCell.swift */, |
108 |
| - D7A20F831F7445BE001CE337 /* ShoppingListsTableCell.swift */, |
109 | 105 | D7A20F811F7437A2001CE337 /* StateManager.swift */,
|
110 | 106 | D7A20F891F74AD3F001CE337 /* SyncManager.swift */,
|
111 | 107 | D71D20491F74124E00E53E3D /* Assets.xcassets */,
|
|
119 | 115 | D71D20581F741A6000E53E3D /* Model */ = {
|
120 | 116 | isa = PBXGroup;
|
121 | 117 | children = (
|
122 |
| - D71D20561F741A2300E53E3D /* ListMeta.swift */, |
| 118 | + D71D20561F741A2300E53E3D /* ShoppingListDetails.swift */, |
123 | 119 | D71D20591F741D9800E53E3D /* ShoppingListFactory.swift */,
|
124 | 120 | D71D205B1F741E2500E53E3D /* ShoppingListRepository.swift */,
|
125 | 121 | );
|
126 | 122 | name = Model;
|
127 | 123 | sourceTree = "<group>";
|
128 | 124 | };
|
| 125 | + D7A20F8B1F75A61E001CE337 /* View */ = { |
| 126 | + isa = PBXGroup; |
| 127 | + children = ( |
| 128 | + D7A20F7F1F7435DB001CE337 /* ShoppingListAddViewController.swift */, |
| 129 | + D7A20F871F748AC6001CE337 /* ShoppingListManageTableCell.swift */, |
| 130 | + D7A20F851F744F7F001CE337 /* ShoppingListManageViewController.swift */, |
| 131 | + D7A20F831F7445BE001CE337 /* ShoppingListsTableCell.swift */, |
| 132 | + D71D20441F74124E00E53E3D /* ShoppingListsViewController.swift */, |
| 133 | + ); |
| 134 | + name = View; |
| 135 | + sourceTree = "<group>"; |
| 136 | + }; |
129 | 137 | /* End PBXGroup section */
|
130 | 138 |
|
131 | 139 | /* Begin PBXNativeTarget section */
|
|
261 | 269 | files = (
|
262 | 270 | D7A20F8A1F74AD3F001CE337 /* SyncManager.swift in Sources */,
|
263 | 271 | D7A20F841F7445BE001CE337 /* ShoppingListsTableCell.swift in Sources */,
|
264 |
| - D7A20F881F748AC6001CE337 /* ShoppingListTableCell.swift in Sources */, |
| 272 | + D7A20F881F748AC6001CE337 /* ShoppingListManageTableCell.swift in Sources */, |
265 | 273 | D7A20F801F7435DB001CE337 /* ShoppingListAddViewController.swift in Sources */,
|
266 | 274 | D7A20F821F7437A2001CE337 /* StateManager.swift in Sources */,
|
267 |
| - D71D20571F741A2300E53E3D /* ListMeta.swift in Sources */, |
| 275 | + D71D20571F741A2300E53E3D /* ShoppingListDetails.swift in Sources */, |
268 | 276 | D71D20451F74124E00E53E3D /* ShoppingListsViewController.swift in Sources */,
|
269 | 277 | D71D20431F74124E00E53E3D /* AppDelegate.swift in Sources */,
|
270 | 278 | D71D20551F74140700E53E3D /* Datastore.swift in Sources */,
|
|
0 commit comments