summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2020-10-14 10:37:54 -0400
committerJoel Fischer <joeljfischer@gmail.com>2020-10-14 10:37:54 -0400
commitb94c2eff6680a7144f76a5396f06fcdbd8588d17 (patch)
treed79b256dd1f3e186e73abe296c578ae0d512e27d
parentdb1345af011c43575a9a56a355a7f1f2b81c5d26 (diff)
downloadsdl_ios-b94c2eff6680a7144f76a5396f06fcdbd8588d17.tar.gz
Update package.swift
-rw-r--r--Package.swift3
1 files changed, 3 insertions, 0 deletions
diff --git a/Package.swift b/Package.swift
index bb64dc825..dd8a93a37 100644
--- a/Package.swift
+++ b/Package.swift
@@ -21,6 +21,9 @@ let package = Package(
path: "SmartDeviceLink",
exclude: ["Info.plist"],
publicHeadersPath: "public"
+ cSettings: [
+ .headerSearchPath("private")
+ ]
),
.target(
name: "SmartDeviceLinkSwift",