Skip to content
This repository was archived by the owner on Jun 19, 2025. It is now read-only.

Commit 7618d6e

Browse files
committed
Add Buildkite Test Analytics library to unit tests target
1 parent e7b6409 commit 7618d6e

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

Example/WPMediaPicker.xcodeproj/project.pbxproj

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 46;
6+
objectVersion = 52;
77
objects = {
88

99
/* Begin PBXBuildFile section */
1010
173B215327873F2E00D4DD6B /* SampleCustomHeaderView.m in Sources */ = {isa = PBXBuildFile; fileRef = 173B215227873F2E00D4DD6B /* SampleCustomHeaderView.m */; };
1111
17475FB81FB46DED00252689 /* SampleCellOverlayView.m in Sources */ = {isa = PBXBuildFile; fileRef = 17475FB71FB46DED00252689 /* SampleCellOverlayView.m */; };
1212
17F64FE01E6DDC74006C5A2B /* CustomPreviewViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 17F64FDF1E6DDC74006C5A2B /* CustomPreviewViewController.m */; };
13+
3F3E104428A0BA870041FA5A /* BuildkiteTestCollector in Frameworks */ = {isa = PBXBuildFile; productRef = 3F3E104328A0BA870041FA5A /* BuildkiteTestCollector */; };
1314
6003F58E195388D20070C39A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58D195388D20070C39A /* Foundation.framework */; };
1415
6003F590195388D20070C39A /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58F195388D20070C39A /* CoreGraphics.framework */; };
1516
6003F592195388D20070C39A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F591195388D20070C39A /* UIKit.framework */; };
@@ -105,6 +106,7 @@
105106
buildActionMask = 2147483647;
106107
files = (
107108
6003F5B0195388D20070C39A /* XCTest.framework in Frameworks */,
109+
3F3E104428A0BA870041FA5A /* BuildkiteTestCollector in Frameworks */,
108110
6003F5B2195388D20070C39A /* UIKit.framework in Frameworks */,
109111
6003F5B1195388D20070C39A /* Foundation.framework in Frameworks */,
110112
AE22BBE03B862A6657E6B66E /* libPods-Tests.a in Frameworks */,
@@ -265,6 +267,9 @@
265267
6003F5B4195388D20070C39A /* PBXTargetDependency */,
266268
);
267269
name = Tests;
270+
packageProductDependencies = (
271+
3F3E104328A0BA870041FA5A /* BuildkiteTestCollector */,
272+
);
268273
productName = WPMediaPickerTests;
269274
productReference = 6003F5AE195388D20070C39A /* Tests.xctest */;
270275
productType = "com.apple.product-type.bundle.unit-test";
@@ -297,6 +302,9 @@
297302
Base,
298303
);
299304
mainGroup = 6003F581195388D10070C39A;
305+
packageReferences = (
306+
3F3E104228A0BA870041FA5A /* XCRemoteSwiftPackageReference "test-collector-swift" */,
307+
);
300308
productRefGroup = 6003F58B195388D20070C39A /* Products */;
301309
projectDirPath = "";
302310
projectRoot = "";
@@ -663,6 +671,25 @@
663671
defaultConfigurationName = Release;
664672
};
665673
/* End XCConfigurationList section */
674+
675+
/* Begin XCRemoteSwiftPackageReference section */
676+
3F3E104228A0BA870041FA5A /* XCRemoteSwiftPackageReference "test-collector-swift" */ = {
677+
isa = XCRemoteSwiftPackageReference;
678+
repositoryURL = "https://github.com/buildkite/test-collector-swift";
679+
requirement = {
680+
kind = upToNextMajorVersion;
681+
minimumVersion = 0.3.0;
682+
};
683+
};
684+
/* End XCRemoteSwiftPackageReference section */
685+
686+
/* Begin XCSwiftPackageProductDependency section */
687+
3F3E104328A0BA870041FA5A /* BuildkiteTestCollector */ = {
688+
isa = XCSwiftPackageProductDependency;
689+
package = 3F3E104228A0BA870041FA5A /* XCRemoteSwiftPackageReference "test-collector-swift" */;
690+
productName = BuildkiteTestCollector;
691+
};
692+
/* End XCSwiftPackageProductDependency section */
666693
};
667694
rootObject = 6003F582195388D10070C39A /* Project object */;
668695
}

0 commit comments

Comments
 (0)