Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set lowest deployment macOS target to 10.10. #41

Merged
merged 1 commit into from
Sep 16, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Bolts-Swift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s.requires_arc = true

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

Expand Down
2 changes: 2 additions & 0 deletions Configurations/BoltsSwift-macOS.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
PRODUCT_NAME = BoltsSwift
PRODUCT_BUNDLE_IDENTIFIER = com.bolts.swift.macos

MACOSX_DEPLOYMENT_TARGET = 10.10

SWIFT_VERSION = 2.3

INFOPLIST_FILE = $(SRCROOT)/Sources/Info.plist
2 changes: 2 additions & 0 deletions Configurations/BoltsSwiftTests-macOS.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
PRODUCT_NAME = BoltsSwiftTests
PRODUCT_BUNDLE_IDENTIFIER = com.bolts.swift.macos.tests

MACOSX_DEPLOYMENT_TARGET = 10.10

SWIFT_VERSION = 2.3

INFOPLIST_FILE = $(SRCROOT)/Tests/Info.plist