Skip to content

Commit

Permalink
Swift Package Manager - Add static library variant's to allow use ins…
Browse files Browse the repository at this point in the history
…ide nested frameworks
  • Loading branch information
bpollman committed Feb 11, 2021
1 parent 8367c9d commit b451e82
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ let package = Package(
name: "DatadogObjc",
type: .dynamic,
targets: ["DatadogObjc"]),
.library(
name: "DatadogStatic",
targets: ["Datadog"]),
.library(
name: "DatadogStaticObjc",
targets: ["DatadogObjc"]),
],
dependencies: [],
targets: [
Expand Down

0 comments on commit b451e82

Please sign in to comment.