Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
merge :: (#174) image s3 env url
Browse files Browse the repository at this point in the history
merge :: (#174) image s3 env url
  • Loading branch information
HongSJae authored Oct 4, 2023
2 parents 1023e0a + a2f1587 commit a17b696
Show file tree
Hide file tree
Showing 192 changed files with 18 additions and 440 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -267,10 +267,6 @@ public extension TargetDependency.Domain {
}

public extension TargetDependency.Core {
static let DesignSystem = TargetDependency.project(
target: ModulePaths.Core.DesignSystem.targetName(type: .sources),
path: .relativeToCore(ModulePaths.Core.DesignSystem.rawValue)
)
static let JwtStoreTesting = TargetDependency.project(
target: ModulePaths.Core.JwtStore.targetName(type: .testing),
path: .relativeToCore(ModulePaths.Core.JwtStore.rawValue)
Expand All @@ -286,6 +282,10 @@ public extension TargetDependency.Core {
}

public extension TargetDependency.Shared {
static let DesignSystem = TargetDependency.project(
target: ModulePaths.Shared.DesignSystem.targetName(type: .sources),
path: .relativeToShared(ModulePaths.Shared.DesignSystem.rawValue)
)
static let UtilityModule = TargetDependency.project(
target: ModulePaths.Shared.UtilityModule.targetName(type: .sources),
path: .relativeToShared(ModulePaths.Shared.UtilityModule.rawValue)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ public extension ModulePaths {

public extension ModulePaths {
enum Core: String {
case DesignSystem
case JwtStore

func targetName(type: MicroTargetType) -> String {
Expand All @@ -66,6 +65,7 @@ public extension ModulePaths {

public extension ModulePaths {
enum Shared: String {
case DesignSystem
case UtilityModule
case GlobalThirdPartyLibrary

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit a17b696

Please sign in to comment.