Skip to content

Commit

Permalink
Match GTMSessionFetcher's min macOS version to avoid warnings. (googl…
Browse files Browse the repository at this point in the history
  • Loading branch information
petea authored Mar 22, 2022
1 parent 02a4e56 commit bd61a8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GTMAppAuth.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ requests with AppAuth.

s.osx.source_files = "GTMAppAuth/Sources/GTMOAuth2KeychainCompatibility/*.{h,m}",
"GTMAppAuth/Sources/macOS/GTMKeychain_macOS.m"
s.osx.deployment_target = '10.11'
s.osx.deployment_target = '10.12'

s.tvos.source_files = "GTMAppAuth/Sources/iOS/GTMKeychain_iOS.m"
s.tvos.deployment_target = '9.0'
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import PackageDescription
let package = Package(
name: "GTMAppAuth",
platforms: [
.macOS(.v10_11),
.macOS(.v10_12),
.iOS(.v9),
.tvOS(.v9),
.watchOS(.v6)
Expand Down

0 comments on commit bd61a8b

Please sign in to comment.