Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase minimum tvOS version to match GTMSessionFetcherCore #188

Merged
merged 3 commits into from Nov 10, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion GTMAppAuth.podspec
Expand Up @@ -25,7 +25,7 @@ requests with AppAuth.

s.ios.deployment_target = "10.0"
s.osx.deployment_target = '10.12'
s.tvos.deployment_target = '9.0'
s.tvos.deployment_target = '10.0'
s.watchos.deployment_target = '6.0'

s.pod_target_xcconfig = {
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Expand Up @@ -22,7 +22,7 @@ let package = Package(
platforms: [
.macOS(.v10_12),
.iOS(.v10),
.tvOS(.v9),
.tvOS(.v10),
.watchOS(.v6)
],
products: [
Expand Down