From ee5351dfe95b0fd293babd56dbedaaa80576909a Mon Sep 17 00:00:00 2001 From: Charles Gamble Date: Wed, 9 Dec 2015 13:55:10 +0000 Subject: [PATCH 1/2] Added carthage support for tvOS build --- .../xcschemes/Locksmith iOS Example.xcscheme | 2 +- Locksmith.xcodeproj/project.pbxproj | 137 ++++++++++++++++-- .../xcschemes/Locksmith OS X.xcscheme | 2 +- .../xcschemes/Locksmith iOS.xcscheme | 2 +- .../xcschemes/Locksmith tvOS.xcscheme | 80 ++++++++++ .../xcschemes/Locksmith watchOS.xcscheme | 2 +- 6 files changed, 211 insertions(+), 14 deletions(-) create mode 100644 Locksmith.xcodeproj/xcshareddata/xcschemes/Locksmith tvOS.xcscheme diff --git a/Examples/Locksmith iOS Example/Locksmith iOS Example.xcodeproj/xcshareddata/xcschemes/Locksmith iOS Example.xcscheme b/Examples/Locksmith iOS Example/Locksmith iOS Example.xcodeproj/xcshareddata/xcschemes/Locksmith iOS Example.xcscheme index 7220fb9..8b5f69a 100644 --- a/Examples/Locksmith iOS Example/Locksmith iOS Example.xcodeproj/xcshareddata/xcschemes/Locksmith iOS Example.xcscheme +++ b/Examples/Locksmith iOS Example/Locksmith iOS Example.xcodeproj/xcshareddata/xcschemes/Locksmith iOS Example.xcscheme @@ -1,6 +1,6 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Locksmith.xcodeproj/xcshareddata/xcschemes/Locksmith watchOS.xcscheme b/Locksmith.xcodeproj/xcshareddata/xcschemes/Locksmith watchOS.xcscheme index ab93eb8..a74c3cb 100644 --- a/Locksmith.xcodeproj/xcshareddata/xcschemes/Locksmith watchOS.xcscheme +++ b/Locksmith.xcodeproj/xcshareddata/xcschemes/Locksmith watchOS.xcscheme @@ -1,6 +1,6 @@ Date: Mon, 14 Dec 2015 13:12:55 +0000 Subject: [PATCH 2/2] Change tvOS Deployment Target to 9.0 --- Locksmith.xcodeproj/project.pbxproj | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Locksmith.xcodeproj/project.pbxproj b/Locksmith.xcodeproj/project.pbxproj index 6cc1c6e..7e4c88b 100644 --- a/Locksmith.xcodeproj/project.pbxproj +++ b/Locksmith.xcodeproj/project.pbxproj @@ -821,7 +821,7 @@ SDKROOT = appletvos; SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = 3; - TVOS_DEPLOYMENT_TARGET = 9.1; + TVOS_DEPLOYMENT_TARGET = 9.0; }; name = Debug; }; @@ -843,7 +843,7 @@ SDKROOT = appletvos; SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = 3; - TVOS_DEPLOYMENT_TARGET = 9.1; + TVOS_DEPLOYMENT_TARGET = 9.0; }; name = Release; }; @@ -911,6 +911,7 @@ FBD0C94F1C1866BE00291F2A /* Release */, ); defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; }; /* End XCConfigurationList section */ };