Skip to content

Commit e43ed75

Browse files
authored
chore: Add SentryTestUtilsDynamic as dependency for SentryProfilerTests (#6471)
1 parent 16f6edc commit e43ed75

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

Sentry.xcodeproj/project.pbxproj

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -822,6 +822,8 @@
822822
D4AF00232D2E931000F5F3D7 /* SentryNSFileManagerSwizzling.h in Headers */ = {isa = PBXBuildFile; fileRef = D4AF00222D2E931000F5F3D7 /* SentryNSFileManagerSwizzling.h */; };
823823
D4AF00252D2E93C400F5F3D7 /* SentryNSFileManagerSwizzlingTests.m in Sources */ = {isa = PBXBuildFile; fileRef = D4AF00242D2E93C400F5F3D7 /* SentryNSFileManagerSwizzlingTests.m */; };
824824
D4B0DC7F2DA9257A00DE61B6 /* SentryRenderVideoResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = D4B0DC7E2DA9257200DE61B6 /* SentryRenderVideoResult.swift */; };
825+
D4B339F92EA7823000359F3A /* SentryTestUtilsDynamic.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D84DAD4D2B17428D003CF120 /* SentryTestUtilsDynamic.framework */; };
826+
D4B339FA2EA7823000359F3A /* SentryTestUtilsDynamic.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = D84DAD4D2B17428D003CF120 /* SentryTestUtilsDynamic.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
825827
D4C5F59A2D4249E6002A9BF6 /* DataSentryTracingIntegrationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D4C5F5992D4249E0002A9BF6 /* DataSentryTracingIntegrationTests.swift */; };
826828
D4CA34832E378C9900E92A61 /* SentryArrayTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D4CA34822E378C9000E92A61 /* SentryArrayTests.swift */; };
827829
D4CBA2472DE06D0200581618 /* libSentryTestUtils.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 8431F00A29B284F200D8DC56 /* libSentryTestUtils.a */; };
@@ -1202,6 +1204,13 @@
12021204
remoteGlobalIDString = 63AA759A1EB8AEF500D153DE;
12031205
remoteInfo = Sentry;
12041206
};
1207+
D4B339FB2EA7823000359F3A /* PBXContainerItemProxy */ = {
1208+
isa = PBXContainerItemProxy;
1209+
containerPortal = 6327C5CA1EB8A783004E799B /* Project object */;
1210+
proxyType = 1;
1211+
remoteGlobalIDString = D84DAD4C2B17428D003CF120;
1212+
remoteInfo = SentryTestUtilsDynamic;
1213+
};
12051214
D4CBA2482DE06D0200581618 /* PBXContainerItemProxy */ = {
12061215
isa = PBXContainerItemProxy;
12071216
containerPortal = 6327C5CA1EB8A783004E799B /* Project object */;
@@ -1233,6 +1242,17 @@
12331242
/* End PBXContainerItemProxy section */
12341243

12351244
/* Begin PBXCopyFilesBuildPhase section */
1245+
D4B339FD2EA7823000359F3A /* Embed Frameworks */ = {
1246+
isa = PBXCopyFilesBuildPhase;
1247+
buildActionMask = 2147483647;
1248+
dstPath = "";
1249+
dstSubfolderSpec = 10;
1250+
files = (
1251+
D4B339FA2EA7823000359F3A /* SentryTestUtilsDynamic.framework in Embed Frameworks */,
1252+
);
1253+
name = "Embed Frameworks";
1254+
runOnlyForDeploymentPostprocessing = 0;
1255+
};
12361256
D833D7532D13263800961E7A /* Embed Frameworks */ = {
12371257
isa = PBXCopyFilesBuildPhase;
12381258
buildActionMask = 2147483647;
@@ -2535,6 +2555,7 @@
25352555
buildActionMask = 2147483647;
25362556
files = (
25372557
84B7FA3D29B2879C00AD93B1 /* libSentryTestUtils.a in Frameworks */,
2558+
D4B339F92EA7823000359F3A /* SentryTestUtilsDynamic.framework in Frameworks */,
25382559
8431EFD129B27B1100D8DC56 /* Sentry.framework in Frameworks */,
25392560
);
25402561
runOnlyForDeploymentPostprocessing = 0;
@@ -5370,11 +5391,13 @@
53705391
8431EED429B27B1100D8DC56 /* Sources */,
53715392
8431EFD029B27B1100D8DC56 /* Frameworks */,
53725393
8431EFD229B27B1100D8DC56 /* Resources */,
5394+
D4B339FD2EA7823000359F3A /* Embed Frameworks */,
53735395
);
53745396
buildRules = (
53755397
);
53765398
dependencies = (
53775399
8431EED229B27B1100D8DC56 /* PBXTargetDependency */,
5400+
D4B339FC2EA7823000359F3A /* PBXTargetDependency */,
53785401
);
53795402
name = SentryProfilerTests;
53805403
packageProductDependencies = (
@@ -6545,6 +6568,11 @@
65456568
target = 63AA759A1EB8AEF500D153DE /* Sentry */;
65466569
targetProxy = 84B7FA3729B2860500AD93B1 /* PBXContainerItemProxy */;
65476570
};
6571+
D4B339FC2EA7823000359F3A /* PBXTargetDependency */ = {
6572+
isa = PBXTargetDependency;
6573+
target = D84DAD4C2B17428D003CF120 /* SentryTestUtilsDynamic */;
6574+
targetProxy = D4B339FB2EA7823000359F3A /* PBXContainerItemProxy */;
6575+
};
65486576
D4CBA2492DE06D0200581618 /* PBXTargetDependency */ = {
65496577
isa = PBXTargetDependency;
65506578
target = 8431F00929B284F200D8DC56 /* SentryTestUtils */;

0 commit comments

Comments
 (0)