summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2020-09-17 15:58:05 -0400
committerJoel Fischer <joeljfischer@gmail.com>2020-09-17 15:58:05 -0400
commit94f10b37a34dfed55d3d57e63098a3d5e02c7166 (patch)
tree174ddfd4d57840e5259ab933cd6086fec06ef9b6
parent9c496684907633dcb4a027e47e49f9c15b1e6416 (diff)
downloadsdl_ios-94f10b37a34dfed55d3d57e63098a3d5e02c7166.tar.gz
test
-rw-r--r--Package.swift4
1 files changed, 2 insertions, 2 deletions
diff --git a/Package.swift b/Package.swift
index 1944c7007..f887ea1bc 100644
--- a/Package.swift
+++ b/Package.swift
@@ -14,12 +14,12 @@ let package = Package(
targets: [
.target(
name: "SmartDeviceLink",
- path: "SmartDeviceLink",
+ path: "./SmartDeviceLink",
// resources: [
// .process("SDLAssets.xcassets"),
// .process("SDLLockScreen.storyboard")
// ]
- publicHeadersPath: "SmartDeviceLink/public"
+ publicHeadersPath: "./SmartDeviceLink/public"
),
.target(
name: "SmartDeviceLinkSwift",