Skip to content

Commit 254feb4

Browse files
committed
[#52] TestSupport 모듈 구현
1 parent 7927f85 commit 254feb4

File tree

3 files changed

+453
-0
lines changed

3 files changed

+453
-0
lines changed

Mark-In.xcodeproj/project.pbxproj

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
57664F242DEEB2A100CA8D68 /* LinkMetadataKit.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 57664F1C2DEDCDCB00CA8D68 /* LinkMetadataKit.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
1818
57664F252DEEB2A100CA8D68 /* LinkMetadataKitInterface.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 57664F1E2DEDCDCB00CA8D68 /* LinkMetadataKitInterface.framework */; };
1919
57664F262DEEB2A100CA8D68 /* LinkMetadataKitInterface.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 57664F1E2DEDCDCB00CA8D68 /* LinkMetadataKitInterface.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
20+
57664FE42DF2C0B900CA8D68 /* TestSupport.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 57664FB62DF2BF5900CA8D68 /* TestSupport.framework */; };
21+
57664FE52DF2C0B900CA8D68 /* TestSupport.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 57664FB62DF2BF5900CA8D68 /* TestSupport.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
2022
57944D0C2DC52AEF00EF3D9A /* GoogleSignIn in Frameworks */ = {isa = PBXBuildFile; productRef = 57944D0B2DC52AEF00EF3D9A /* GoogleSignIn */; };
2123
57AC56A82DA5120600BA84BD /* Util.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 57AC56732DA511E900BA84BD /* Util.framework */; };
2224
57AC56A92DA5120600BA84BD /* Util.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 57AC56732DA511E900BA84BD /* Util.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
@@ -69,6 +71,13 @@
6971
remoteGlobalIDString = 57BFD8C22DA4E19600648AD4;
7072
remoteInfo = "Mark-In";
7173
};
74+
57664FB52DF2BF5900CA8D68 /* PBXContainerItemProxy */ = {
75+
isa = PBXContainerItemProxy;
76+
containerPortal = 57664FB12DF2BF5900CA8D68 /* TestSupport.xcodeproj */;
77+
proxyType = 2;
78+
remoteGlobalIDString = 57664FA72DF2BF5800CA8D68;
79+
remoteInfo = TestSupport;
80+
};
7281
57AC56722DA511E900BA84BD /* PBXContainerItemProxy */ = {
7382
isa = PBXContainerItemProxy;
7483
containerPortal = 57AC53092DA4FC1800BA84BD /* Util.xcodeproj */;
@@ -79,6 +88,17 @@
7988
/* End PBXContainerItemProxy section */
8089

8190
/* Begin PBXCopyFilesBuildPhase section */
91+
57664FE62DF2C0B900CA8D68 /* Embed Frameworks */ = {
92+
isa = PBXCopyFilesBuildPhase;
93+
buildActionMask = 2147483647;
94+
dstPath = "";
95+
dstSubfolderSpec = 10;
96+
files = (
97+
57664FE52DF2C0B900CA8D68 /* TestSupport.framework in Embed Frameworks */,
98+
);
99+
name = "Embed Frameworks";
100+
runOnlyForDeploymentPostprocessing = 0;
101+
};
82102
57AC55452DA507EC00BA84BD /* Embed Frameworks */ = {
83103
isa = PBXCopyFilesBuildPhase;
84104
buildActionMask = 2147483647;
@@ -101,6 +121,7 @@
101121
57588CE42DD9B4D500DBD9A7 /* AppDI.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = AppDI.xcodeproj; path = AppDI/AppDI.xcodeproj; sourceTree = "<group>"; };
102122
57606D652DD63B14005EBE3D /* ReducerKit.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = ReducerKit.xcodeproj; path = ReducerKit/ReducerKit.xcodeproj; sourceTree = "<group>"; };
103123
57664F682DF03A9000CA8D68 /* Mark-In-Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Mark-In-Tests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
124+
57664FB12DF2BF5900CA8D68 /* TestSupport.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = TestSupport.xcodeproj; path = TestSupport/TestSupport.xcodeproj; sourceTree = "<group>"; };
104125
57AC52EF2DA4FBC900BA84BD /* DesignSystem.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = DesignSystem.xcodeproj; path = DesignSystem/DesignSystem.xcodeproj; sourceTree = "<group>"; };
105126
57AC53092DA4FC1800BA84BD /* Util.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = Util.xcodeproj; path = Util/Util.xcodeproj; sourceTree = "<group>"; };
106127
57AC53232DA4FC4900BA84BD /* LinkMetadataKit.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = LinkMetadataKit.xcodeproj; path = LinkMetadataKit/LinkMetadataKit.xcodeproj; sourceTree = "<group>"; };
@@ -140,6 +161,7 @@
140161
isa = PBXFrameworksBuildPhase;
141162
buildActionMask = 2147483647;
142163
files = (
164+
57664FE42DF2C0B900CA8D68 /* TestSupport.framework in Frameworks */,
143165
);
144166
runOnlyForDeploymentPostprocessing = 0;
145167
};
@@ -180,6 +202,14 @@
180202
name = Products;
181203
sourceTree = "<group>";
182204
};
205+
57664FB22DF2BF5900CA8D68 /* Products */ = {
206+
isa = PBXGroup;
207+
children = (
208+
57664FB62DF2BF5900CA8D68 /* TestSupport.framework */,
209+
);
210+
name = Products;
211+
sourceTree = "<group>";
212+
};
183213
57985FAB2DDDC2CD00A383F2 /* Products */ = {
184214
isa = PBXGroup;
185215
children = (
@@ -218,6 +248,7 @@
218248
57AC56602DA511AF00BA84BD /* Shared */ = {
219249
isa = PBXGroup;
220250
children = (
251+
57664FB12DF2BF5900CA8D68 /* TestSupport.xcodeproj */,
221252
57AC53092DA4FC1800BA84BD /* Util.xcodeproj */,
222253
);
223254
path = Shared;
@@ -264,6 +295,7 @@
264295
57664F642DF03A9000CA8D68 /* Sources */,
265296
57664F652DF03A9000CA8D68 /* Frameworks */,
266297
57664F662DF03A9000CA8D68 /* Resources */,
298+
57664FE62DF2C0B900CA8D68 /* Embed Frameworks */,
267299
);
268300
buildRules = (
269301
);
@@ -360,6 +392,10 @@
360392
ProductGroup = 57588A542DD63B5900DBD9A7 /* Products */;
361393
ProjectRef = 57606D652DD63B14005EBE3D /* ReducerKit.xcodeproj */;
362394
},
395+
{
396+
ProductGroup = 57664FB22DF2BF5900CA8D68 /* Products */;
397+
ProjectRef = 57664FB12DF2BF5900CA8D68 /* TestSupport.xcodeproj */;
398+
},
363399
{
364400
ProductGroup = 57AC566F2DA511E900BA84BD /* Products */;
365401
ProjectRef = 57AC53092DA4FC1800BA84BD /* Util.xcodeproj */;
@@ -409,6 +445,13 @@
409445
remoteRef = 57664F1D2DEDCDCB00CA8D68 /* PBXContainerItemProxy */;
410446
sourceTree = BUILT_PRODUCTS_DIR;
411447
};
448+
57664FB62DF2BF5900CA8D68 /* TestSupport.framework */ = {
449+
isa = PBXReferenceProxy;
450+
fileType = wrapper.framework;
451+
path = TestSupport.framework;
452+
remoteRef = 57664FB52DF2BF5900CA8D68 /* PBXContainerItemProxy */;
453+
sourceTree = BUILT_PRODUCTS_DIR;
454+
};
412455
57AC56732DA511E900BA84BD /* Util.framework */ = {
413456
isa = PBXReferenceProxy;
414457
fileType = wrapper.framework;

0 commit comments

Comments
 (0)