summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2020-09-18 13:14:06 -0400
committerJoel Fischer <joeljfischer@gmail.com>2020-09-18 13:14:06 -0400
commitbcd8409b66b6fa2ad7f0e8c61de6fb6a818fa7b4 (patch)
tree808ef1347528f024ecca215755963c64a4727eaf
parentd809ebfd42e3dfcbb5cfaaefcf56947fd4d21cef (diff)
downloadsdl_ios-bcd8409b66b6fa2ad7f0e8c61de6fb6a818fa7b4.tar.gz
Exclude swift info.plist as well
-rw-r--r--Package.swift3
1 files changed, 2 insertions, 1 deletions
diff --git a/Package.swift b/Package.swift
index 41ecfaa66..2d754dfce 100644
--- a/Package.swift
+++ b/Package.swift
@@ -23,7 +23,8 @@ let package = Package(
dependencies: [
"SmartDeviceLink"
],
- path: "SmartDeviceLinkSwift"
+ path: "SmartDeviceLinkSwift",
+ exclude: ["Info.plist"]
),
.target(
name: "BiSON",