summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Gluck <justin.gluck@livio.io>2019-05-06 11:50:47 -0400
committerJustin Gluck <justin.gluck@livio.io>2019-05-06 11:50:47 -0400
commitbb64813dbe9e031e4513e9765a824a62d102b9d4 (patch)
treeac095f4d94a7626470e866957019b107ce8923e0
parent5cf758fd9fc024904ea67e6c7f6c3c9039dad2f1 (diff)
downloadsdl_ios-bb64813dbe9e031e4513e9765a824a62d102b9d4.tar.gz
no message
-rw-r--r--Package.swift4
1 files changed, 2 insertions, 2 deletions
diff --git a/Package.swift b/Package.swift
index 95a5fc7c0..dea1bf10c 100644
--- a/Package.swift
+++ b/Package.swift
@@ -13,8 +13,8 @@ let package = Package(
path: "SmartDeviceLink"
),
.target(
- name: "SmartDeviceLixnkSwift",
- path: "SmartDeviceLxinkSwift"
+ name: "SmartDeviceLinkSwift",
+ path: "SmartDeviceLinkSwift"
),
]
)