Skip to content

Commit 5c5f321

Browse files
committed
Whatever you say, Xcode.
1 parent 635d182 commit 5c5f321

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

Box.xcodeproj/project.pbxproj

+6-4
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
D470AC3719E86128003DA6C6 /* Box.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Box.framework; sourceTree = BUILT_PRODUCTS_DIR; };
4747
D470AC3B19E86128003DA6C6 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
4848
D470AC3C19E86128003DA6C6 /* Box.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Box.h; sourceTree = "<group>"; };
49-
D470AC4219E86128003DA6C6 /* BoxTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = BoxTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
49+
D470AC4219E86128003DA6C6 /* Box-MacTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Box-MacTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
5050
D470AC4819E86128003DA6C6 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
5151
D470AC4919E86128003DA6C6 /* BoxTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BoxTests.swift; sourceTree = "<group>"; };
5252
D470AC5519E861E2003DA6C6 /* Box.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Box.swift; sourceTree = "<group>"; };
@@ -105,7 +105,7 @@
105105
isa = PBXGroup;
106106
children = (
107107
D470AC3719E86128003DA6C6 /* Box.framework */,
108-
D470AC4219E86128003DA6C6 /* BoxTests.xctest */,
108+
D470AC4219E86128003DA6C6 /* Box-MacTests.xctest */,
109109
F8BB81D31A939B66001AA352 /* Box.framework */,
110110
F8BB81DD1A939B67001AA352 /* Box-iOSTests.xctest */,
111111
);
@@ -206,7 +206,7 @@
206206
);
207207
name = "Box-MacTests";
208208
productName = BoxTests;
209-
productReference = D470AC4219E86128003DA6C6 /* BoxTests.xctest */;
209+
productReference = D470AC4219E86128003DA6C6 /* Box-MacTests.xctest */;
210210
productType = "com.apple.product-type.bundle.unit-test";
211211
};
212212
F8BB81D21A939B66001AA352 /* Box-iOS */ = {
@@ -223,7 +223,7 @@
223223
dependencies = (
224224
);
225225
name = "Box-iOS";
226-
productName = "Box";
226+
productName = Box;
227227
productReference = F8BB81D31A939B66001AA352 /* Box.framework */;
228228
productType = "com.apple.product-type.framework";
229229
};
@@ -647,6 +647,7 @@
647647
F8BB81E81A939B67001AA352 /* Release */,
648648
);
649649
defaultConfigurationIsVisible = 0;
650+
defaultConfigurationName = Release;
650651
};
651652
F8BB81E91A939B67001AA352 /* Build configuration list for PBXNativeTarget "Box-iOSTests" */ = {
652653
isa = XCConfigurationList;
@@ -655,6 +656,7 @@
655656
F8BB81EB1A939B67001AA352 /* Release */,
656657
);
657658
defaultConfigurationIsVisible = 0;
659+
defaultConfigurationName = Release;
658660
};
659661
/* End XCConfigurationList section */
660662
};

0 commit comments

Comments
 (0)