Skip to content

Commit dc7d601

Browse files
committed
++SwiftBox
1 parent 8bb4190 commit dc7d601

File tree

2 files changed

+34
-4
lines changed

2 files changed

+34
-4
lines changed

Few.xcodeproj/project.pbxproj

+33-3
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,20 @@
149149
remoteGlobalIDString = 8897687019AED88000DD079B;
150150
remoteInfo = Few;
151151
};
152+
88B91F6B1ADA1D09003923C9 /* PBXContainerItemProxy */ = {
153+
isa = PBXContainerItemProxy;
154+
containerPortal = 884CBA031A263BF400EDE9B2 /* Quick.xcodeproj */;
155+
proxyType = 2;
156+
remoteGlobalIDString = DA5663E81A4C8D8500193C88;
157+
remoteInfo = "QuickFocused-OSXTests";
158+
};
159+
88B91F6D1ADA1D09003923C9 /* PBXContainerItemProxy */ = {
160+
isa = PBXContainerItemProxy;
161+
containerPortal = 884CBA031A263BF400EDE9B2 /* Quick.xcodeproj */;
162+
proxyType = 2;
163+
remoteGlobalIDString = DA9876B21A4C70EB0004AA17;
164+
remoteInfo = "QuickFocused-iOSTests";
165+
};
152166
A2FA890F1AB33BA500561FBF /* PBXContainerItemProxy */ = {
153167
isa = PBXContainerItemProxy;
154168
containerPortal = 8897686819AED88000DD079B /* Project object */;
@@ -288,8 +302,10 @@
288302
children = (
289303
884CBA0B1A263BF400EDE9B2 /* Quick.framework */,
290304
884CBA0D1A263BF400EDE9B2 /* Quick-OSXTests.xctest */,
305+
88B91F6C1ADA1D09003923C9 /* QuickFocused-OSXTests.xctest */,
291306
884CBA0F1A263BF400EDE9B2 /* Quick.framework */,
292307
884CBA111A263BF400EDE9B2 /* Quick-iOSTests.xctest */,
308+
88B91F6E1ADA1D09003923C9 /* QuickFocused-iOSTests.xctest */,
293309
);
294310
name = Products;
295311
sourceTree = "<group>";
@@ -300,7 +316,7 @@
300316
884CBA1A1A263C0600EDE9B2 /* Nimble.framework */,
301317
884CBA1C1A263C0600EDE9B2 /* NimbleTests.xctest */,
302318
884CBA1E1A263C0600EDE9B2 /* Nimble.framework */,
303-
884CBA201A263C0600EDE9B2 /* Nimble-OSXTests.xctest */,
319+
884CBA201A263C0600EDE9B2 /* NimbleTests.xctest */,
304320
);
305321
name = Products;
306322
sourceTree = "<group>";
@@ -695,13 +711,27 @@
695711
remoteRef = 884CBA1D1A263C0600EDE9B2 /* PBXContainerItemProxy */;
696712
sourceTree = BUILT_PRODUCTS_DIR;
697713
};
698-
884CBA201A263C0600EDE9B2 /* Nimble-OSXTests.xctest */ = {
714+
884CBA201A263C0600EDE9B2 /* NimbleTests.xctest */ = {
699715
isa = PBXReferenceProxy;
700716
fileType = wrapper.cfbundle;
701-
path = "Nimble-OSXTests.xctest";
717+
path = NimbleTests.xctest;
702718
remoteRef = 884CBA1F1A263C0600EDE9B2 /* PBXContainerItemProxy */;
703719
sourceTree = BUILT_PRODUCTS_DIR;
704720
};
721+
88B91F6C1ADA1D09003923C9 /* QuickFocused-OSXTests.xctest */ = {
722+
isa = PBXReferenceProxy;
723+
fileType = wrapper.cfbundle;
724+
path = "QuickFocused-OSXTests.xctest";
725+
remoteRef = 88B91F6B1ADA1D09003923C9 /* PBXContainerItemProxy */;
726+
sourceTree = BUILT_PRODUCTS_DIR;
727+
};
728+
88B91F6E1ADA1D09003923C9 /* QuickFocused-iOSTests.xctest */ = {
729+
isa = PBXReferenceProxy;
730+
fileType = wrapper.cfbundle;
731+
path = "QuickFocused-iOSTests.xctest";
732+
remoteRef = 88B91F6D1ADA1D09003923C9 /* PBXContainerItemProxy */;
733+
sourceTree = BUILT_PRODUCTS_DIR;
734+
};
705735
/* End PBXReferenceProxy section */
706736

707737
/* Begin PBXResourcesBuildPhase section */

0 commit comments

Comments
 (0)