summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2020-09-18 13:41:27 -0400
committerJoel Fischer <joeljfischer@gmail.com>2020-09-18 13:41:27 -0400
commit6e15ba3419a35487ae00f4fe2e87d8218a06f440 (patch)
tree3be5f54ea53041859ed2dc20bd23e06dd16fcb80
parent1dedb415dfab05f793b0af2fe89b9cd869c15871 (diff)
downloadsdl_ios-6e15ba3419a35487ae00f4fe2e87d8218a06f440.tar.gz
Fix dependency
-rw-r--r--Package.swift5
-rw-r--r--SmartDeviceLink-iOS.xcodeproj/project.pbxproj8
2 files changed, 6 insertions, 7 deletions
diff --git a/Package.swift b/Package.swift
index 2d754dfce..ea6d5d074 100644
--- a/Package.swift
+++ b/Package.swift
@@ -14,15 +14,14 @@ let package = Package(
targets: [
.target(
name: "SmartDeviceLink",
+ dependencies: ["BiSON"],
path: "SmartDeviceLink",
exclude: ["Info.plist"],
publicHeadersPath: "public"
),
.target(
name: "SmartDeviceLinkSwift",
- dependencies: [
- "SmartDeviceLink"
- ],
+ dependencies: ["SmartDeviceLink"],
path: "SmartDeviceLinkSwift",
exclude: ["Info.plist"]
),
diff --git a/SmartDeviceLink-iOS.xcodeproj/project.pbxproj b/SmartDeviceLink-iOS.xcodeproj/project.pbxproj
index b919c2711..754dd7b77 100644
--- a/SmartDeviceLink-iOS.xcodeproj/project.pbxproj
+++ b/SmartDeviceLink-iOS.xcodeproj/project.pbxproj
@@ -9031,7 +9031,7 @@
PRODUCT_NAME = "$(TARGET_NAME)";
RUN_CLANG_STATIC_ANALYZER = YES;
SKIP_INSTALL = YES;
- SUPPORTS_MACCATALYST = NO;
+ SUPPORTS_MACCATALYST = YES;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
@@ -9077,7 +9077,7 @@
PRODUCT_NAME = "$(TARGET_NAME)";
RUN_CLANG_STATIC_ANALYZER = YES;
SKIP_INSTALL = YES;
- SUPPORTS_MACCATALYST = NO;
+ SUPPORTS_MACCATALYST = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
VERSIONING_SYSTEM = "apple-generic";
@@ -9238,7 +9238,7 @@
PRODUCT_NAME = "$(TARGET_NAME)";
RUN_CLANG_STATIC_ANALYZER = YES;
SKIP_INSTALL = YES;
- SUPPORTS_MACCATALYST = NO;
+ SUPPORTS_MACCATALYST = YES;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
@@ -9289,7 +9289,7 @@
PRODUCT_NAME = "$(TARGET_NAME)";
RUN_CLANG_STATIC_ANALYZER = YES;
SKIP_INSTALL = YES;
- SUPPORTS_MACCATALYST = NO;
+ SUPPORTS_MACCATALYST = YES;
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";