Skip to content

Commit

Permalink
Merge pull request #82 from DataDog/buranmert/RUMM392-dynamic-framework
Browse files Browse the repository at this point in the history
RUMM-392 SDK is set dynamic in SPM
  • Loading branch information
buranmert authored Apr 21, 2020
2 parents 856549b + c5bfa7f commit 77e36ee
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 652 deletions.
2 changes: 2 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ let package = Package(
products: [
.library(
name: "Datadog",
type: .dynamic,
targets: ["Datadog"]),
.library(
name: "DatadogObjc",
type: .dynamic,
targets: ["DatadogObjc"]),
],
dependencies: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
61C363F124374D6100C4D4E6 /* SPMProjectTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 61C363F024374D6100C4D4E6 /* SPMProjectTests.swift */; };
61C363FC24374D6100C4D4E6 /* SPMProjectUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 61C363FB24374D6100C4D4E6 /* SPMProjectUITests.swift */; };
61C3640B24374DF200C4D4E6 /* Datadog in Frameworks */ = {isa = PBXBuildFile; productRef = 61C3640A24374DF200C4D4E6 /* Datadog */; };
9E1F996A244DDABE00BD10FC /* Datadog in Embed Frameworks */ = {isa = PBXBuildFile; productRef = 61C3640A24374DF200C4D4E6 /* Datadog */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand All @@ -34,6 +35,20 @@
};
/* End PBXContainerItemProxy section */

/* Begin PBXCopyFilesBuildPhase section */
9E1F996B244DDABE00BD10FC /* Embed Frameworks */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
dstSubfolderSpec = 10;
files = (
9E1F996A244DDABE00BD10FC /* Datadog in Embed Frameworks */,
);
name = "Embed Frameworks";
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
61C363D624374D5F00C4D4E6 /* SPMProject.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SPMProject.app; sourceTree = BUILT_PRODUCTS_DIR; };
61C363D924374D5F00C4D4E6 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -153,6 +168,7 @@
61C363D324374D5F00C4D4E6 /* Frameworks */,
61C363D424374D5F00C4D4E6 /* Resources */,
61C3645F24376B3400C4D4E6 /* ⚙️ Run linter */,
9E1F996B244DDABE00BD10FC /* Embed Frameworks */,
);
buildRules = (
);
Expand Down
Loading

0 comments on commit 77e36ee

Please sign in to comment.