Skip to content

Commit 0926ff8

Browse files
authored
Bumps macOS deployment target to 10.9 (#1455)
* Bumps macOS deployment version to 10.9 Due to NSURLSession
1 parent 461dd79 commit 0926ff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Parse.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
1111

1212
s.platform = :ios, :osx, :tvos, :watchos
1313
s.ios.deployment_target = '8.0'
14-
s.osx.deployment_target = '10.2'
14+
s.osx.deployment_target = '10.9'
1515
s.tvos.deployment_target = '10.0'
1616
s.watchos.deployment_target = '2.0'
1717

0 commit comments

Comments
 (0)