Skip to content

Commit

Permalink
📦 Feature 패키지 다시 분리
Browse files Browse the repository at this point in the history
  • Loading branch information
SwiftyJunnos committed Dec 24, 2023
1 parent 07623ca commit c2fb4aa
Show file tree
Hide file tree
Showing 18 changed files with 3 additions and 266 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions iOS/Features/RewindJourney/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ let package = Package(
package: Dependency.msData),
.product(name: Dependency.msUIKit,
package: Dependency.msUIKit),
.product(name: Dependency.combineCocoa,
package: Dependency.msUIKit),
.product(name: Dependency.msLogger,
package: Dependency.msFoundation),
.product(name: Dependency.msExtension,
Expand Down
3 changes: 0 additions & 3 deletions iOS/Features/SaveJourney/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ private enum Dependency {
static let msData = "MSData"

static let msUIKit = "MSUIKit"
static let msFoundation = "MSFoundation"

static let msExtension = "MSExtension"
static let msLogger = "MSLogger"
Expand Down Expand Up @@ -67,8 +66,6 @@ let package = Package(
package: Dependency.msDomain),
.product(name: Dependency.msData,
package: Dependency.msData),
.product(name: Dependency.msDesignsystem,
package: Dependency.msUIKit),
.product(name: Dependency.msUIKit,
package: Dependency.msUIKit),
.product(name: Dependency.msExtension,
Expand Down
2 changes: 0 additions & 2 deletions iOS/Features/Spot/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ let package = Package(
package: Dependency.msData),
.product(name: Dependency.msUIKit,
package: Dependency.msUIKit),
.product(name: Dependency.msDesignsystem,
package: Dependency.msUIKit),
.product(name: Dependency.msLogger,
package: Dependency.msFoundation)
])
Expand Down
21 changes: 0 additions & 21 deletions iOS/Features/Spot/SpotDemo/SpotDemo/AppDelegate.swift

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

24 changes: 0 additions & 24 deletions iOS/Features/Spot/SpotDemo/SpotDemo/Base.lproj/Main.storyboard

This file was deleted.

29 changes: 0 additions & 29 deletions iOS/Features/Spot/SpotDemo/SpotDemo/Info.plist

This file was deleted.

39 changes: 0 additions & 39 deletions iOS/Features/Spot/SpotDemo/SpotDemo/SceneDelegate.swift

This file was deleted.

12 changes: 0 additions & 12 deletions iOS/Features/Spot/SpotDemo/SpotDemo/ViewController.swift

This file was deleted.

7 changes: 2 additions & 5 deletions iOS/MSUIKit/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,8 @@ let package = Package(
.iOS(.v15)
],
products: [
.library(name: Target.msDesignSystem,
targets: [Target.msDesignSystem]),
.library(name: Target.msUIKit,
targets: [Target.msUIKit]),
.library(name: Target.combineCocoa,
targets: [Target.combineCocoa])
targets: [Target.msUIKit])
],
dependencies: [
.package(name: Dependency.msCoreKit,
Expand All @@ -63,6 +59,7 @@ let package = Package(
.target(name: Target.msUIKit,
dependencies: [
.target(name: Target.msDesignSystem),
.target(name: Target.combineCocoa),
.product(name: Dependency.msImageFetcher,
package: Dependency.msCoreKit),
.product(name: Dependency.msExtension,
Expand Down
47 changes: 1 addition & 46 deletions iOS/MusicSpot/MusicSpot.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 60;
objectVersion = 56;
objects = {

/* Begin PBXBuildFile section */
Expand All @@ -14,13 +14,6 @@
08CBF87D2B18468E007D3797 /* SpotCoordinator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08CBF8752B18468E007D3797 /* SpotCoordinator.swift */; };
08CBF87E2B18468E007D3797 /* SelectSongCoordinator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08CBF8762B18468E007D3797 /* SelectSongCoordinator.swift */; };
08CBF87F2B18468E007D3797 /* Coordinator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08CBF8772B18468E007D3797 /* Coordinator.swift */; };
DD0194E92B25C42E007CE082 /* Home in Frameworks */ = {isa = PBXBuildFile; productRef = DD0194E82B25C42E007CE082 /* Home */; };
DD0194EB2B25C42E007CE082 /* NavigateMap in Frameworks */ = {isa = PBXBuildFile; productRef = DD0194EA2B25C42E007CE082 /* NavigateMap */; };
DD0194EE2B25C434007CE082 /* JourneyList in Frameworks */ = {isa = PBXBuildFile; productRef = DD0194ED2B25C434007CE082 /* JourneyList */; };
DD0194F12B25C43B007CE082 /* RewindJourney in Frameworks */ = {isa = PBXBuildFile; productRef = DD0194F02B25C43B007CE082 /* RewindJourney */; };
DD0194F42B25C441007CE082 /* SaveJourney in Frameworks */ = {isa = PBXBuildFile; productRef = DD0194F32B25C441007CE082 /* SaveJourney */; };
DD0194F72B25C448007CE082 /* SelectSong in Frameworks */ = {isa = PBXBuildFile; productRef = DD0194F62B25C448007CE082 /* SelectSong */; };
DD0194FA2B25C44E007CE082 /* Spot in Frameworks */ = {isa = PBXBuildFile; productRef = DD0194F92B25C44E007CE082 /* Spot */; };
DD73F8592B024C4900EE9BF2 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD73F8582B024C4900EE9BF2 /* AppDelegate.swift */; };
DD73F85B2B024C4900EE9BF2 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD73F85A2B024C4900EE9BF2 /* SceneDelegate.swift */; };
DD73F8622B024C4B00EE9BF2 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = DD73F8612B024C4B00EE9BF2 /* Assets.xcassets */; };
Expand Down Expand Up @@ -185,13 +178,6 @@
);
mainGroup = DD73F84C2B024C4900EE9BF2;
packageReferences = (
DD0194E72B25C42E007CE082 /* XCLocalSwiftPackageReference "../Features/Home" */,
DD0194EC2B25C434007CE082 /* XCLocalSwiftPackageReference "../Features/JourneyList" */,
DD0194EF2B25C43B007CE082 /* XCLocalSwiftPackageReference "../Features/RewindJourney" */,
DD0194F22B25C441007CE082 /* XCLocalSwiftPackageReference "../Features/SaveJourney" */,
DD0194F52B25C448007CE082 /* XCLocalSwiftPackageReference "../Features/SelectSong" */,
DD0194F82B25C44E007CE082 /* XCLocalSwiftPackageReference "../Features/Spot" */,
DD92FEB62B35EE5500A672F5 /* XCLocalSwiftPackageReference "../MSUIKit" */,
);
productRefGroup = DD73F8562B024C4900EE9BF2 /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -586,37 +572,6 @@
};
/* End XCConfigurationList section */

