|
42 | 42 | B2122E3D2D6F7C0000BD37F8 /* MarketResDtos.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2122E3C2D6F7C0000BD37F8 /* MarketResDtos.swift */; }; |
43 | 43 | B2122E3F2D6F7D4000BD37F8 /* MarketCategoryDetailViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2122E3E2D6F7D4000BD37F8 /* MarketCategoryDetailViewModel.swift */; }; |
44 | 44 | B2122E422D6F85F700BD37F8 /* MapStoreDetailView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2122E412D6F85F700BD37F8 /* MapStoreDetailView.swift */; }; |
| 45 | + B215F2912DE61C8400F53C51 /* AlertView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B215F2902DE61C8400F53C51 /* AlertView.swift */; }; |
| 46 | + B215F2942DE61D9600F53C51 /* AlertButtonView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B215F2932DE61D9600F53C51 /* AlertButtonView.swift */; }; |
| 47 | + B215F2962DE6D77B00F53C51 /* AlertListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B215F2952DE6D77B00F53C51 /* AlertListView.swift */; }; |
45 | 48 | B21F3CEF2D267AF900B83B34 /* Coupon.swift in Sources */ = {isa = PBXBuildFile; fileRef = B21F3CDA2D267AF900B83B34 /* Coupon.swift */; }; |
46 | 49 | B21F3CF22D267AF900B83B34 /* ShopInfoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B21F3CDD2D267AF900B83B34 /* ShopInfoView.swift */; }; |
47 | 50 | B21F3CF32D267AF900B83B34 /* ShopListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B21F3CDE2D267AF900B83B34 /* ShopListView.swift */; }; |
|
162 | 165 | B2122E3C2D6F7C0000BD37F8 /* MarketResDtos.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MarketResDtos.swift; sourceTree = "<group>"; }; |
163 | 166 | B2122E3E2D6F7D4000BD37F8 /* MarketCategoryDetailViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MarketCategoryDetailViewModel.swift; sourceTree = "<group>"; }; |
164 | 167 | B2122E412D6F85F700BD37F8 /* MapStoreDetailView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MapStoreDetailView.swift; sourceTree = "<group>"; }; |
| 168 | + B215F2902DE61C8400F53C51 /* AlertView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AlertView.swift; sourceTree = "<group>"; }; |
| 169 | + B215F2932DE61D9600F53C51 /* AlertButtonView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AlertButtonView.swift; sourceTree = "<group>"; }; |
| 170 | + B215F2952DE6D77B00F53C51 /* AlertListView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AlertListView.swift; sourceTree = "<group>"; }; |
165 | 171 | B21F3CDA2D267AF900B83B34 /* Coupon.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Coupon.swift; sourceTree = "<group>"; }; |
166 | 172 | B21F3CDD2D267AF900B83B34 /* ShopInfoView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ShopInfoView.swift; sourceTree = "<group>"; }; |
167 | 173 | B21F3CDE2D267AF900B83B34 /* ShopListView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ShopListView.swift; sourceTree = "<group>"; }; |
|
376 | 382 | path = Market; |
377 | 383 | sourceTree = "<group>"; |
378 | 384 | }; |
| 385 | + B215F28F2DE619DF00F53C51 /* Alert */ = { |
| 386 | + isa = PBXGroup; |
| 387 | + children = ( |
| 388 | + B215F2922DE61D4D00F53C51 /* component */, |
| 389 | + B215F2902DE61C8400F53C51 /* AlertView.swift */, |
| 390 | + ); |
| 391 | + path = Alert; |
| 392 | + sourceTree = "<group>"; |
| 393 | + }; |
| 394 | + B215F2922DE61D4D00F53C51 /* component */ = { |
| 395 | + isa = PBXGroup; |
| 396 | + children = ( |
| 397 | + B215F2932DE61D9600F53C51 /* AlertButtonView.swift */, |
| 398 | + B215F2952DE6D77B00F53C51 /* AlertListView.swift */, |
| 399 | + ); |
| 400 | + path = component; |
| 401 | + sourceTree = "<group>"; |
| 402 | + }; |
379 | 403 | B21F3CDF2D267AF900B83B34 /* components */ = { |
380 | 404 | isa = PBXGroup; |
381 | 405 | children = ( |
|
426 | 450 | B21F3CEE2D267AF900B83B34 /* View */ = { |
427 | 451 | isa = PBXGroup; |
428 | 452 | children = ( |
| 453 | + B215F28F2DE619DF00F53C51 /* Alert */, |
429 | 454 | B21F3CDF2D267AF900B83B34 /* components */, |
430 | 455 | B2C462962D8172AC007637DC /* login */, |
431 | 456 | B21F3CE72D267AF900B83B34 /* Main */, |
|
835 | 860 | B250AEF42DA53FDD00456626 /* CouponUsePutViewModel.swift in Sources */, |
836 | 861 | B2F85BEA2D6FB4E50011DDF3 /* MapOptions.swift in Sources */, |
837 | 862 | 29BF18C12DE4950700836D7E /* APIResDto.swift in Sources */, |
| 863 | + B215F2912DE61C8400F53C51 /* AlertView.swift in Sources */, |
838 | 864 | B28A22AF2D64F1ED00E86EF6 /* StoreImageSlider.swift in Sources */, |
839 | 865 | B210EC242D3D686500B1551E /* MyHeaderView.swift in Sources */, |
840 | 866 | B210EC282D3D797F00B1551E /* SearchHeader.swift in Sources */, |
|
846 | 872 | B27E56D52D704438000D2881 /* HotCheerCardView.swift in Sources */, |
847 | 873 | 2941F7932DE5A2FD0063CEFE /* MemberCouponService.swift in Sources */, |
848 | 874 | B293A1582D6FDFC6003E8505 /* MyCheerView.swift in Sources */, |
| 875 | + B215F2942DE61D9600F53C51 /* AlertButtonView.swift in Sources */, |
849 | 876 | B2122E3D2D6F7C0000BD37F8 /* MarketResDtos.swift in Sources */, |
850 | 877 | B2122E3F2D6F7D4000BD37F8 /* MarketCategoryDetailViewModel.swift in Sources */, |
851 | 878 | B28349552D2FBC4B00EEDB02 /* PopularityBenefitView.swift in Sources */, |
|
906 | 933 | B28889A32D4BC9370040EC3F /* CouponResDtos.swift in Sources */, |
907 | 934 | B255A5CC2D62155700954837 /* MemberFavoriteMarketListModelView.swift in Sources */, |
908 | 935 | B207A25F2D54B18C0099A8DB /* CouponItem.swift in Sources */, |
| 936 | + B215F2962DE6D77B00F53C51 /* AlertListView.swift in Sources */, |
909 | 937 | B28349162D2E604800EEDB02 /* ShopModel.swift in Sources */, |
910 | 938 | B22AB90C2D99BB15006E13B4 /* MarketFavoritePostViewModel.swift in Sources */, |
911 | 939 | B21F3CF72D267AF900B83B34 /* NewEventView.swift in Sources */, |
|
0 commit comments