File tree Expand file tree Collapse file tree 1 file changed +57
-50
lines changed
Expand file tree Collapse file tree 1 file changed +57
-50
lines changed Original file line number Diff line number Diff line change @@ -149,8 +149,6 @@ let url = URL(string : "https://640de3d61a18a5db83827295.mockapi.io/shoes/id")
149149```
150150📦── MarketApp
151151│ ├── Info.plist
152- │ 📦── MarketAppTests
153- │ 📦── MarketAppUITests
154152│ 📦── Resources
155153│ │ 📂── Firebase
156154│ │ 📂── Assets.xcassets
@@ -161,54 +159,63 @@ let url = URL(string : "https://640de3d61a18a5db83827295.mockapi.io/shoes/id")
161159│ │ 📂── Preview Content
162160│ │ 📂── mockData.json
163161│ 📦── Sources
164- │ 📂── Application
165- │ 📂── Model
166- │ 📂── Network
167- │ 📂── UI
168- │ │ 📂── View
169- │ │ │ 📂── Component
170- │ │ │ │ 📂── Alert
171- │ │ │ │ 📂── Lanch
172- │ │ │ │ 📂── List
173- │ │ │ │ 📂── Lottie
174- │ │ │ │ 📂── Page
175- │ │ │ │ 📂── Search
176- │ │ │ │ 📂── Share
177- │ │ │ │ 📂── TextField
178- │ │ │ └─ 📂── WebView
179- │ │ │ 📂── Authorization
180- │ │ │ │ 📂── FindEmail
181- │ │ │ │ 📂── FindPassword
182- │ │ │ │ 📂── Login
183- │ │ │ └─ 📂── SignUP
184- │ │ │ 📂── Home
185- │ │ │ 📂── Notic
186- │ │ │ 📂── ProductDetail
187- │ │ │ 📂── ProductList
188- │ │ │ 📂── Profile
189- │ │ │ 📂── Search
190- │ │ │ 📂── Tab
191- │ │ └─ 📂── Favorite
192- │ 📂── Util
193- │ │ 📂── AppCheck
194- │ │ 📂── Authoriation
195- │ │ 📂── Color
196- │ │ 📂── Extensions
197- │ │ 📂── Font
198- │ │ │ 📂── CustomFont
199- │ │ └─ 📂── FontAsset
200- │ │ 📂── ImageMange
201- │ │ 📂── SignUPCheck
202- │ │ 📂── View
203- │ │ │ 📂── ModalView
204- │ │ │ 📂── ScrollView
205- │ │ │ 📂── ACarousel
206- │ │ │ 📂── EditImage
207- │ │ └─ 📂── ScreenSize
208- │ 📂── ViewModel
209- │ │ 📂── MainShoesViewModel
210- │ │ 📂── ProfileViewModel
211- │ └─ 📂── SignUpViewModel
162+ │ │ 📂── Application
163+ │ │ 📂── Util
164+ │ │ │ 📂── AppCheck
165+ │ │ │ 📂── Authoriation
166+ │ │ │ 📂── Color
167+ │ │ │ 📂── Extensions
168+ │ │ │ 📂── Font
169+ │ │ │ │ 📂── CustomFont
170+ │ │ │ └─ 📂── FontAsset
171+ │ │ │ 📂── ImageManger
172+ │ │ │ 📂── SignUPCheck
173+ │ │ │ 📂── View
174+ │ │ │ │ 📂── ModalView
175+ │ │ │ │ 📂── ScrollView
176+ │ │ │ │ 📂── ACarousel
177+ │ │ │ │ 📂── EditImage
178+ │ │ │ └─ 📂── ScreenSize
179+ │ │ 📂── UI
180+ │ │ │ 📂── View
181+ │ │ │ │ 📂── Component
182+ │ │ │ │ │ 📂── Alert
183+ │ │ │ │ │ 📂── Lanch
184+ │ │ │ │ │ 📂── List
185+ │ │ │ │ │ 📂── Lottie
186+ │ │ │ │ │ 📂── Page
187+ │ │ │ │ │ 📂── Search
188+ │ │ │ │ │ 📂── Share
189+ │ │ │ │ │ 📂── TextField
190+ │ │ │ │ └─ 📂── WebView
191+ │ │ │ │ 📂── Authorization
192+ │ │ │ │ │ 📂── FindEmail
193+ │ │ │ │ │ 📂── FindPassword
194+ │ │ │ │ │ 📂── Login
195+ │ │ │ │ └─ 📂── SignUP
196+ │ │ │ │ 📂── Home
197+ │ │ │ │ 📂── Notic
198+ │ │ │ │ 📂── ProductDetail
199+ │ │ │ │ 📂── ProductList
200+ │ │ │ │ 📂── Profile
201+ │ │ │ │ 📂── Search
202+ │ │ │ │ 📂── Tab
203+ │ │ │ └─ 📂── Favorite
204+ │ │ 📂── ViewModel
205+ │ │ │ 📂── MainShoesViewModel
206+ │ │ │ 📂── ProfileViewModel
207+ │ │ └─ 📂── SignUpViewModel
208+ │ │ 📂── Model
209+ │ │ │ 📂── ShoesModel
210+ │ │ 📂── Network
211+ │ │ │ 📂── MainService
212+ │ │ │ 📂── MarketAPI
213+ │ │ └─ 📂── APIError
214+ │ 📦── MarketAppTests
215+ │ │ │ 📂── MainViewModelTest
216+ │ │ │ 📂── SignUPViewModelTest
217+ │ │ │ 📂── ProfileViewModelTest
218+ │ 📦── MarketAppUITests
212219📦── fastlane
213220│ 📂── metadata
214221│ │ 📂── ko
You can’t perform that action at this time.
0 commit comments