Skip to content

Commit ff0db4c

Browse files
author
Stan Wijckmans
committed
Target correct macOS version.
1 parent bca30f6 commit ff0db4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zip.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Pod::Spec.new do |s|
3131
s.ios.deployment_target = '9.0'
3232
s.tvos.deployment_target = '9.0'
3333
s.watchos.deployment_target = '3.0'
34-
s.osx.deployment_target = '10.9'
34+
s.osx.deployment_target = '12'
3535
s.requires_arc = true
3636

3737
s.source_files = 'Zip/*.{swift,h}', 'Zip/minizip/*.{c,h}', 'Zip/minizip/include/*.{c,h}'

0 commit comments

Comments
 (0)