From d9444645784bcd751526e672bb6e8c933ac2c27c Mon Sep 17 00:00:00 2001 From: Kare Morstol Date: Wed, 1 Mar 2017 21:58:37 +0100 Subject: [PATCH] Update podspec with iOS deployment target 9.0. --- SwiftShell.podspec | 1 + SwiftShell.xcodeproj/project.pbxproj | 13 +++++++++++++ 2 files changed, 14 insertions(+) diff --git a/SwiftShell.podspec b/SwiftShell.podspec index 472f4c7..eb811f8 100644 --- a/SwiftShell.podspec +++ b/SwiftShell.podspec @@ -9,4 +9,5 @@ Pod::Spec.new do |s| s.source = { git: 'https://github.com/kareman/SwiftShell.git', tag: s.version.to_s } s.source_files = 'Sources/SwiftShell/*.swift','Sources/SwiftShell/*/*.swift' s.osx.deployment_target = '10.10' + s.ios.deployment_target = '9.0' end diff --git a/SwiftShell.xcodeproj/project.pbxproj b/SwiftShell.xcodeproj/project.pbxproj index 677ff61..5270f6a 100644 --- a/SwiftShell.xcodeproj/project.pbxproj +++ b/SwiftShell.xcodeproj/project.pbxproj @@ -36,6 +36,13 @@ remoteGlobalIDString = OBJ_40; remoteInfo = SwiftShell; }; + BAC5F1851E676AFC00F075BA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = OBJ_1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = OBJ_40; + remoteInfo = SwiftShell; + }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ @@ -251,6 +258,7 @@ buildRules = ( ); dependencies = ( + BAC5F1861E676AFC00F075BA /* PBXTargetDependency */, ); name = StreamTests; productName = StreamTests; @@ -352,6 +360,11 @@ /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ + BAC5F1861E676AFC00F075BA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = OBJ_40 /* SwiftShell */; + targetProxy = BAC5F1851E676AFC00F075BA /* PBXContainerItemProxy */; + }; OBJ_83 /* PBXTargetDependency */ = { isa = PBXTargetDependency; target = OBJ_40 /* SwiftShell */;