Skip to content

Commit 58f9e37

Browse files
author
Joan Martin
committed
macOS version min to 10 15
1 parent f1a6ae4 commit 58f9e37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Harmony.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Pod::Spec.new do |s|
2929
s.source = { :git => 'https://github.com/mobilejazz/harmony-ios.git', :tag => s.version.to_s }
3030
s.social_media_url = 'https://twitter.com/mobilejazzcom'
3131

32-
s.osx.deployment_target = '10.12'
32+
s.osx.deployment_target = '10.15'
3333
s.ios.deployment_target = '12.0'
3434

3535
s.source_files = 'Sources/Harmony/**/*'

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ let package = Package(
77
name: "Harmony",
88
platforms: [
99
.iOS(.v12),
10-
.macOS(.v10_12)
10+
.macOS(.v10_15)
1111
],
1212
products: [
1313
.library(

0 commit comments

Comments
 (0)