Skip to content

Commit 0af290e

Browse files
committed
added explicit dependency to lib for unit test target
1 parent d32c548 commit 0af290e

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

genstrings2.xcodeproj/project.pbxproj

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,16 @@
5555
FA35A35616DFA1C0001CB74A /* UnitTest.m in Sources */ = {isa = PBXBuildFile; fileRef = FA35A35416DFA1C0001CB74A /* UnitTest.m */; };
5656
/* End PBXBuildFile section */
5757

58+
/* Begin PBXContainerItemProxy section */
59+
A7313BD6190A531B007E130F /* PBXContainerItemProxy */ = {
60+
isa = PBXContainerItemProxy;
61+
containerPortal = A775233414ACEF790035CDCA /* Project object */;
62+
proxyType = 1;
63+
remoteGlobalIDString = A79AC08714B1A51800489FA3;
64+
remoteInfo = "Static Library";
65+
};
66+
/* End PBXContainerItemProxy section */
67+
5868
/* Begin PBXCopyFilesBuildPhase section */
5969
A775233B14ACEF7A0035CDCA /* CopyFiles */ = {
6070
isa = PBXCopyFilesBuildPhase;
@@ -348,6 +358,7 @@
348358
buildRules = (
349359
);
350360
dependencies = (
361+
A7313BD7190A531B007E130F /* PBXTargetDependency */,
351362
);
352363
name = UnitTest;
353364
productName = UnitTest;
@@ -468,6 +479,14 @@
468479
};
469480
/* End PBXSourcesBuildPhase section */
470481

482+
/* Begin PBXTargetDependency section */
483+
A7313BD7190A531B007E130F /* PBXTargetDependency */ = {
484+
isa = PBXTargetDependency;
485+
target = A79AC08714B1A51800489FA3 /* Static Library */;
486+
targetProxy = A7313BD6190A531B007E130F /* PBXContainerItemProxy */;
487+
};
488+
/* End PBXTargetDependency section */
489+
471490
/* Begin XCBuildConfiguration section */
472491
A775234A14ACEF7A0035CDCA /* Debug */ = {
473492
isa = XCBuildConfiguration;

0 commit comments

Comments
 (0)