Skip to content

Commit 868b700

Browse files
committed
chore: Xcode 복구 참조 제거
1 parent 4dab7af commit 868b700

1 file changed

Lines changed: 3 additions & 13 deletions

File tree

Application/DevLogPresentation/DevLogPresentation.xcodeproj/project.pbxproj

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
/* Begin PBXBuildFile section */
1010
01D899033F573BBB31F1F1CB /* DevLogCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 045D0608DB7069603090D029 /* DevLogCore.framework */; };
11-
0530C4A2CF7B413A831F5EA9 /* DevLogPresentation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5E7473315771B5D3030C5003 /* DevLogPresentation.framework */; };
1211
1B8D0C5D8C506642FFB8F9FA /* OrderedCollections in Frameworks */ = {isa = PBXBuildFile; productRef = 7D6DDD31C1122286D5852621 /* OrderedCollections */; };
1312
3120506A710A0B6505226C05 /* MarkdownUI in Frameworks */ = {isa = PBXBuildFile; productRef = 423A6FE16D5EC7FECF77A31A /* MarkdownUI */; };
1413
CC36598B842BA60E284D4A9E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3E43EBE726188C58FFB2B6CD /* Foundation.framework */; };
@@ -29,7 +28,7 @@
2928
/* Begin PBXFileReference section */
3029
045D0608DB7069603090D029 /* DevLogCore.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = DevLogCore.framework; sourceTree = BUILT_PRODUCTS_DIR; };
3130
3E43EBE726188C58FFB2B6CD /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; };
32-
5E7473315771B5D3030C5003 /* DevLogPresentation.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = DevLogPresentation.framework; sourceTree = BUILT_PRODUCTS_DIR; };
31+
DFB2BA3C2FB8E5BE00720E6F /* DevLogPresentation.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = DevLogPresentation.framework; sourceTree = BUILT_PRODUCTS_DIR; };
3332
DFE459172FB7283400441703 /* DevLogDomain.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = DevLogDomain.framework; sourceTree = BUILT_PRODUCTS_DIR; };
3433
F8C1C9C28BDE46D39FC79A72 /* DevLogPresentationTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = DevLogPresentationTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
3534
/* End PBXFileReference section */
@@ -61,7 +60,6 @@
6160
isa = PBXFrameworksBuildPhase;
6261
buildActionMask = 2147483647;
6362
files = (
64-
0530C4A2CF7B413A831F5EA9 /* DevLogPresentation.framework in Frameworks */,
6563
D5BCE781F72346A08F831AC3 /* DevLogDomain.framework in Frameworks */,
6664
);
6765
runOnlyForDeploymentPostprocessing = 0;
@@ -87,6 +85,7 @@
8785
F8C1C9C28BDE46D39FC79A72 /* DevLogPresentationTests.xctest */,
8886
045D0608DB7069603090D029 /* DevLogCore.framework */,
8987
DFE459172FB7283400441703 /* DevLogDomain.framework */,
88+
DFB2BA3C2FB8E5BE00720E6F /* DevLogPresentation.framework */,
9089
);
9190
name = Products;
9291
sourceTree = "<group>";
@@ -98,7 +97,6 @@
9897
4320D5C2F6A44B24BF69A36B /* Tests */,
9998
9CC0354538B2A1DF2C74E484 /* Frameworks */,
10099
03D4331F04C462F4C642860F /* Products */,
101-
DF02DBC92FB8D9F1008C7784 /* Recovered References */,
102100
);
103101
sourceTree = "<group>";
104102
};
@@ -118,14 +116,6 @@
118116
name = Frameworks;
119117
sourceTree = "<group>";
120118
};
121-
DF02DBC92FB8D9F1008C7784 /* Recovered References */ = {
122-
isa = PBXGroup;
123-
children = (
124-
5E7473315771B5D3030C5003 /* DevLogPresentation.framework */,
125-
);
126-
name = "Recovered References";
127-
sourceTree = "<group>";
128-
};
129119
/* End PBXGroup section */
130120

131121
/* Begin PBXHeadersBuildPhase section */
@@ -162,7 +152,7 @@
162152
7D6DDD31C1122286D5852621 /* OrderedCollections */,
163153
);
164154
productName = DevLogPresentation;
165-
productReference = 5E7473315771B5D3030C5003 /* DevLogPresentation.framework */;
155+
productReference = DFB2BA3C2FB8E5BE00720E6F /* DevLogPresentation.framework */;
166156
productType = "com.apple.product-type.framework";
167157
};
168158
BB5614AE13A04E97AC91BD37 /* DevLogPresentationTests */ = {

0 commit comments

Comments
 (0)