/* Begin XCLocalSwiftPackageReference section */
DD0194E72B25C42E007CE082 /* XCLocalSwiftPackageReference "../Features/Home" */ = {
isa = XCLocalSwiftPackageReference;
relativePath = ../Features/Home;
};
DD0194EC2B25C434007CE082 /* XCLocalSwiftPackageReference "../Features/JourneyList" */ = {
isa = XCLocalSwiftPackageReference;
relativePath = ../Features/JourneyList;
};
DD0194EF2B25C43B007CE082 /* XCLocalSwiftPackageReference "../Features/RewindJourney" */ = {
isa = XCLocalSwiftPackageReference;
relativePath = ../Features/RewindJourney;
};
DD0194F22B25C441007CE082 /* XCLocalSwiftPackageReference "../Features/SaveJourney" */ = {
isa = XCLocalSwiftPackageReference;
relativePath = ../Features/SaveJourney;
};
DD0194F52B25C448007CE082 /* XCLocalSwiftPackageReference "../Features/SelectSong" */ = {
isa = XCLocalSwiftPackageReference;
relativePath = ../Features/SelectSong;
};
DD0194F82B25C44E007CE082 /* XCLocalSwiftPackageReference "../Features/Spot" */ = {
isa = XCLocalSwiftPackageReference;
relativePath = ../Features/Spot;
};
DD92FEB62B35EE5500A672F5 /* XCLocalSwiftPackageReference "../MSUIKit" */ = {
isa = XCLocalSwiftPackageReference;
relativePath = ../MSUIKit;
};
/* End XCLocalSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
DD92FEAA2B35EDFF00A672F5 /* Home */ = {
isa = XCSwiftPackageProductDependency;
Expand Down

0 comments on commit c2fb4aa

Please sign in to comment.