Skip to content

Commit 6c483b8

Browse files
committed
Update podSpec for explicit tvOS support
Resolves validation error on pod update / install - ERROR | [tvOS] unknown: Encountered an unknown error (The platform of the target `App` (tvOS 11.0) is not compatible with `EnvoyAmbassador (4.0.3)`, which does not support `tvos`.) during validation.
1 parent 605112a commit 6c483b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

EnvoyAmbassador.podspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Pod::Spec.new do |spec|
99
spec.social_media_url = 'https://twitter.com/fangpenlin'
1010
spec.ios.deployment_target = '8.0'
1111
spec.osx.deployment_target = '10.10'
12+
spec.tvos.deployment_target = '11.0'
1213
spec.source = {
1314
git: 'https://github.com/envoy/Ambassador.git',
1415
tag: "v#{spec.version}"

0 commit comments

Comments
 (0)