Skip to content

Commit bd61a8b

Browse files
authored
Match GTMSessionFetcher's min macOS version to avoid warnings. (#142)
1 parent 02a4e56 commit bd61a8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

GTMAppAuth.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ requests with AppAuth.
3030

3131
s.osx.source_files = "GTMAppAuth/Sources/GTMOAuth2KeychainCompatibility/*.{h,m}",
3232
"GTMAppAuth/Sources/macOS/GTMKeychain_macOS.m"
33-
s.osx.deployment_target = '10.11'
33+
s.osx.deployment_target = '10.12'
3434

3535
s.tvos.source_files = "GTMAppAuth/Sources/iOS/GTMKeychain_iOS.m"
3636
s.tvos.deployment_target = '9.0'

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import PackageDescription
2020
let package = Package(
2121
name: "GTMAppAuth",
2222
platforms: [
23-
.macOS(.v10_11),
23+
.macOS(.v10_12),
2424
.iOS(.v9),
2525
.tvOS(.v9),
2626
.watchOS(.v6)

0 commit comments

Comments
 (0)