summaryrefslogtreecommitdiff
path: root/Package.swift
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2020-09-17 15:29:50 -0400
committerJoel Fischer <joeljfischer@gmail.com>2020-09-17 15:29:50 -0400
commit18ca6b8f65a8782608f43fc551093d56ce2083b8 (patch)
tree7412d9a95fcd41fe5d878a713a561904764f1515 /Package.swift
parenta404e306a75ff10b01953a45dd644b609e85bf5f (diff)
downloadsdl_ios-18ca6b8f65a8782608f43fc551093d56ce2083b8.tar.gz
Remove resources because they might be auto-processed?
Diffstat (limited to 'Package.swift')
-rw-r--r--Package.swift8
1 files changed, 4 insertions, 4 deletions
diff --git a/Package.swift b/Package.swift
index 602942b3c..2dcf70e07 100644
--- a/Package.swift
+++ b/Package.swift
@@ -15,11 +15,11 @@ let package = Package(
.target(
name: "SmartDeviceLink",
path: "SmartDeviceLink",
+// resources: [
+// .process("SDLAssets.xcassets"),
+// .process("SDLLockScreen.storyboard")
+// ]
publicHeadersPath: "public",
- resources: [
- .process("SDLAssets.xcassets"),
- .process("SDLLockScreen.storyboard")
- ]
),
.target(
name: "SmartDeviceLinkSwift",