summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Gluck <justin.gluck@livio.io>2019-05-06 10:18:09 -0400
committerJustin Gluck <justin.gluck@livio.io>2019-05-06 10:18:09 -0400
commitbedcdd01445b49c8ae48f486a661e0b280aade7a (patch)
tree83a995a9801105457152f16c0188fd3ae6570a19
parent8629f52e431fba82e8114c65c51ed81b463b2386 (diff)
downloadsdl_ios-bedcdd01445b49c8ae48f486a661e0b280aade7a.tar.gz
fixed issue with products array
-rw-r--r--Package.swift4
1 files changed, 2 insertions, 2 deletions
diff --git a/Package.swift b/Package.swift
index 3943eb5ee..3420f433a 100644
--- a/Package.swift
+++ b/Package.swift
@@ -3,8 +3,8 @@ import PackageDescription
let package = Package(
name: "SmartDeviceLink",
products: [
- .library(name: "SmartDeviceLink", targets: ["SmartDeviceLink"])
- .library(name: "SmartDeviceLinkSwift", targets: ["SmartDeviceLinkSwift"])
+ .library(name: "SmartDeviceLink", targets: ["SmartDeviceLink"]),
+ .library(name: "SmartDeviceLinkSwift", targets: ["SmartDeviceLinkSwift"])
],
targets: [
.target(