Skip to content

Commit

Permalink
++SwiftBox
Browse files Browse the repository at this point in the history
  • Loading branch information
joshaber committed Apr 12, 2015
1 parent 8bb4190 commit dc7d601
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 4 deletions.
36 changes: 33 additions & 3 deletions Few.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,20 @@
remoteGlobalIDString = 8897687019AED88000DD079B;
remoteInfo = Few;
};
88B91F6B1ADA1D09003923C9 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 884CBA031A263BF400EDE9B2 /* Quick.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = DA5663E81A4C8D8500193C88;
remoteInfo = "QuickFocused-OSXTests";
};
88B91F6D1ADA1D09003923C9 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 884CBA031A263BF400EDE9B2 /* Quick.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = DA9876B21A4C70EB0004AA17;
remoteInfo = "QuickFocused-iOSTests";
};
A2FA890F1AB33BA500561FBF /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 8897686819AED88000DD079B /* Project object */;
Expand Down Expand Up @@ -288,8 +302,10 @@
children = (
884CBA0B1A263BF400EDE9B2 /* Quick.framework */,
884CBA0D1A263BF400EDE9B2 /* Quick-OSXTests.xctest */,
88B91F6C1ADA1D09003923C9 /* QuickFocused-OSXTests.xctest */,
884CBA0F1A263BF400EDE9B2 /* Quick.framework */,
884CBA111A263BF400EDE9B2 /* Quick-iOSTests.xctest */,
88B91F6E1ADA1D09003923C9 /* QuickFocused-iOSTests.xctest */,
);
name = Products;
sourceTree = "<group>";
Expand All @@ -300,7 +316,7 @@
884CBA1A1A263C0600EDE9B2 /* Nimble.framework */,
884CBA1C1A263C0600EDE9B2 /* NimbleTests.xctest */,
884CBA1E1A263C0600EDE9B2 /* Nimble.framework */,
884CBA201A263C0600EDE9B2 /* Nimble-OSXTests.xctest */,
884CBA201A263C0600EDE9B2 /* NimbleTests.xctest */,
);
name = Products;
sourceTree = "<group>";
Expand Down Expand Up @@ -695,13 +711,27 @@
remoteRef = 884CBA1D1A263C0600EDE9B2 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
884CBA201A263C0600EDE9B2 /* Nimble-OSXTests.xctest */ = {
884CBA201A263C0600EDE9B2 /* NimbleTests.xctest */ = {
isa = PBXReferenceProxy;
fileType = wrapper.cfbundle;
path = "Nimble-OSXTests.xctest";
path = NimbleTests.xctest;
remoteRef = 884CBA1F1A263C0600EDE9B2 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
88B91F6C1ADA1D09003923C9 /* QuickFocused-OSXTests.xctest */ = {
isa = PBXReferenceProxy;
fileType = wrapper.cfbundle;
path = "QuickFocused-OSXTests.xctest";
remoteRef = 88B91F6B1ADA1D09003923C9 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
88B91F6E1ADA1D09003923C9 /* QuickFocused-iOSTests.xctest */ = {
isa = PBXReferenceProxy;
fileType = wrapper.cfbundle;
path = "QuickFocused-iOSTests.xctest";
remoteRef = 88B91F6D1ADA1D09003923C9 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
/* End PBXReferenceProxy section */

/* Begin PBXResourcesBuildPhase section */
Expand Down

0 comments on commit dc7d601

Please sign in to comment.