Skip to content

Commit

Permalink
📦 패키지 삭제하고 다시 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
SwiftyJunnos committed Nov 30, 2023
1 parent c937797 commit ead3676
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 70 deletions.
4 changes: 0 additions & 4 deletions iOS/Features/JourneyList/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ private extension String {
return "../../" + self
}

var fromRootPath: String {
return "../../" + self
}

}

private enum Target {
Expand Down
116 changes: 50 additions & 66 deletions iOS/MusicSpot/MusicSpot.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,17 @@
objects = {

/* Begin PBXBuildFile section */
DD5EA2552B16EC920080AEC1 /* JourneyList in Frameworks */ = {isa = PBXBuildFile; productRef = DD5EA2542B16EC920080AEC1 /* JourneyList */; };
DD5EA2572B16EC960080AEC1 /* NavigateMap in Frameworks */ = {isa = PBXBuildFile; productRef = DD5EA2562B16EC960080AEC1 /* NavigateMap */; };
DD5EA2592B16EC9B0080AEC1 /* RecordJourney in Frameworks */ = {isa = PBXBuildFile; productRef = DD5EA2582B16EC9B0080AEC1 /* RecordJourney */; };
DD5EA25B2B16ECA10080AEC1 /* SaveJourney in Frameworks */ = {isa = PBXBuildFile; productRef = DD5EA25A2B16ECA10080AEC1 /* SaveJourney */; };
DD5EA25D2B16ECA60080AEC1 /* SelectSong in Frameworks */ = {isa = PBXBuildFile; productRef = DD5EA25C2B16ECA60080AEC1 /* SelectSong */; };
DD5EA25F2B16ECAB0080AEC1 /* Spot in Frameworks */ = {isa = PBXBuildFile; productRef = DD5EA25E2B16ECAB0080AEC1 /* Spot */; };
DD5EA2612B16ECAF0080AEC1 /* RewindJourney in Frameworks */ = {isa = PBXBuildFile; productRef = DD5EA2602B16ECAF0080AEC1 /* RewindJourney */; };
DD4D98812B184EAA006E577D /* NavigateMap in Frameworks */ = {isa = PBXBuildFile; productRef = DD4D98802B184EAA006E577D /* NavigateMap */; };
DD4D98832B184EAA006E577D /* RecordJourney in Frameworks */ = {isa = PBXBuildFile; productRef = DD4D98822B184EAA006E577D /* RecordJourney */; };
DD4D98862B184EB1006E577D /* JourneyList in Frameworks */ = {isa = PBXBuildFile; productRef = DD4D98852B184EB1006E577D /* JourneyList */; };
DD4D98892B184EB8006E577D /* RewindJourney in Frameworks */ = {isa = PBXBuildFile; productRef = DD4D98882B184EB8006E577D /* RewindJourney */; };
DD4D988C2B184EC0006E577D /* SaveJourney in Frameworks */ = {isa = PBXBuildFile; productRef = DD4D988B2B184EC0006E577D /* SaveJourney */; };
DD4D988F2B184EC8006E577D /* SelectSong in Frameworks */ = {isa = PBXBuildFile; productRef = DD4D988E2B184EC8006E577D /* SelectSong */; };
DD4D98922B184ED4006E577D /* Spot in Frameworks */ = {isa = PBXBuildFile; productRef = DD4D98912B184ED4006E577D /* 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 */; };
DD73F8652B024C4B00EE9BF2 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = DD73F8632B024C4B00EE9BF2 /* LaunchScreen.storyboard */; };
DDE77E192B131FFE005927B0 /* MSDesignSystem in Frameworks */ = {isa = PBXBuildFile; productRef = DDE77E182B131FFE005927B0 /* MSDesignSystem */; };
DDE77E1C2B13200B005927B0 /* JourneyList in Frameworks */ = {isa = PBXBuildFile; productRef = DDE77E1B2B13200B005927B0 /* JourneyList */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
Expand All @@ -37,13 +35,13 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
DD5EA2572B16EC960080AEC1 /* NavigateMap in Frameworks */,
DD5EA25D2B16ECA60080AEC1 /* SelectSong in Frameworks */,
DD5EA2552B16EC920080AEC1 /* JourneyList in Frameworks */,
DD5EA2612B16ECAF0080AEC1 /* RewindJourney in Frameworks */,
DD5EA25B2B16ECA10080AEC1 /* SaveJourney in Frameworks */,
DD5EA25F2B16ECAB0080AEC1 /* Spot in Frameworks */,
DD5EA2592B16EC9B0080AEC1 /* RecordJourney in Frameworks */,
DD4D98832B184EAA006E577D /* RecordJourney in Frameworks */,
DD4D98812B184EAA006E577D /* NavigateMap in Frameworks */,
DD4D98892B184EB8006E577D /* RewindJourney in Frameworks */,
DD4D98862B184EB1006E577D /* JourneyList in Frameworks */,
DD4D98922B184ED4006E577D /* Spot in Frameworks */,
DD4D988C2B184EC0006E577D /* SaveJourney in Frameworks */,
DD4D988F2B184EC8006E577D /* SelectSong in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -86,13 +84,6 @@
path = MusicSpot;
sourceTree = "<group>";
};
DDE77E1D2B1320B9005927B0 /* Frameworks */ = {
isa = PBXGroup;
children = (
);
name = Frameworks;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
Expand All @@ -110,13 +101,13 @@
);
name = MusicSpot;
packageProductDependencies = (
DD5EA2542B16EC920080AEC1 /* JourneyList */,
DD5EA2562B16EC960080AEC1 /* NavigateMap */,
DD5EA2582B16EC9B0080AEC1 /* RecordJourney */,
DD5EA25A2B16ECA10080AEC1 /* SaveJourney */,
DD5EA25C2B16ECA60080AEC1 /* SelectSong */,
DD5EA25E2B16ECAB0080AEC1 /* Spot */,
DD5EA2602B16ECAF0080AEC1 /* RewindJourney */,
DD4D98802B184EAA006E577D /* NavigateMap */,
DD4D98822B184EAA006E577D /* RecordJourney */,
DD4D98852B184EB1006E577D /* JourneyList */,
DD4D98882B184EB8006E577D /* RewindJourney */,
DD4D988B2B184EC0006E577D /* SaveJourney */,
DD4D988E2B184EC8006E577D /* SelectSong */,
DD4D98912B184ED4006E577D /* Spot */,
);
productName = MusicSpot;
productReference = DD73F8552B024C4900EE9BF2 /* MusicSpot.app */;
Expand Down Expand Up @@ -147,12 +138,12 @@
);
mainGroup = DD73F84C2B024C4900EE9BF2;
packageReferences = (
DD734C432B16EAFC00944E71 /* XCLocalSwiftPackageReference "../Features/JourneyList" */,
DD734C462B16EB0700944E71 /* XCLocalSwiftPackageReference "../Features/Home" */,
DD734C4E2B16EB2D00944E71 /* XCLocalSwiftPackageReference "../Features/SaveJourney" */,
DD734C512B16EB3400944E71 /* XCLocalSwiftPackageReference "../Features/SelectSong" */,
DD734C572B16EB5500944E71 /* XCLocalSwiftPackageReference "../Features/Spot" */,
DD734C5A2B16EBB800944E71 /* XCLocalSwiftPackageReference "../Features/RewindJourney" */,
DD4D987F2B184EAA006E577D /* XCLocalSwiftPackageReference "../Features/Home" */,
DD4D98842B184EB1006E577D /* XCLocalSwiftPackageReference "../Features/JourneyList" */,
DD4D98872B184EB8006E577D /* XCLocalSwiftPackageReference "../Features/RewindJourney" */,
DD4D988A2B184EC0006E577D /* XCLocalSwiftPackageReference "../Features/SaveJourney" */,
DD4D988D2B184EC8006E577D /* XCLocalSwiftPackageReference "../Features/SelectSong" */,
DD4D98902B184ED4006E577D /* XCLocalSwiftPackageReference "../Features/Spot" */,
);
productRefGroup = DD73F8562B024C4900EE9BF2 /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -411,68 +402,61 @@
/* End XCConfigurationList section */

/* Begin XCLocalSwiftPackageReference section */
DD734C432B16EAFC00944E71 /* XCLocalSwiftPackageReference "../Features/JourneyList" */ = {
DD4D987F2B184EAA006E577D /* XCLocalSwiftPackageReference "../Features/Home" */ = {
isa = XCLocalSwiftPackageReference;
relativePath = ../Features/Home;
};
DD4D98842B184EB1006E577D /* XCLocalSwiftPackageReference "../Features/JourneyList" */ = {
isa = XCLocalSwiftPackageReference;
relativePath = ../Features/JourneyList;
};
DD734C462B16EB0700944E71 /* XCLocalSwiftPackageReference "../Features/Home" */ = {
DD4D98872B184EB8006E577D /* XCLocalSwiftPackageReference "../Features/RewindJourney" */ = {
isa = XCLocalSwiftPackageReference;
relativePath = ../Features/Home;
relativePath = ../Features/RewindJourney;
};
DD734C4E2B16EB2D00944E71 /* XCLocalSwiftPackageReference "../Features/SaveJourney" */ = {
DD4D988A2B184EC0006E577D /* XCLocalSwiftPackageReference "../Features/SaveJourney" */ = {
isa = XCLocalSwiftPackageReference;
relativePath = ../Features/SaveJourney;
};
DD734C512B16EB3400944E71 /* XCLocalSwiftPackageReference "../Features/SelectSong" */ = {
DD4D988D2B184EC8006E577D /* XCLocalSwiftPackageReference "../Features/SelectSong" */ = {
isa = XCLocalSwiftPackageReference;
relativePath = ../Features/SelectSong;
};
DD734C572B16EB5500944E71 /* XCLocalSwiftPackageReference "../Features/Spot" */ = {
DD4D98902B184ED4006E577D /* XCLocalSwiftPackageReference "../Features/Spot" */ = {
isa = XCLocalSwiftPackageReference;
relativePath = ../Features/Spot;
};
DD734C5A2B16EBB800944E71 /* XCLocalSwiftPackageReference "../Features/RewindJourney" */ = {
isa = XCLocalSwiftPackageReference;
relativePath = ../Features/RewindJourney;
};
/* End XCLocalSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
DD5EA2542B16EC920080AEC1 /* JourneyList */ = {
isa = XCSwiftPackageProductDependency;
package = DD734C432B16EAFC00944E71 /* XCLocalSwiftPackageReference "../Features/JourneyList" */;
productName = JourneyList;
};
DD5EA2562B16EC960080AEC1 /* NavigateMap */ = {
DD4D98802B184EAA006E577D /* NavigateMap */ = {
isa = XCSwiftPackageProductDependency;
package = DD734C462B16EB0700944E71 /* XCLocalSwiftPackageReference "../Features/Home" */;
productName = NavigateMap;
};
DD5EA2582B16EC9B0080AEC1 /* RecordJourney */ = {
DD4D98822B184EAA006E577D /* RecordJourney */ = {
isa = XCSwiftPackageProductDependency;
package = DD734C462B16EB0700944E71 /* XCLocalSwiftPackageReference "../Features/Home" */;
productName = RecordJourney;
};
DD5EA25A2B16ECA10080AEC1 /* SaveJourney */ = {
DD4D98852B184EB1006E577D /* JourneyList */ = {
isa = XCSwiftPackageProductDependency;
productName = JourneyList;
};
DD4D98882B184EB8006E577D /* RewindJourney */ = {
isa = XCSwiftPackageProductDependency;
productName = RewindJourney;
};
DD4D988B2B184EC0006E577D /* SaveJourney */ = {
isa = XCSwiftPackageProductDependency;
package = DD734C4E2B16EB2D00944E71 /* XCLocalSwiftPackageReference "../Features/SaveJourney" */;
productName = SaveJourney;
};
DD5EA25C2B16ECA60080AEC1 /* SelectSong */ = {
DD4D988E2B184EC8006E577D /* SelectSong */ = {
isa = XCSwiftPackageProductDependency;
package = DD734C512B16EB3400944E71 /* XCLocalSwiftPackageReference "../Features/SelectSong" */;
productName = SelectSong;
};
DD5EA25E2B16ECAB0080AEC1 /* Spot */ = {
DD4D98912B184ED4006E577D /* Spot */ = {
isa = XCSwiftPackageProductDependency;
package = DD734C572B16EB5500944E71 /* XCLocalSwiftPackageReference "../Features/Spot" */;
productName = Spot;
};
DD5EA2602B16ECAF0080AEC1 /* RewindJourney */ = {
isa = XCSwiftPackageProductDependency;
package = DD734C5A2B16EBB800944E71 /* XCLocalSwiftPackageReference "../Features/RewindJourney" */;
productName = RewindJourney;
};
/* End XCSwiftPackageProductDependency section */
};
rootObject = DD73F84D2B024C4900EE9BF2 /* Project object */;
Expand Down

0 comments on commit ead3676

Please sign in to comment.