Skip to content

Commit 86c88ce

Browse files
committed
add dependency
1 parent 2dc06e9 commit 86c88ce

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

Parse/Parse.xcodeproj/project.pbxproj

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2830,6 +2830,20 @@
28302830
/* End PBXBuildFile section */
28312831

28322832
/* Begin PBXContainerItemProxy section */
2833+
39DAC2AD2E9FF6A000B88F5B /* PBXContainerItemProxy */ = {
2834+
isa = PBXContainerItemProxy;
2835+
containerPortal = 09D33641139C54930098E916 /* Project object */;
2836+
proxyType = 1;
2837+
remoteGlobalIDString = 81C3821B19CCA89E0066284A;
2838+
remoteInfo = "Parse-iOS";
2839+
};
2840+
39DAC2AF2E9FF6AC00B88F5B /* PBXContainerItemProxy */ = {
2841+
isa = PBXContainerItemProxy;
2842+
containerPortal = 09D33641139C54930098E916 /* Project object */;
2843+
proxyType = 1;
2844+
remoteGlobalIDString = 97010FAB1630B18F00AB761E;
2845+
remoteInfo = "Parse-macOS";
2846+
};
28332847
4AE33A2C1F5451B20088DCA0 /* PBXContainerItemProxy */ = {
28342848
isa = PBXContainerItemProxy;
28352849
containerPortal = 09D33641139C54930098E916 /* Project object */;
@@ -6682,6 +6696,7 @@
66826696
buildRules = (
66836697
);
66846698
dependencies = (
6699+
39DAC2AE2E9FF6A000B88F5B /* PBXTargetDependency */,
66856700
4AE33A2D1F5451B20088DCA0 /* PBXTargetDependency */,
66866701
);
66876702
name = "ParseUnitTests-iOS";
@@ -6705,6 +6720,7 @@
67056720
buildRules = (
67066721
);
67076722
dependencies = (
6723+
39DAC2B02E9FF6AC00B88F5B /* PBXTargetDependency */,
67086724
);
67096725
name = "ParseUnitTests-macOS";
67106726
packageProductDependencies = (
@@ -8432,6 +8448,16 @@
84328448
/* End PBXSourcesBuildPhase section */
84338449

84348450
/* Begin PBXTargetDependency section */
8451+
39DAC2AE2E9FF6A000B88F5B /* PBXTargetDependency */ = {
8452+
isa = PBXTargetDependency;
8453+
target = 81C3821B19CCA89E0066284A /* Parse-iOS */;
8454+
targetProxy = 39DAC2AD2E9FF6A000B88F5B /* PBXContainerItemProxy */;
8455+
};
8456+
39DAC2B02E9FF6AC00B88F5B /* PBXTargetDependency */ = {
8457+
isa = PBXTargetDependency;
8458+
target = 97010FAB1630B18F00AB761E /* Parse-macOS */;
8459+
targetProxy = 39DAC2AF2E9FF6AC00B88F5B /* PBXContainerItemProxy */;
8460+
};
84358461
4AE33A2D1F5451B20088DCA0 /* PBXTargetDependency */ = {
84368462
isa = PBXTargetDependency;
84378463
platformFilter = ios;

0 commit comments

Comments
 (0)