Skip to content

Commit

Permalink
Merge pull request #129 from mukgen/refactoring/#128-tuistSetting
Browse files Browse the repository at this point in the history
tuist ๋ชจ๋“ˆํ™” ์ˆ˜์ •
  • Loading branch information
jjunhaa0211 authored Oct 10, 2023
2 parents ced9922 + f0f889c commit 3d2a2c2
Show file tree
Hide file tree
Showing 11 changed files with 9 additions and 18 deletions.
3 changes: 1 addition & 2 deletions Mukgen/Modules/Presentation/Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ let project = Project.makeModule(
.Project.mealService,
.Project.mealSaggestionService,
.Project.reViewService,
.Project.userService,
.Project.core
.Project.userService
],
resources: ["Resources/**"]
)
8 changes: 0 additions & 8 deletions Mukgen/Mukgen-iOS/Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,6 @@ let project = Project.makeModule(
platform: .iOS,
product: .app,
dependencies: [
.Project.mukgenKit,
.Project.authService,
.Project.boardService,
.Project.deliveryService,
.Project.mealService,
.Project.mealSaggestionService,
.Project.reViewService,
.Project.userService,
.Project.presentation
],
resources: ["Resources/**"],
Expand Down
2 changes: 1 addition & 1 deletion Mukgen/Mukgen-iOS/Sources/Application/SceneDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class SceneDelegate: UIResponder, UIWindowSceneDelegate {
window = UIWindow(windowScene: windowScene)

let moduleFactory = ModuleFactory.shared
let rootViewController = moduleFactory.TapBarVC()
let rootViewController = moduleFactory.DeliveryVC()
// let navigationController = UINavigationController(rootViewController: rootViewController)

window?.rootViewController = rootViewController
Expand Down
2 changes: 1 addition & 1 deletion Mukgen/Service/AuthService/Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ let project = Project.makeModule(
name: "AuthService",
product: .staticFramework,
dependencies: [
.Project.thirdPartyLib
.Project.core
]
)
2 changes: 1 addition & 1 deletion Mukgen/Service/BoardService/Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ let project = Project.makeModule(
name: "BoardService",
product: .staticFramework,
dependencies: [
.Project.thirdPartyLib
.Project.core
]
)
2 changes: 1 addition & 1 deletion Mukgen/Service/DeliveryService/Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ let project = Project.makeModule(
name: "DeliveryService",
product: .staticFramework,
dependencies: [
.Project.thirdPartyLib
.Project.core
]
)
2 changes: 1 addition & 1 deletion Mukgen/Service/MealSaggestionService/Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ let project = Project.makeModule(
name: "MealSaggestionService",
product: .staticFramework,
dependencies: [
.Project.thirdPartyLib
.Project.core
]
)
2 changes: 1 addition & 1 deletion Mukgen/Service/MealService/Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ let project = Project.makeModule(
name: "MealService",
product: .staticFramework,
dependencies: [
.Project.thirdPartyLib
.Project.core
]
)
2 changes: 1 addition & 1 deletion Mukgen/Service/ReViewService/Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ let project = Project.makeModule(
name: "ReViewService",
product: .staticFramework,
dependencies: [
.Project.thirdPartyLib
.Project.core
]
)
2 changes: 1 addition & 1 deletion Mukgen/Service/UserService/Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ let project = Project.makeModule(
name: "UserService",
product: .staticFramework,
dependencies: [
.Project.thirdPartyLib
.Project.core
]
)
Binary file modified graph.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3d2a2c2

Please sign in to comment.