summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2020-10-14 10:42:32 -0400
committerJoel Fischer <joeljfischer@gmail.com>2020-10-14 10:42:32 -0400
commit7f0f9314e615a169a529d73ad27cf9d5bf0743ed (patch)
tree37945ee68da4b7f9205ee1b3da9428a0cd73df42
parentb94c2eff6680a7144f76a5396f06fcdbd8588d17 (diff)
downloadsdl_ios-7f0f9314e615a169a529d73ad27cf9d5bf0743ed.tar.gz
Fix missing comma
-rw-r--r--Package.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/Package.swift b/Package.swift
index dd8a93a37..ea4562482 100644
--- a/Package.swift
+++ b/Package.swift
@@ -20,7 +20,7 @@ let package = Package(
dependencies: ["BiSON"],
path: "SmartDeviceLink",
exclude: ["Info.plist"],
- publicHeadersPath: "public"
+ publicHeadersPath: "public",
cSettings: [
.headerSearchPath("private")
]