Skip to content

Commit

Permalink
Set Deployment Target to 8.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Oster committed Sep 20, 2016
1 parent 1321968 commit 50ab805
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ROStorageBar.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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' => '[email protected]' }
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
2 changes: 2 additions & 0 deletions ROStorageBar.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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)";
Expand All @@ -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)";
Expand Down

0 comments on commit 50ab805

Please sign in to comment.