Skip to content

Commit

Permalink
RUMM-346 Do fix for running Benchmarks on device
Browse files Browse the repository at this point in the history
  • Loading branch information
ncreated committed Apr 2, 2020
1 parent d90ce51 commit af6b6e1
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
61999EC924071A760094866C /* LoggingBenchmarkTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 61999EC824071A760094866C /* LoggingBenchmarkTests.swift */; };
61AEBF062423D2AE00A8CB51 /* Datadog.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 61AEBF052423D2AE00A8CB51 /* Datadog.framework */; };
61AEBF072423D2AE00A8CB51 /* Datadog.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 61AEBF052423D2AE00A8CB51 /* Datadog.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
61C363CB2436674B00C4D4E6 /* _Datadog_Private.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 61C363C22436650C00C4D4E6 /* _Datadog_Private.framework */; };
61C363CC2436674B00C4D4E6 /* _Datadog_Private.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 61C363C22436650C00C4D4E6 /* _Datadog_Private.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand All @@ -37,6 +39,7 @@
dstSubfolderSpec = 10;
files = (
61AEBF072423D2AE00A8CB51 /* Datadog.framework in Embed Frameworks */,
61C363CC2436674B00C4D4E6 /* _Datadog_Private.framework in Embed Frameworks */,
);
name = "Embed Frameworks";
runOnlyForDeploymentPostprocessing = 0;
Expand All @@ -57,6 +60,7 @@
613D7F5C240938560013B7DF /* LoggingIOBenchmarkTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoggingIOBenchmarkTests.swift; sourceTree = "<group>"; };
61999EC824071A760094866C /* LoggingBenchmarkTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoggingBenchmarkTests.swift; sourceTree = "<group>"; };
61AEBF052423D2AE00A8CB51 /* Datadog.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Datadog.framework; sourceTree = BUILT_PRODUCTS_DIR; };
61C363C22436650C00C4D4E6 /* _Datadog_Private.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = _Datadog_Private.framework; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand All @@ -65,6 +69,7 @@
buildActionMask = 2147483647;
files = (
61AEBF062423D2AE00A8CB51 /* Datadog.framework in Frameworks */,
61C363CB2436674B00C4D4E6 /* _Datadog_Private.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -141,6 +146,7 @@
61800F732405411400420E0D /* Frameworks */ = {
isa = PBXGroup;
children = (
61C363C22436650C00C4D4E6 /* _Datadog_Private.framework */,
61AEBF052423D2AE00A8CB51 /* Datadog.framework */,
);
name = Frameworks;
Expand Down

0 comments on commit af6b6e1

Please sign in to comment.