Skip to content

Commit

Permalink
Merge pull request #156 from dclelland/macos-deployment-target
Browse files Browse the repository at this point in the history
Lower the macOS deployment target to 10.10
  • Loading branch information
kean authored Apr 9, 2018
2 parents 154daeb + 3e350e2 commit b751d71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Nuke.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Pod::Spec.new do |s|

s.ios.deployment_target = '9.0'
s.watchos.deployment_target = '2.0'
s.osx.deployment_target = '10.11'
s.osx.deployment_target = '10.10'
s.tvos.deployment_target = '9.0'

s.source_files = 'Sources/**/*'
Expand Down
4 changes: 2 additions & 2 deletions Nuke.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1139,7 +1139,7 @@
INFOPLIST_FILE = "Supporting Files/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.11;
MACOSX_DEPLOYMENT_TARGET = 10.10;
PRODUCT_BUNDLE_IDENTIFIER = com.github.kean.Nuke;
PRODUCT_NAME = Nuke;
SDKROOT = macosx;
Expand All @@ -1162,7 +1162,7 @@
INFOPLIST_FILE = "Supporting Files/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.11;
MACOSX_DEPLOYMENT_TARGET = 10.10;
PRODUCT_BUNDLE_IDENTIFIER = com.github.kean.Nuke;
PRODUCT_NAME = Nuke;
SDKROOT = macosx;
Expand Down

0 comments on commit b751d71

Please sign in to comment.