Skip to content

Commit

Permalink
Sync deployment target with platform min version.
Browse files Browse the repository at this point in the history
  • Loading branch information
petea committed Aug 2, 2019
1 parent 766af10 commit 10d138e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GTMAppAuth.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ requests with AppAuth.

s.osx.source_files = "Source/GTMOAuth2KeychainCompatibility/*.{h,m}",
"Source/macOS/**/*.{h,m}"
s.osx.deployment_target = '10.9'
s.osx.deployment_target = '10.11'

s.tvos.source_files = "Source/iOS/GTMKeychain_iOS.m"
s.tvos.deployment_target = '9.0'
Expand Down

0 comments on commit 10d138e

Please sign in to comment.