Skip to content

Commit

Permalink
Spm update (#911)
Browse files Browse the repository at this point in the history
* LIBMOBILE-77: Removed Quick and Nimble, updated unit tests

* Issue 906: Updated package to supports all types of libraries
  • Loading branch information
migs647 authored Jun 25, 2020
1 parent 929fac2 commit 60e6abb
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ import PackageDescription

let package = Package(
name: "Analytics",
platforms: [
.iOS(.v12), .tvOS(.v12)
],
products: [
// Products define the executables and libraries produced by a package, and make them visible to other packages.
.library(
name: "Analytics",
type: .dynamic,
targets: ["Analytics"]),
],
dependencies: [
Expand All @@ -27,8 +29,9 @@ let package = Package(
sources: ["Classes", "Internal"],
publicHeadersPath: "Classes",
cSettings: [
.headerSearchPath("Internal"),
.headerSearchPath("Classes"),
]),
.headerSearchPath("Internal"),
.headerSearchPath("Classes")
]
),
]
)

0 comments on commit 60e6abb

Please sign in to comment.