From b5c129636935b645e118820b95a06581143c8cd7 Mon Sep 17 00:00:00 2001 From: Niklas Saers Date: Sat, 25 Nov 2017 20:21:48 +0100 Subject: [PATCH 1/2] Carthage support --- Cartfile | 1 + .../xcschemes/SSLService-Framework.xcscheme | 82 +++++++++++++++++++ 2 files changed, 83 insertions(+) create mode 100644 Cartfile create mode 100644 SSLService.xcodeproj/xcshareddata/xcschemes/SSLService-Framework.xcscheme diff --git a/Cartfile b/Cartfile new file mode 100644 index 0000000..2ad408e --- /dev/null +++ b/Cartfile @@ -0,0 +1 @@ +github "IBM-Swift/BlueSocket" diff --git a/SSLService.xcodeproj/xcshareddata/xcschemes/SSLService-Framework.xcscheme b/SSLService.xcodeproj/xcshareddata/xcschemes/SSLService-Framework.xcscheme new file mode 100644 index 0000000..36e79a9 --- /dev/null +++ b/SSLService.xcodeproj/xcshareddata/xcschemes/SSLService-Framework.xcscheme @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From 3e28591e78176bbb627f6874bc6736a828b3efde Mon Sep 17 00:00:00 2001 From: Niklas Saers Date: Sat, 25 Nov 2017 20:40:27 +0100 Subject: [PATCH 2/2] More explicit about tvOS for Carthage --- SSLService.xcodeproj/project.pbxproj | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/SSLService.xcodeproj/project.pbxproj b/SSLService.xcodeproj/project.pbxproj index a2cc0e8..f571dd6 100644 --- a/SSLService.xcodeproj/project.pbxproj +++ b/SSLService.xcodeproj/project.pbxproj @@ -525,8 +525,10 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; + SUPPORTED_PLATFORMS = "appletvsimulator appletvos iphonesimulator iphoneos macosx"; SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; SWIFT_VERSION = 3.0; + TVOS_DEPLOYMENT_TARGET = 10.0; }; name = Release; }; @@ -559,7 +561,9 @@ GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; ONLY_ACTIVE_ARCH = YES; + SUPPORTED_PLATFORMS = "appletvsimulator appletvos iphonesimulator iphoneos macosx"; SWIFT_VERSION = 3.0; + TVOS_DEPLOYMENT_TARGET = 10.0; }; name = Debug; };