Skip to content

Commit c3c46a2

Browse files
authored
[#456] Swift 파일 헤더의 타깃명을 모듈 기준으로 정리한다 (#463)
* style: Domain 레이어 헤더 주석 수정 * style: Data 레이어 헤더 주석 수정 * style: Infra 레이어 헤더 주석 수정 * style: Persistence 레이어 헤더 주석 수정 * style: Presentation 레이어 헤더 주석 수정 * style: WidgetCore 레이어 헤더 주석 수정 * style: WidgetExtension 레이어 헤더 주석 수정 * style: 실 구현체에 맞게 파일명, 헤더 주석 수정 * style: Swift 파일명과 헤더 주석 * style: PushSettings UseCase 구현체 이름 정리
1 parent cdda8d9 commit c3c46a2

298 files changed

Lines changed: 337 additions & 337 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Application/DevLogApp/Sources/App/Assembler/Assembler.swift renamed to Application/DevLogApp/Sources/App/Assembler/AppAssembler.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Assembler.swift
2+
// AppAssembler.swift
33
// DevLog
44
//
55
// Created by 최윤진 on 12/7/25.

Application/DevLogData/Sources/Common/DataLayerError.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// DataLayerError.swift
3-
// DevLog
3+
// DevLogData
44
//
55
// Created by opfic on 3/11/26.
66
//

Application/DevLogData/Sources/DTO/AuthDataResponse.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// AuthDataResponse.swift
3-
// DevLog
3+
// DevLogData
44
//
55
// Created by 최윤진 on 11/2/25.
66
//

Application/DevLogData/Sources/DTO/NotificationKind.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// NotificationKind.swift
3-
// DevLog
3+
// DevLogData
44
//
55
// Created by opfic on 6/28/25.
66
//

Application/DevLogData/Sources/DTO/PushNotificationCursorDTO.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// PushNotificationCursorDTO.swift
3-
// DevLog
3+
// DevLogData
44
//
55
// Created by 최윤진 on 2/27/26.
66
//

Application/DevLogData/Sources/DTO/PushNotificationPageResponse.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// PushNotificationPageResponse.swift
3-
// DevLog
3+
// DevLogData
44
//
55
// Created by opfic on 2/18/26.
66
//

Application/DevLogData/Sources/DTO/PushNotificationResponse.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// PushNotificationResponse.swift
3-
// DevLog
3+
// DevLogData
44
//
55
// Created by 최윤진 on 2/10/26.
66
//

Application/DevLogData/Sources/DTO/TodoCategoryResponse.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// TodoCategoryResponse.swift
3-
// DevLog
3+
// DevLogData
44
//
55
// Created by opfic on 3/30/26.
66
//

Application/DevLogData/Sources/DTO/TodoCursorDTO.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// TodoCursorDTO.swift
3-
// DevLog
3+
// DevLogData
44
//
55
// Created by opfic on 2/21/26.
66
//

Application/DevLogData/Sources/DTO/TodoDTO.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// TodoDTO.swift
3-
// DevLog
3+
// DevLogData
44
//
55
// Created by 최윤진 on 12/14/25.
66
//

0 commit comments

Comments
 (0)