Skip to content

Commit

Permalink
Include CitrixLogger framework in Core product because it has no head…
Browse files Browse the repository at this point in the history
…er files to stand on its own
  • Loading branch information
roanutil committed Jun 8, 2023
1 parent 0bf27ef commit 4e2470c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,13 @@ name: "citrix-mam-sdk",
.iOS(.v15),
],
products: [
.library(name: "CitrixLogger", targets: ["CitrixLogger"]),
.library(name: "CTXMAMAppCore", targets: ["CTXMAMAppCore"]),
.library(
name: "CTXMAMAppCore",
targets: [
"CitrixLogger",
"CTXMAMAppCore",
]
),
.library(name: "CTXMAMCompliance", targets: ["CTXMAMCompliance"]),
.library(name: "CTXMAMContainment", targets: ["CTXMAMContainment"]),
.library(name: "CTXMAMCore", targets: ["CTXMAMCore"]),
Expand Down

0 comments on commit 4e2470c

Please sign in to comment.