We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1acf721 commit 67938f0Copy full SHA for 67938f0
1 file changed
README.md
@@ -221,7 +221,8 @@ SwiftUI_DevLog/
221
│ ├── DevLogData/ # Repository 구현, DTO, Mapper, Data 계층 Protocol
222
│ ├── DevLogInfra/ # Firebase, 소셜 로그인, 네트워크, 메타데이터 서비스 구현
223
│ ├── DevLogPersistence/ # UserDefaults, 이미지 저장소, 위젯 스냅샷 영속성 처리
224
-│ └── DevLogPresentation/ # SwiftUI 화면, ViewModel, Store, Coordinator
+│ ├── DevLogPresentation/ # SwiftUI 화면, ViewModel, Store, Coordinator
225
+│ └── DevLogWidget/ # 앱-위젯 브릿지, 위젯 동기화 이벤트 및 핸들러
226
├── Widget/
227
│ ├── DevLogWidgetCore/ # 위젯 스냅샷 모델, Factory, App Group 상수
228
│ └── DevLogWidgetExtension/ # WidgetKit UI, Provider, Timeline
0 commit comments