|
31 | 31 | 8E4C637825EEF4CA001678A1 /* RestaurantListViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E4C637725EEF4CA001678A1 /* RestaurantListViewModel.swift */; };
|
32 | 32 | 8E4C63B225F05E76001678A1 /* StarsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E4C63B125F05E76001678A1 /* StarsView.swift */; };
|
33 | 33 | 8E4C63D825F6D641001678A1 /* Firestore+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E4C63D725F6D641001678A1 /* Firestore+Extension.swift */; };
|
34 |
| - 8E4C63DE25F6D879001678A1 /* ImageThumbnailView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E4C63DD25F6D879001678A1 /* ImageThumbnailView.swift */; }; |
35 | 34 | 8E4C63E425F6D8C8001678A1 /* PriceView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E4C63E325F6D8C8001678A1 /* PriceView.swift */; };
|
| 35 | + 8E919E71260D3945007C62C4 /* RestaurantViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E919E70260D3945007C62C4 /* RestaurantViewModel.swift */; }; |
| 36 | + 8E919E77260D394C007C62C4 /* Review.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E919E76260D394C007C62C4 /* Review.swift */; }; |
| 37 | + 8E919E7F260D3956007C62C4 /* RestaurantImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E919E7C260D3956007C62C4 /* RestaurantImageView.swift */; }; |
| 38 | + 8E919E80260D3956007C62C4 /* RestaurantDetailView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E919E7D260D3956007C62C4 /* RestaurantDetailView.swift */; }; |
| 39 | + 8E919E81260D3956007C62C4 /* ReviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E919E7E260D3956007C62C4 /* ReviewView.swift */; }; |
36 | 40 | DE8564AE23AFBF8000611383 /* FirestoreUITest.m in Sources */ = {isa = PBXBuildFile; fileRef = DE8564AD23AFBF8000611383 /* FirestoreUITest.m */; };
|
37 | 41 | DE8564B423AFBFA700611383 /* FIREGSignInHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = DE8564B123AFBFA700611383 /* FIREGSignInHelper.m */; };
|
38 | 42 | DE8564B523AFBFA700611383 /* FIREGHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = DE8564B223AFBFA700611383 /* FIREGHelper.m */; };
|
|
88 | 92 | 8E4C637725EEF4CA001678A1 /* RestaurantListViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RestaurantListViewModel.swift; sourceTree = "<group>"; };
|
89 | 93 | 8E4C63B125F05E76001678A1 /* StarsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StarsView.swift; sourceTree = "<group>"; };
|
90 | 94 | 8E4C63D725F6D641001678A1 /* Firestore+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Firestore+Extension.swift"; sourceTree = "<group>"; };
|
91 |
| - 8E4C63DD25F6D879001678A1 /* ImageThumbnailView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ImageThumbnailView.swift; sourceTree = "<group>"; }; |
92 | 95 | 8E4C63E325F6D8C8001678A1 /* PriceView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PriceView.swift; sourceTree = "<group>"; };
|
| 96 | + 8E919E70260D3945007C62C4 /* RestaurantViewModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RestaurantViewModel.swift; sourceTree = "<group>"; }; |
| 97 | + 8E919E76260D394C007C62C4 /* Review.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Review.swift; sourceTree = "<group>"; }; |
| 98 | + 8E919E7C260D3956007C62C4 /* RestaurantImageView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RestaurantImageView.swift; sourceTree = "<group>"; }; |
| 99 | + 8E919E7D260D3956007C62C4 /* RestaurantDetailView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RestaurantDetailView.swift; sourceTree = "<group>"; }; |
| 100 | + 8E919E7E260D3956007C62C4 /* ReviewView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ReviewView.swift; sourceTree = "<group>"; }; |
93 | 101 | DE8564AC23AFBF8000611383 /* FirestoreExampleUITests-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "FirestoreExampleUITests-Bridging-Header.h"; sourceTree = "<group>"; };
|
94 | 102 | DE8564AD23AFBF8000611383 /* FirestoreUITest.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FirestoreUITest.m; sourceTree = "<group>"; };
|
95 | 103 | DE8564B023AFBFA700611383 /* FIREGHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FIREGHelper.h; sourceTree = "<group>"; };
|
|
230 | 238 | isa = PBXGroup;
|
231 | 239 | children = (
|
232 | 240 | 8E4C62D225E9CFE0001678A1 /* RestaurantListView.swift */,
|
| 241 | + 8E919E7D260D3956007C62C4 /* RestaurantDetailView.swift */, |
| 242 | + 8E919E7C260D3956007C62C4 /* RestaurantImageView.swift */, |
| 243 | + 8E919E7E260D3956007C62C4 /* ReviewView.swift */, |
233 | 244 | 8E4C62E625E9D191001678A1 /* RestaurantItemView.swift */,
|
234 | 245 | 8E4C63B125F05E76001678A1 /* StarsView.swift */,
|
235 |
| - 8E4C63DD25F6D879001678A1 /* ImageThumbnailView.swift */, |
236 | 246 | 8E4C63E325F6D8C8001678A1 /* PriceView.swift */,
|
237 | 247 | );
|
238 | 248 | path = Views;
|
|
242 | 252 | isa = PBXGroup;
|
243 | 253 | children = (
|
244 | 254 | 8E4C634825EDB793001678A1 /* Restaurant.swift */,
|
| 255 | + 8E919E76260D394C007C62C4 /* Review.swift */, |
245 | 256 | );
|
246 | 257 | path = Model;
|
247 | 258 | sourceTree = "<group>";
|
|
250 | 261 | isa = PBXGroup;
|
251 | 262 | children = (
|
252 | 263 | 8E4C637725EEF4CA001678A1 /* RestaurantListViewModel.swift */,
|
| 264 | + 8E919E70260D3945007C62C4 /* RestaurantViewModel.swift */, |
253 | 265 | );
|
254 | 266 | path = ViewModels;
|
255 | 267 | sourceTree = "<group>";
|
|
473 | 485 | 8E1E43B125F961EF00BC64D3 /* Restaurant+Extension.swift in Sources */,
|
474 | 486 | 8E4C62D325E9CFE0001678A1 /* RestaurantListView.swift in Sources */,
|
475 | 487 | 8E4C634925EDB793001678A1 /* Restaurant.swift in Sources */,
|
| 488 | + 8E919E80260D3956007C62C4 /* RestaurantDetailView.swift in Sources */, |
476 | 489 | 8E4C637825EEF4CA001678A1 /* RestaurantListViewModel.swift in Sources */,
|
477 | 490 | 8E4C62D125E9CFE0001678A1 /* FirestoreSwiftUIExampleApp.swift in Sources */,
|
| 491 | + 8E919E81260D3956007C62C4 /* ReviewView.swift in Sources */, |
478 | 492 | 8E4C63B225F05E76001678A1 /* StarsView.swift in Sources */,
|
| 493 | + 8E919E77260D394C007C62C4 /* Review.swift in Sources */, |
| 494 | + 8E919E7F260D3956007C62C4 /* RestaurantImageView.swift in Sources */, |
479 | 495 | 8E4C63E425F6D8C8001678A1 /* PriceView.swift in Sources */,
|
480 |
| - 8E4C63DE25F6D879001678A1 /* ImageThumbnailView.swift in Sources */, |
| 496 | + 8E919E71260D3945007C62C4 /* RestaurantViewModel.swift in Sources */, |
481 | 497 | 8E4C62E725E9D191001678A1 /* RestaurantItemView.swift in Sources */,
|
482 | 498 | 8E4C63D825F6D641001678A1 /* Firestore+Extension.swift in Sources */,
|
483 | 499 | );
|
|
0 commit comments