summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2020-09-17 16:16:38 -0400
committerJoel Fischer <joeljfischer@gmail.com>2020-09-17 16:16:38 -0400
commit8249d5a4fce1d0b1092be935c871deadc4c007c5 (patch)
tree01b6e9aa5502436088602b6b64ce05a5fae207f2
parent1484fcf0383ebb6a19183569abe64ece967aa35a (diff)
downloadsdl_ios-8249d5a4fce1d0b1092be935c871deadc4c007c5.tar.gz
Re-adding some stuff that turns out to not have been an issue
-rw-r--r--Package.swift8
1 files changed, 2 insertions, 6 deletions
diff --git a/Package.swift b/Package.swift
index f7b9b3dc2..421d134fc 100644
--- a/Package.swift
+++ b/Package.swift
@@ -14,12 +14,8 @@ let package = Package(
targets: [
.target(
name: "SmartDeviceLink",
- path: "SmartDeviceLink"
-// resources: [
-// .process("SDLAssets.xcassets"),
-// .process("SDLLockScreen.storyboard")
-// ]
-// publicHeadersPath: "public"
+ path: "SmartDeviceLink",
+ publicHeadersPath: "public"
),
.target(
name: "SmartDeviceLinkSwift",