Skip to content

Commit 5c56ef8

Browse files
committed
Bump the min deployment target on macOS to 10.11
This avoid the libarclite.a issue during linking
1 parent febc9b5 commit 5c56ef8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This also contains the Swift Package Manager support
1111
## Requirements
1212

1313
+ iOS 8
14-
+ macOS 10.10
14+
+ macOS 10.11
1515
+ tvOS 9.0
1616
+ watchOS 2.0
1717

libwebp.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
1010
s.compiler_flags = '-D_THREAD_SAFE'
1111
s.requires_arc = false
1212

13-
s.osx.deployment_target = '10.10'
13+
s.osx.deployment_target = '10.11'
1414
s.ios.deployment_target = '9.0'
1515
s.tvos.deployment_target = '9.0'
1616
s.watchos.deployment_target = '2.0'

0 commit comments

Comments
 (0)