From 50ab805e3dd005a00cb2d4635909ccb3676842ea Mon Sep 17 00:00:00 2001 From: Robin Oster Date: Tue, 20 Sep 2016 17:05:56 +0200 Subject: [PATCH] Set Deployment Target to 8.4. --- ROStorageBar.podspec | 6 +++--- ROStorageBar.xcodeproj/project.pbxproj | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ROStorageBar.podspec b/ROStorageBar.podspec index c9a8ebf..fbf7723 100644 --- a/ROStorageBar.podspec +++ b/ROStorageBar.podspec @@ -9,13 +9,13 @@ Pod::Spec.new do |spec| spec.name = 'ROStorageBar' - spec.version = '2.1.0' + spec.version = '2.1.1' spec.license = { :type => 'MIT' } spec.homepage = 'https://github.com/prine/ROStorageBar' spec.authors = { 'Robin Oster' => 'prine.dev@gmail.com' } spec.summary = 'Dynamic Storage Bar (a là iTunes Usage Bar) written in Swift' - spec.source = { :git => 'https://github.com/prine/ROStorageBar.git', :tag => '2.1.0' } + spec.source = { :git => 'https://github.com/prine/ROStorageBar.git', :tag => '2.1.1' } spec.source_files = 'Source/**/*' spec.framework = 'SystemConfiguration' - spec.ios.deployment_target = '9.3' + spec.ios.deployment_target = '8.4' end diff --git a/ROStorageBar.xcodeproj/project.pbxproj b/ROStorageBar.xcodeproj/project.pbxproj index 11d8dde..8083a6d 100644 --- a/ROStorageBar.xcodeproj/project.pbxproj +++ b/ROStorageBar.xcodeproj/project.pbxproj @@ -360,6 +360,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; DEVELOPMENT_TEAM = 39J9X3JBYC; INFOPLIST_FILE = ROStorageBar/Info.plist; + IPHONEOS_DEPLOYMENT_TARGET = 8.4; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = "ch.prine.ios.$(PRODUCT_NAME:rfc1034identifier)"; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -373,6 +374,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; DEVELOPMENT_TEAM = 39J9X3JBYC; INFOPLIST_FILE = ROStorageBar/Info.plist; + IPHONEOS_DEPLOYMENT_TARGET = 8.4; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = "ch.prine.ios.$(PRODUCT_NAME:rfc1034identifier)"; PRODUCT_NAME = "$(TARGET_NAME)";