Skip to content

Commit 84a51a9

Browse files
committed
Explicitly add Bolts as target dependency to unit test targets.
1 parent b60639d commit 84a51a9

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

Parse.xcodeproj/project.pbxproj

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2726,6 +2726,20 @@
27262726
remoteGlobalIDString = 81C3821B19CCA89E0066284A;
27272727
remoteInfo = "Parse-iOS";
27282728
};
2729+
816A494E1C3B1B8E0059385F /* PBXContainerItemProxy */ = {
2730+
isa = PBXContainerItemProxy;
2731+
containerPortal = 81EC57761C34D0C4002DF851 /* Bolts.xcodeproj */;
2732+
proxyType = 1;
2733+
remoteGlobalIDString = 8EDDA62817E17DDC00655F8A;
2734+
remoteInfo = "Bolts-OSX";
2735+
};
2736+
816A495A1C3B1B940059385F /* PBXContainerItemProxy */ = {
2737+
isa = PBXContainerItemProxy;
2738+
containerPortal = 81EC57761C34D0C4002DF851 /* Bolts.xcodeproj */;
2739+
proxyType = 1;
2740+
remoteGlobalIDString = 1D5D7DA61BE3CE8200FD67C7;
2741+
remoteInfo = "Bolts-iOS-Dynamic";
2742+
};
27292743
819E9C0C1C336918008074CC /* PBXContainerItemProxy */ = {
27302744
isa = PBXContainerItemProxy;
27312745
containerPortal = 81AB68AE1B7E7ECC0053210E /* OCMock.xcodeproj */;
@@ -6692,6 +6706,7 @@
66926706
buildRules = (
66936707
);
66946708
dependencies = (
6709+
816A495B1C3B1B940059385F /* PBXTargetDependency */,
66956710
819E9C0D1C336918008074CC /* PBXTargetDependency */,
66966711
8111674C1B8402DF003CB026 /* PBXTargetDependency */,
66976712
);
@@ -6712,6 +6727,7 @@
67126727
buildRules = (
67136728
);
67146729
dependencies = (
6730+
816A494F1C3B1B8E0059385F /* PBXTargetDependency */,
67156731
811167471B8402DA003CB026 /* PBXTargetDependency */,
67166732
81AB68C81B7E7F2A0053210E /* PBXTargetDependency */,
67176733
);
@@ -8478,6 +8494,16 @@
84788494
target = 81C3821B19CCA89E0066284A /* Parse-iOS */;
84798495
targetProxy = 8111674B1B8402DF003CB026 /* PBXContainerItemProxy */;
84808496
};
8497+
816A494F1C3B1B8E0059385F /* PBXTargetDependency */ = {
8498+
isa = PBXTargetDependency;
8499+
name = "Bolts-OSX";
8500+
targetProxy = 816A494E1C3B1B8E0059385F /* PBXContainerItemProxy */;
8501+
};
8502+
816A495B1C3B1B940059385F /* PBXTargetDependency */ = {
8503+
isa = PBXTargetDependency;
8504+
name = "Bolts-iOS-Dynamic";
8505+
targetProxy = 816A495A1C3B1B940059385F /* PBXContainerItemProxy */;
8506+
};
84818507
819E9C0D1C336918008074CC /* PBXTargetDependency */ = {
84828508
isa = PBXTargetDependency;
84838509
name = "OCMock iOS";

0 commit comments

Comments
 (0)